aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/fix-ie5-ie6.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-11-22 20:13:09 +0000
committerrvelices <rv-github@modusoptimus.com>2010-11-22 20:13:09 +0000
commit5f69a2ff0201edf27f0d850f32231d91e723533c (patch)
tree84b28471025d65e8f8fd91675ff71057b562b22c /themes/default/fix-ie5-ie6.css
parent45b1d97556271bfcbeabdce1af47f39b8d619268 (diff)
simplification of CSS rules (trunk only)
git-svn-id: http://piwigo.org/svn/trunk@7843 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/fix-ie5-ie6.css')
-rw-r--r--themes/default/fix-ie5-ie6.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/default/fix-ie5-ie6.css b/themes/default/fix-ie5-ie6.css
index 54018fea1..974b1e842 100644
--- a/themes/default/fix-ie5-ie6.css
+++ b/themes/default/fix-ie5-ie6.css
@@ -1,5 +1,13 @@
/* Issues in IE from 5 to 6 only not to be used with IE7 */
+#menubar LI.selected A {
+ font-weight: bold;
+}
+
+#menubar LI.selected LI A {
+ font-weight: normal;
+}
+
/* fix IE with another layout for thumbnails */
.content UL.thumbnails SPAN.wrap2 {
display: block;