Tweak Google Reader sidebar

By Percy Cabello

If you tried last week’s tip for adding the iPhone version of Google Reader as a Firefox sidebar, you probably quickly noticed that it’s not perfect: an ugly blue border around the Google logo and too large item titles may discourage you from using as your default reader.

The How-to Geek has a nice post on how to further customize the Google Reader sidebar hiding the Google logo and excerpts and setting the titles’ font size to something more convenient.

You will need to edit your userContent.css file adding these lines:

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://www.google.com/reader/i) {
.logo {display:none !important;}
* {font-size:0.97em !important; }
span.item-snippet {display:none !important;}
span.item-source-title{font-size:0.9em !important}
}

Google Reader sidebar tweaks

A better suited and better looking Firefox sidebar.

Posted on May 19, 2008 - 11:46 pm || More on Firefox, Tips

Comments

nemoman

May 20, 2008 11:46 pm

Still no hotkeys though…

Reply

Phoenix

May 20, 2008 11:46 pm

You can also ad that snippet to a new style in Stylish if you dont want to go poking around in your profile

Reply

Google Reader II « The Glitch

May 21, 2008 11:46 pm

[...] here to further customize the Google Reader within the Firefox sidebar. It makes cosmetic improvements [...]

dan

May 21, 2008 11:46 pm

I wish there was a way to set a hot key to op[en the pane. If there is a way i haven’t found one. :(

Reply

simon

July 14, 2008 11:46 pm

http://userstyles.org/styles/8683

Reply

Leave Comment