diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css index c122c5d..44c8b78 100644 --- a/core/static/css/base/amadeus.css +++ b/core/static/css/base/amadeus.css @@ -411,4 +411,9 @@ ul, li { .cards-detail .panel .panel-heading{/*background-color:;*/} .cards-detail .panel .panel-heading h4{color:black;} .course, .subject, .topic{ padding-top: 0px; padding-bottom: 0px; } -.course-detail{padding-top: 10px; padding-bottom: 10px;} \ No newline at end of file +.course-detail{padding-top: 10px; padding-bottom: 10px;} + +/* Menu link remove radius */ +.nav-pills > li > a { + border-radius: 0px; +} \ No newline at end of file -- libgit2 0.21.2