From 2492a87f5f577ce8a2505034a30217b3532c5868 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 23 May 2008 10:13:15 +0000 Subject: - fix display of menubar related tags in IE7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2355 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/menubar.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'template/yoga/menubar.css') diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index 6e40eb4eb..d57fc6bd7 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -143,8 +143,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 */ } -- cgit v1.2.3