diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-29 10:26:41 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-29 10:26:41 +0200 |
commit | e01b90c4c62d0ad7484c05c5d848e5749617e820 (patch) | |
tree | 074b7f7a5cda619e3910634947ada8528e2cedea /view | |
parent | 1fdac57d617bc16d3c784f8d6a2a82026b34b085 (diff) | |
download | volse-hubzilla-e01b90c4c62d0ad7484c05c5d848e5749617e820.tar.gz volse-hubzilla-e01b90c4c62d0ad7484c05c5d848e5749617e820.tar.bz2 volse-hubzilla-e01b90c4c62d0ad7484c05c5d848e5749617e820.zip |
css fixes
Diffstat (limited to 'view')
-rw-r--r-- | view/css/bootstrap-red.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 777bf69eb..aa8b40365 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -21,7 +21,7 @@ nav .badge { } } -nav i { +#navbar-collapse-1 i { font-size: 14px; } @@ -50,10 +50,6 @@ nav .navbar-collapse .navbar-right { float: right; } -nav .navbar-toggle { - margin-bottom: 7px; -} - /* nav overrides end */ |