Had you ever wanted to add a Labels at footer, but it's too ugly to accept?
It's easy to fix with small piece of CSS:
After inserting to your template, that would look like:
It's easy to fix with small piece of CSS:
/* BEGIN: Flattening Labels */
div.footer div.Label {
text-transform:none;
}
div.footer div.Label li {
display: inline;
}
/* END: Flattening Labels */
After inserting to your template, that would look like:
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.