1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Allow labels to be links

This commit is contained in:
Jari Jokinen 2012-02-01 12:59:38 +02:00
parent 7f32d15fbb
commit a486a6f20b

View file

@ -14,3 +14,7 @@
.label-warning { background-color: @orange; } .label-warning { background-color: @orange; }
.label-success { background-color: @successText; } .label-success { background-color: @successText; }
.label-info { background-color: @infoText; } .label-info { background-color: @infoText; }
.label:hover {
color: @white;
text-decoration: none;
}