diff options
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 579ec9958..d5fca0995 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1034,7 +1034,7 @@ aside li { float: left; padding: 10px; width: 120px; - min-height: auto; + min-height: 120px; scroll: auto; } #profile-match-wrapper-end { @@ -2150,7 +2150,7 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ margin-top: 25px; margin-bottom: 20px; font-weight: bold; - font-size: 18px; + font-size: 17px; } /* bootstrap overrides */ |