Created by: jarijokinen
This fixes hover color and text-decoration for labels that are links:
<a href="#" class="label">Default</a>
Personally I like to use labels as show/edit/delete links for lists, usually inside table rows, as regular buttons are too big for this purpose.
Plus I think there are other use cases too, like:
<a href="/inbox" class="label label-info">1 New Message</a>