From 553727dffacc48e8337c1d141f2a25af359e74b1 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 23 May 2008 10:15:48 +0000 Subject: - merge r2355 from 1.7 to trunk: fix display of menubar related tags in IE7 - optimized sql query in permalinks - remove some unused global variable declarations - fix bug in admin/themeconf.inc.php git-svn-id: http://piwigo.org/svn/trunk@2356 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/fix-ie5-ie6.css | 5 ----- 1 file changed, 5 deletions(-) (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 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 { -- cgit v1.2.3