Allow the 'floatleft' and 'floatright' classes not just on divs, but tables as well...
authorArne Heizmann <timwi@users.mediawiki.org>
Tue, 22 Jun 2004 21:39:36 +0000 (21:39 +0000)
committerArne Heizmann <timwi@users.mediawiki.org>
Tue, 22 Jun 2004 21:39:36 +0000 (21:39 +0000)
taxoboxes)

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

index d840f02..8e5d8bc 100644 (file)
@@ -308,7 +308,7 @@ in the bottom-right corner of the content area */
 }
 
 /* images */
-div.floatright 
+div.floatright table.floatright {
     clear: right;
     float: right; 
     margin: 0;
@@ -317,7 +317,7 @@ div.floatright {
     border-width: 0.5em 0 0.8em 1.4em;
 }
 div.floatright p { font-style: italic; } 
-div.floatleft 
+div.floatleft table.floatleft {
     float: left; 
     margin: 0.3em 0.5em 0.5em 0;
     position: relative;
index 7fd6b77..919e6d0 100644 (file)
@@ -135,10 +135,10 @@ div.tright {
 div.tleft {
     clear: left;
 }
-div.floatright {
+div.floatright table.floatright {
     clear: none;
 }
-div.floatleft {
+div.floatleft table.floatleft {
     clear: left;
 }
 div.townBox {