diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-05 13:59:39 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-05 13:59:39 +0000 |
commit | e0b0c588514fda4cd6394cb2da17d6d74bd27161 (patch) | |
tree | 9ad020cc5f56e8962fa7db9a9bf0f569997549f2 | |
parent | d93df86298450512853e4085f519486eea2d8468 (diff) | |
download | volse-hubzilla-e0b0c588514fda4cd6394cb2da17d6d74bd27161.tar.gz volse-hubzilla-e0b0c588514fda4cd6394cb2da17d6d74bd27161.tar.bz2 volse-hubzilla-e0b0c588514fda4cd6394cb2da17d6d74bd27161.zip |
Height auto or mini-height 120px. The latter.
-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 */ |