minor cleanup
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 24 Mar 2006 17:20:59 +0000 (17:20 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 24 Mar 2006 17:20:59 +0000 (17:20 +0000)
skins/monobook/rtl.css

index 13930dc..f579270 100644 (file)
@@ -101,7 +101,7 @@ li#ca-watch,li#ca-unwatch {
        margin-right: 1.6em !important;
 }
 
-/* Fix margins */
+/* Fix margins for non-css2 browsers */
 /* top right bottom left */
 
 ul {
@@ -124,16 +124,10 @@ dd {
        margin-left: 0;
        margin-right: 2em;
 }
-div.tright {
+div.tright, div.floatright, table.floatright {
        clear: none;
 }
-div.tleft {
-       clear: left;
-}
-div.floatright, table.floatright {
-       clear: none;
-}
-div.floatleft, table.floatleft {
+div.tleft, div.floatleft, table.floatleft {
        clear: left;
 }
 div.townBox {
@@ -221,4 +215,4 @@ input#wpSave, input#wpDiff {
 #userlogin {
        float: right;
        margin: 0 0 1em 3em;
-}
\ No newline at end of file
+}