diff options
Diffstat (limited to 'template/yoga/fix-ie5-ie6.css')
-rw-r--r-- | template/yoga/fix-ie5-ie6.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css index 59e3ccee1..2361418e9 100644 --- a/template/yoga/fix-ie5-ie6.css +++ b/template/yoga/fix-ie5-ie6.css @@ -25,3 +25,8 @@ UL.tagSelection LI INPUT, width: 99%; /* buggy IE box model */ } +/* fix tag clouds : IE doesn't like anything but inline */ +#menubar #menuTagCloud LI +{ + display: inline; +} |