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:



/* 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: