aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/menubar.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-05-23 10:13:15 +0000
committerrvelices <rv-github@modusoptimus.com>2008-05-23 10:13:15 +0000
commit2492a87f5f577ce8a2505034a30217b3532c5868 (patch)
tree69520a23b95b379d1ccbc7d8c1843ddea60db06d /template/yoga/menubar.css
parent4745f491302ee5f6b0bb690a1a16bcecb92666d1 (diff)
- 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
Diffstat (limited to 'template/yoga/menubar.css')
-rw-r--r--template/yoga/menubar.css4
1 files changed, 1 insertions, 3 deletions
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 */
}