Name: Anonymous 2010-05-07 8:20
So how do I turn this sidebar thing off?? It's starting to annoy me.
This disables google's fade:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix('http://google.'), url-prefix('http://www.google.') {
#ghead, #sbl, .fade, #fctr{ opacity: 1 !important; }
}
Get stylish.
CSS to remove sidebar:
#cnt #leftnav {
display:none;
}
#cnt #center_col {
margin:0 !important;
}