From 11766c28533e5d1e902a9318262d44c5d451d891 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 19 May 2004 23:14:42 +0000 Subject: [PATCH] pref toc tweaks --- stylesheets/monobook/rtl.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/monobook/rtl.css b/stylesheets/monobook/rtl.css index 40723c2f7a..2dd986ccab 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; -- 2.20.1