I had previously added clear:right only to div.floatright, but not div.tright; here...
authorArne Heizmann <timwi@users.mediawiki.org>
Fri, 18 Jun 2004 23:23:03 +0000 (23:23 +0000)
committerArne Heizmann <timwi@users.mediawiki.org>
Fri, 18 Jun 2004 23:23:03 +0000 (23:23 +0000)
in rtl.css, I'm reversing it, so floatright and tright no longer clear, but floatleft and tleft
do.

stylesheets/monobook/main.css
stylesheets/monobook/rtl.css

index 64d1e4c..d840f02 100644 (file)
@@ -359,6 +359,7 @@ div.magnify a, div.magnify img {
     background: none !important;
 }
 div.tright {
+    clear: right;
     float: right;
     border-width: 0.5em 0 0.8em 1.4em;
 }
index aafcd59..7fd6b77 100644 (file)
@@ -129,6 +129,18 @@ dd {
        margin-left: 0;
        margin-right: 2em;
 }
+div.tright {
+    clear: none;
+}
+div.tleft {
+    clear: left;
+}
+div.floatright {
+    clear: none;
+}
+div.floatleft {
+    clear: left;
+}
 div.townBox {
        margin-left: 0;
        margin-right: 1em;