diff options
author | marijus <mario@mariovavti.com> | 2014-11-11 21:09:05 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-11-11 21:09:05 +0100 |
commit | f72035ec93c51356e9f6810fe62b4f77be09bebf (patch) | |
tree | 2959d5034d3893441ce072b4b894cc164439ee50 /view/theme/redbasic/css | |
parent | 325b269b224615a9c584e0ec631a11d68bb24eb8 (diff) | |
download | volse-hubzilla-f72035ec93c51356e9f6810fe62b4f77be09bebf.tar.gz volse-hubzilla-f72035ec93c51356e9f6810fe62b4f77be09bebf.tar.bz2 volse-hubzilla-f72035ec93c51356e9f6810fe62b4f77be09bebf.zip |
tie the narrow nav-pills to .widget instead of aside
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 06f24eedd..f3bf546ea 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2169,10 +2169,6 @@ aside .nav > li > a:hover, aside .nav > li > a:focus { background-color: $navaside_bghover; } -aside .nav-pills > li > a { - padding: 6px 10px; -} - .dropdown-menu img { border-radius: $radiuspx; } |