aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/monobook/IE55Fixes.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/monobook/IE55Fixes.css')
-rw-r--r--stylesheets/monobook/IE55Fixes.css27
1 files changed, 23 insertions, 4 deletions
diff --git a/stylesheets/monobook/IE55Fixes.css b/stylesheets/monobook/IE55Fixes.css
index 4c2c384ad5d2..b3258d5132e8 100644
--- a/stylesheets/monobook/IE55Fixes.css
+++ b/stylesheets/monobook/IE55Fixes.css
@@ -1,17 +1,36 @@
/* IE5.5/win- only fixes */
-#column-content { display: inline; }
-#column-content #content {
- margin-top: 3em;
- overflow: auto;
+#column-content {
+ float: none;
+ margin-left: 0;
height: 1%;
}
+#column-content #content {
+ position: relative;
+ z-index: 5;
+ margin-left: 12.2em;
+ margin-top: 3em;
+ height: 1%;
+}
+#column-one {
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 4;
+ width: 100%;
+}
+#footer {
+ margin-left: 13.6em;
+ border-left: 1px solid #fabd23;
+}
+
/*#bodyContent div,
#bodyContent pre { overflow: auto; }*/
#p-personal { padding-bottom: 0.1em; }
body { font-size: xx-small; }
+
#p-cactions {
width: 76% !important;
z-index: 3 !important;