selector bugs
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 23 Jun 2004 10:05:07 +0000 (10:05 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 23 Jun 2004 10:05:07 +0000 (10:05 +0000)
stylesheets/monobook/main.css

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