diff --git a/public/css/styles.less b/public/css/styles.less index 666a8ee49c..483efbbe56 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -14,7 +14,7 @@ html { body { padding-top: 60px; - margin-bottom: 75px; //footer height + 30px + margin-bottom: 75px; } footer { diff --git a/public/css/themes/modern.less b/public/css/themes/modern.less index 839f5d8a83..75dd14ef74 100644 --- a/public/css/themes/modern.less +++ b/public/css/themes/modern.less @@ -62,6 +62,15 @@ p { font-weight: 300; } +// Dropdowns +// ------------------------- + +@dropdown-link-color: @gray-darker; + +.dropdown-menu > li > a { + font-weight: 300; +} + // Buttons // -------------------------