diff options
author | marijus <mario@mariovavti.com> | 2014-02-21 14:38:21 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-02-21 14:38:21 +0100 |
commit | 32d0189b560582ef3086e4316aca9dbce1ac781e (patch) | |
tree | 6ad5f7e909fb5863eb00d6008c7ee2fe6bbe9f0e /view | |
parent | 8c37a01f7459b5f53d367fd0fd9bf6b1765fad50 (diff) | |
download | volse-hubzilla-32d0189b560582ef3086e4316aca9dbce1ac781e.tar.gz volse-hubzilla-32d0189b560582ef3086e4316aca9dbce1ac781e.tar.bz2 volse-hubzilla-32d0189b560582ef3086e4316aca9dbce1ac781e.zip |
remove some design fixes which got fixed in bootstrap 3.1.1
Diffstat (limited to 'view')
-rw-r--r-- | view/css/bootstrap-red.css | 3 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index b180bea61..45cf76fb6 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -109,7 +109,4 @@ nav .navbar-collapse { max-height: 450px; } -nav .navbar-right li:last-child { - padding-right: 20px; -} /* nav overrides end */ diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 3e902a116..2402e514e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2249,7 +2249,7 @@ nav i { nav img { height: 47px; width: 47px; - margin: 2px 0px 1px 10px; + margin-top: 2px; border-radius: $radiuspx; } |