diff options
author | marijus <mario@mariovavti.com> | 2014-02-19 18:55:24 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-02-19 18:55:24 +0100 |
commit | 3a6760f6d1236905474bb13805e4ebb54561841f (patch) | |
tree | 03253807e1bd120dcb1db4962563a765eddb8080 /view | |
parent | c09087262c29c093762e91b280fa452c7b935ce9 (diff) | |
download | volse-hubzilla-3a6760f6d1236905474bb13805e4ebb54561841f.tar.gz volse-hubzilla-3a6760f6d1236905474bb13805e4ebb54561841f.tar.bz2 volse-hubzilla-3a6760f6d1236905474bb13805e4ebb54561841f.zip |
one pixel to much...
Diffstat (limited to 'view')
-rw-r--r-- | view/css/bootstrap-red.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 89117ac1c..b180bea61 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -78,7 +78,7 @@ nav .badge { } nav .dropdown-menu { - top: 51px; + top: 50px; max-height: 450px; max-width: 300px; overflow-y: auto; |