aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/monobook/rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/monobook/rtl.css')
-rw-r--r--stylesheets/monobook/rtl.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/stylesheets/monobook/rtl.css b/stylesheets/monobook/rtl.css
index 40723c2f7a2f..2dd986ccab67 100644
--- a/stylesheets/monobook/rtl.css
+++ b/stylesheets/monobook/rtl.css
@@ -169,7 +169,10 @@ li#pt-login {
}
/* 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-right: 15em;
margin-left: 0;