From 370e83bb0dfd0c70de268c93bf07ad5ee0897192 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 15 Aug 2008 01:29:47 +0200 Subject: Update auf 1.13.0 --- skins/common/common_rtl.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'skins/common/common_rtl.css') diff --git a/skins/common/common_rtl.css b/skins/common/common_rtl.css index d26acc13..cda3835d 100644 --- a/skins/common/common_rtl.css +++ b/skins/common/common_rtl.css @@ -14,7 +14,7 @@ fieldset.operaprefsection { margin-right: 18em; } /* page history */ -#pagehistory span.user { +#pagehistory .history-user { margin-right: 1.4em; margin-left: 0.4em; } @@ -28,10 +28,20 @@ div.tright, div.floatright { div.tleft, div.floatleft { clear: left; } -/* Unblock and Ipblocklist links of Special:Blockip */ -p.mw-ipb-conveniencelinks { +/* Convenience links to edit block and delete reasons */ +p.mw-ipb-conveniencelinks, p.mw-filedelete-editreasons, p.mw-delete-editreasons { float: left; } 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 div#article ul { + display: table; +} -- cgit v1.2.2