From 5fc08c241dd263b487f98afbaeaaa3424e0f804f Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 3 Oct 2008 23:48:03 +0000 Subject: - fix tag cloud display with IE6/IE7 (without additionnal css hacks) - collapsed several identical selectors into one git-svn-id: http://piwigo.org/svn/trunk@2648 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/menubar.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'template/yoga/menubar.css') diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index a69109593..4444a7b53 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -82,8 +82,7 @@ FORM#quickconnect FIELDSET DIV { margin: 5px 0; } -#menubar #menuTagCloud LI +#menubar #menuTagCloud SPAN { - display: inline; - white-space: nowrap; /* No line break in the LI but Opera set nowrap to */ + white-space: nowrap; } -- cgit v1.2.3