From 4baaf6686638603a3591d5f7fa9b643519ea995a Mon Sep 17 00:00:00 2001 From: Arne Heizmann Date: Fri, 18 Jun 2004 23:23:03 +0000 Subject: [PATCH] I had previously added clear:right only to div.floatright, but not div.tright; here it is. Also, in rtl.css, I'm reversing it, so floatright and tright no longer clear, but floatleft and tleft do. --- stylesheets/monobook/main.css | 1 + stylesheets/monobook/rtl.css | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 64d1e4ce36..d840f021b9 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -359,6 +359,7 @@ div.magnify a, div.magnify img { background: none !important; } div.tright { + clear: right; float: right; border-width: 0.5em 0 0.8em 1.4em; } diff --git a/stylesheets/monobook/rtl.css b/stylesheets/monobook/rtl.css index aafcd59ea8..7fd6b77d59 100644 --- a/stylesheets/monobook/rtl.css +++ b/stylesheets/monobook/rtl.css @@ -129,6 +129,18 @@ dd { margin-left: 0; margin-right: 2em; } +div.tright { + clear: none; +} +div.tleft { + clear: left; +} +div.floatright { + clear: none; +} +div.floatleft { + clear: left; +} div.townBox { margin-left: 0; margin-right: 1em; -- 2.20.1