From 086ae52d12011746a75f5588e877347bc0457352 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 21 Mar 2008 11:49:34 +0100 Subject: Update auf MediaWiki 1.12.0 --- skins/archlinux/rtl.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'skins/archlinux/rtl.css') diff --git a/skins/archlinux/rtl.css b/skins/archlinux/rtl.css index e28ffb75..2bd5261e 100644 --- a/skins/archlinux/rtl.css +++ b/skins/archlinux/rtl.css @@ -227,3 +227,12 @@ p.mw-ipb-conveniencelinks { table.filehistory th { text-align: right; } + +/** + * Lists: + * The following lines don't have a visible effect on non-Gecko browsers + * They fix a problem ith Gecko browsers rendering lists to the right of + * left-floated objects in an RTL layout. + */ +html>body.rtl #bodyContent ul { display:table; } +html>body.rtl #bodyContent ol { display:table; } \ No newline at end of file -- cgit v1.2.2