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/theme | |
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/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |