selector bug fix
authorGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 1 Jul 2004 15:48:07 +0000 (15:48 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 1 Jul 2004 15:48:07 +0000 (15:48 +0000)
stylesheets/monobook/rtl.css

index 919e6d0..0844c38 100644 (file)
@@ -135,10 +135,10 @@ div.tright {
 div.tleft {
     clear: left;
 }
-div.floatright table.floatright {
+div.floatright, table.floatright {
     clear: none;
 }
-div.floatleft table.floatleft {
+div.floatleft, table.floatleft {
     clear: left;
 }
 div.townBox {