On 18/05/14 15:30, Christoph Becker wrote:
At least a workaround for those who prefer to have the menu on the left
hand side is to use a user stylesheet for their browser.  How this can
be done for Firefox is described on
<http://ffeathers.wordpress.com/2013/03/10/how-to-override-css-stylesheets-in-firefox/>.

I've set up my userContent.css like so:

   @-moz-document domain(php.net) {
     #layout-content {float: right !important}
   }

Thanks for that kick Christoph - works perfectly once you add the !important. It's a pity that these overrides are not automatically added last as it would make things tidier. I've sorted the font and layout problems in one hit ... just need to address the colour problem now, but combined with firebug, firefox does provide a quick way of debugging this area.

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk

--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to