[jQuery] Re: Alternative stylesheet for jQuery.com

2009-01-15 Thread Liam Potter


you should give stylish a try to do client side CSS changes rather then 
greasemonkey.

https://addons.mozilla.org/en-US/firefox/addon/2108

Mark Gibson wrote:

Any chance of getting an alternative stylesheet added to jquery.com?
I've got a small 1024x600 display, and the heading of jquery.com, nice
as it is, takes up a lot of space. I'd just like to suggest adding the
following as an alternative (using link rel=alternate
stylesheet ...) for folk with vertically impaired screens:

#jq-secondaryNavigation { margin-top: 4px; }
#jq-secondaryNavigation ul, #jq-footerNavigation ul { width: auto; }
#jq-siteLogo { top: 14px; }
#jq-header { height: 80px; }
body#jq-interior #jq-header { height:102px; }
#jq-content { padding-top: 1em; }
#jq-header h1, #jq-primarySearchForm { bottom: 4px; }

At the minute I use greasemonkey to add this, but I thought others may
benefit too.

Regards
- Mark Gibson
  




[jQuery] Re: Alternative stylesheet for jQuery.com

2009-01-15 Thread Mark Gibson

Ah, fantastic, works much better than Greasemonkey, thanks for the
link.
The only trouble with FF Add-ons is there are so many of them!

On Jan 15, 11:52 am, Liam Potter radioactiv...@gmail.com wrote:
 you should give stylish a try to do client side CSS changes rather then
 greasemonkey.https://addons.mozilla.org/en-US/firefox/addon/2108

 Mark Gibson wrote:
  Any chance of getting an alternative stylesheet added to jquery.com?
  I've got a small 1024x600 display, and the heading of jquery.com, nice
  as it is, takes up a lot of space. I'd just like to suggest adding the
  following as an alternative (using link rel=alternate
  stylesheet ...) for folk with vertically impaired screens:

  At the minute I use greasemonkey to add this, but I thought others may
  benefit too.

  Regards
  - Mark Gibson