From: Gabriel Wicke Date: Wed, 19 May 2004 21:03:12 +0000 (+0000) Subject: pref toc styling X-Git-Tag: 1.3.0beta1~34 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=1520d01b458775590713037a0d17436708909945;p=lhc%2Fweb%2Fwiklou.git pref toc styling --- diff --git a/stylesheets/monobook/rtl.css b/stylesheets/monobook/rtl.css index 09ba73d3f2..40723c2f7a 100644 --- a/stylesheets/monobook/rtl.css +++ b/stylesheets/monobook/rtl.css @@ -167,3 +167,10 @@ li#pt-login { #footer { clear: both; } +/* js pref toc */ +#preftoc { float: right; } +#prefcontrol { float: right; } +fieldset.operaprefsection { + margin-right: 15em; + margin-left: 0; +}