From c781b9f79d24a7304e698a3d7129f62fb3f6399b Mon Sep 17 00:00:00 2001 From: Zambom Date: Wed, 26 Oct 2016 17:52:29 -0300 Subject: [PATCH] Removing border radius from menu link [Issue: #206] --- core/static/css/base/amadeus.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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