From 1520d01b458775590713037a0d17436708909945 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 19 May 2004 21:03:12 +0000 Subject: [PATCH] pref toc styling --- stylesheets/monobook/rtl.css | 7 +++++++ 1 file changed, 7 insertions(+) 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; +} -- 2.20.1