Change the position and size of the New and Older post link
To switch the position of the New and Older post link, add the following code before ]]> </b:skin> :
#blog-pager-older-link {
float: left;
}
#blog-pager-newer-link {
float: right;
}
To change font size:
#blog-pager {
font-weight: bold;
font: $(widget.font);
font-size: 100%;
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment