From 595d1eca3581ed73888b8e5585e3f57260a2356f Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 23 Jun 2004 10:05:07 +0000 Subject: [PATCH] selector bugs --- stylesheets/monobook/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 8e5d8bc8c4..8d741a1bfe 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -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, -- 2.20.1