Merge "Hook to allow manipulation of image data"
[lhc/web/wiklou.git] / skins / monobook / IE60Fixes.css
index e6e447f..ec1ce43 100644 (file)
@@ -1,26 +1,40 @@
 /* 6.0 - only fixes */
-/* content area */ 
+/* content area */
 /* workaround for various ie float bugs */
-#column-content { 
-       float: none; 
+div#column-content {
+       float: none;
        margin-left: 0;
        height: 1%;
 }
-#column-content #content {
+div#column-content div#content {
        margin-left: 12.2em;
        margin-top: 3em;
        height: 1%;
 }
-#column-one {
+.rtl div#column-content div#content {
+       margin-right: 12.2em;
+       margin-left: 0;
+}
+div#column-one {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
 }
-#footer {
+.rtl div#column-one {
+       left: auto;
+       right: 0;
+}
+div#footer {
        margin-left: 13.6em;
        border-left: 1px solid #fabd23;
 }
+.rtl div#footer {
+       margin-left: 0;
+       margin-right: 13.6em;
+       border-left: none;
+       border-right: 1px solid #fabd23;
+}
 
 /* the tabs */
 
@@ -85,7 +99,6 @@ textarea {
        width: 96%;
 }
 
-div.editsection,
 #catlinks,
 div.tright,
 div.tleft {