2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Merge branch 'master' of https://github.com/jarijokinen/bootstrap into jarijokinen-master

This commit is contained in:
Mark Otto
2012-02-05 02:33:30 -08:00
+4
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;
}