From 183851b06bd6c52f3cae5375f433da720d410447 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 11 Oct 2006 18:12:39 +0000 Subject: MediaWiki 1.7.1 wiederhergestellt --- skins/common/common_rtl.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 skins/common/common_rtl.css (limited to 'skins/common/common_rtl.css') diff --git a/skins/common/common_rtl.css b/skins/common/common_rtl.css new file mode 100644 index 00000000..8f50b2ab --- /dev/null +++ b/skins/common/common_rtl.css @@ -0,0 +1,15 @@ +/* js pref toc */ +#preftoc { float: right; } +/* workaround for moz bug, displayed bullets on left side */ +#preftoc li { list-style: none; } +#prefcontrol { float: right; } +fieldset.prefsection, +fieldset.operaprefsection { + margin-left: 0; + margin-right: 18em; +} +/* page history */ +#pagehistory span.user { + margin-right: 1.4em; + margin-left: 0.4em; +} -- cgit v1.2.3-54-g00ecf