1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-03 00:31:55 +02:00

merging master which has the label fix

This commit is contained in:
Mark Otto
2011-10-04 00:58:12 -07:00
parent 5cae222022
commit 088a9efa4c
3 changed files with 5 additions and 5 deletions

View File

@@ -984,12 +984,12 @@ input[type=submit].btn {
.label {
padding: 1px 3px 2px;
background-color: @grayLight;
font-size: @basefont * .75;
font-weight: bold;
color: @white;
text-transform: uppercase;
white-space: nowrap;
background-color: @grayLight;
.border-radius(3px);
&.important { background-color: #c43c35; }
&.warning { background-color: @orange; }