Commit c781b9f79d24a7304e698a3d7129f62fb3f6399b

Authored by Zambom
1 parent b9b059c8

Removing border radius from menu link [Issue: #206]

Showing 1 changed file with 6 additions and 1 deletions   Show diff stats
core/static/css/base/amadeus.css
@@ -411,4 +411,9 @@ ul, li { @@ -411,4 +411,9 @@ ul, li {
411 .cards-detail .panel .panel-heading{/*background-color:;*/} 411 .cards-detail .panel .panel-heading{/*background-color:;*/}
412 .cards-detail .panel .panel-heading h4{color:black;} 412 .cards-detail .panel .panel-heading h4{color:black;}
413 .course, .subject, .topic{ padding-top: 0px; padding-bottom: 0px; } 413 .course, .subject, .topic{ padding-top: 0px; padding-bottom: 0px; }
414 -.course-detail{padding-top: 10px; padding-bottom: 10px;}  
415 \ No newline at end of file 414 \ No newline at end of file
  415 +.course-detail{padding-top: 10px; padding-bottom: 10px;}
  416 +
  417 +/* Menu link remove radius */
  418 +.nav-pills > li > a {
  419 + border-radius: 0px;
  420 +}
416 \ No newline at end of file 421 \ No newline at end of file