diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/theme.css | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index b6b5cbf1f..d8a219d89 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -14,14 +14,9 @@ margin: 0; padding: 0; display: block; } -#menubar .button { - margin: -2px 2px 2px; - width: auto; - padding: 0; - text-indent: 0; - list-style: none; - text-align: center; +.menubarFilter { float: right; + margin: -4px 0 0; } /* H2 properties copied here */ |