aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/fix-khtml.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/fix-khtml.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/fix-khtml.css')
-rw-r--r--template/yoga/fix-khtml.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/yoga/fix-khtml.css b/template/yoga/fix-khtml.css
index e071061c9..15e3c083c 100644
--- a/template/yoga/fix-khtml.css
+++ b/template/yoga/fix-khtml.css
@@ -10,5 +10,11 @@
top: -1px; /* move the container up by the same amount */
margin-bottom: 5px;
}
+
+#menubar #menuTagCloud LI
+{
+ display: inline-block;/* required for Safari 3.1 - otherwise overflows on the right */
+}
+
/* end Safari/Konqueror */