Wednesday, March 16, 2005

Gone monthly

Now this isn't JALD anymore and there's Google search to look at the archives I've
gone for a monthly archive. It'll take a while for Google to index the archive pages, though.

If anyone's interested, this is what you have to put in your template to strip the navbar down to search only:


/* Lose bits of navbar I don't like */
/* Lose logo div */
#b-navbar, #b-logo
{
display:none !important;
}
/* Lose it's contained img */
#b-logo img
{
display:none !important;
}
/* Other stuff */
#b-more, #b-getorpost, #b-next, #b-this, #b-blogthis
{
display:none !important;
}

It goes in the top of the template with the other CSS rules.

No comments: