From 13c3076d6a35a5f2e1a2df6371fd926979a38e3c Mon Sep 17 00:00:00 2001 From: chrisaga Date: Mon, 17 Jul 2006 10:25:24 +0000 Subject: fix bug 472: tags displayed outside of the menubar (at leas for Opera, witing confirmation for Safari) git-svn-id: http://piwigo.org/svn/trunk@1479 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/fix-ie5-ie6.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'template/yoga/fix-ie5-ie6.css') 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; +} -- cgit v1.2.3