diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/menubar.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index cfa1a2205..814f19a73 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -12,6 +12,16 @@ margin: 0; padding: 0; display: block; } +#menubar .buttonmenu { + margin: 0 2px; + width: auto; + padding: 0; + text-indent: 0; + list-style: none; + text-align: center; + float: right; +} + /* H2 properties copied here */ #menubar DT { font-weight: bold; /* default for h2 */ |