From bfdab8f5a0e7b997c0623bfad24135fd190282e3 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 1 Jul 2004 15:48:07 +0000 Subject: [PATCH] selector bug fix --- stylesheets/monobook/rtl.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/monobook/rtl.css b/stylesheets/monobook/rtl.css index 919e6d0943..0844c389e2 100644 --- a/stylesheets/monobook/rtl.css +++ b/stylesheets/monobook/rtl.css @@ -135,10 +135,10 @@ div.tright { div.tleft { clear: left; } -div.floatright table.floatright { +div.floatright, table.floatright { clear: none; } -div.floatleft table.floatleft { +div.floatleft, table.floatleft { clear: left; } div.townBox { -- 2.20.1