From 3561f722c436ca2498d545bb57087907709ccd0e Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 24 Mar 2006 17:20:59 +0000 Subject: [PATCH] minor cleanup --- skins/monobook/rtl.css | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/skins/monobook/rtl.css b/skins/monobook/rtl.css index 13930dc86d..f579270bea 100644 --- a/skins/monobook/rtl.css +++ b/skins/monobook/rtl.css @@ -101,7 +101,7 @@ li#ca-watch,li#ca-unwatch { margin-right: 1.6em !important; } -/* Fix margins */ +/* Fix margins for non-css2 browsers */ /* top right bottom left */ ul { @@ -124,16 +124,10 @@ dd { margin-left: 0; margin-right: 2em; } -div.tright { +div.tright, div.floatright, table.floatright { clear: none; } -div.tleft { - clear: left; -} -div.floatright, table.floatright { - clear: none; -} -div.floatleft, table.floatleft { +div.tleft, div.floatleft, table.floatleft { clear: left; } div.townBox { @@ -221,4 +215,4 @@ input#wpSave, input#wpDiff { #userlogin { float: right; margin: 0 0 1em 3em; -} \ No newline at end of file +} -- 2.20.1