From: Gabriel Wicke Date: Wed, 19 May 2004 23:14:42 +0000 (+0000) Subject: pref toc tweaks X-Git-Tag: 1.3.0beta1~25 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=11766c28533e5d1e902a9318262d44c5d451d891;p=lhc%2Fweb%2Fwiklou.git pref toc tweaks --- 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;