diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/menubar.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index 0e8185eeb..e676d5784 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -144,8 +144,6 @@ input#qsearchInput { #menubar #menuTagCloud LI { - display: inline; /* FF doesn't see the inline-block below */ + display: inline; white-space: nowrap; /* No line break in the LI but Opera set nowrap to */ - display: inline-block;/* the whole UL, inline-block fix it. */ - /* IE wants inline in fix-ie5-ie6.css */ } |