summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2010-11-07 13:14:03 +0000
committerAnika Henke <anika@selfthinker.org>2010-11-07 13:14:03 +0000
commit8fdcbb446b412f81b3336cfe9af73efe561a6633 (patch)
treea7381b15f826643592f7b0872ae7f6c61a5b84a4
parenta52b1359cd07ffbe5e34429a5cd310e1f38e8b43 (diff)
downloadrpg-8fdcbb446b412f81b3336cfe9af73efe561a6633.tar.gz
rpg-8fdcbb446b412f81b3336cfe9af73efe561a6633.tar.bz2
more IE fixes
-rw-r--r--css/design.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/css/design.css b/css/design.css
index 243733462..384aaa7b8 100644
--- a/css/design.css
+++ b/css/design.css
@@ -140,9 +140,11 @@
#dokuwiki__pagetools ul li a.action.top {
float: right;
}
+#IE6 #dokuwiki__pagetools ul,
#IE7 #dokuwiki__pagetools ul {
- position: relative;;
+ position: relative;
}
+#IE6 #dokuwiki__pagetools ul li a.action.top,
#IE7 #dokuwiki__pagetools ul li a.action.top {
position: absolute;
top: 0;
@@ -283,8 +285,8 @@
font-size: 90%;
}
-#IE6 input.button, #IE6 button,
-#IE7 input.button, #IE7 button {
+#IE6 .dokuwiki input.button, #IE6 .dokuwiki button,
+#IE7 .dokuwiki input.button, #IE7 .dokuwiki button {
line-height: 1.4;
}
@@ -317,6 +319,7 @@
#dokuwiki__footer {
margin-bottom: 1em;
}
+#IE6 #dokuwiki__footer,
#IE7 #dokuwiki__footer {
height: 1%;
}