1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +02:00

Merge branch 'jarijokinen-master' into 2.0.1-wip

This commit is contained in:
Mark Otto
2012-02-05 02:33:35 -08:00

View File

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