diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/fix-ie5-ie6.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css index a16290fcb..b78bc7bf4 100644 --- a/template/yoga/fix-ie5-ie6.css +++ b/template/yoga/fix-ie5-ie6.css @@ -16,11 +16,6 @@ H1, #theHeader { width: 99%; /* buggy IE box model */ } -/* fix tag clouds : IE doesn't like anything but inline */ -#menubar #menuTagCloud LI -{ - display: inline; -} /* fix quickconnect layout */ FORM#quickconnect FIELDSET { |