Thursday, February 05, 2009

More Font Changes for Blogger

The bottom line of the category archives has a font that's being set in a pager div. Changing that to match the date font. For those who want to try this, insert the new CSS code in the Blogger embedded style sheet.

.blog-pager {
text-transform: uppercase;
font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size: x-small;
margin-top: 20px;
line-height: 1.4em;
letter-spacing: 0.1em;
}
.blog-pager a:link { color: #999999; }


Post a Comment

Note: Only a member of this blog may post a comment.