diff options
Diffstat (limited to 'stylesheets/monobook/IE60Fixes.css')
-rw-r--r-- | stylesheets/monobook/IE60Fixes.css | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css index b71cb2d099f7..ab5a97a7c729 100644 --- a/stylesheets/monobook/IE60Fixes.css +++ b/stylesheets/monobook/IE60Fixes.css @@ -1,16 +1,26 @@ /* 6.0 - only fixes */ /* content area */ - /* workaround for various ie float bugs */ +#column-content { + float: none; + margin-left: 0; + height: 1%; +} #column-content #content { + margin-left: 12.2em; margin-top: 3em; height: 1%; } -#bodyContent { - height: 1%; +#column-one { + position: absolute; + top: 0; + left: 0; + z-index: 4; +} +#footer { + margin-left: 13.6em; + border-left: 1px solid #fabd23; } - -#column-content { display: inline; } /* the tabs */ @@ -53,7 +63,7 @@ div.visualClear { } textarea { overflow: auto; - width: 97%; + width: 96%; } div.editsection, |