diff options
| author | Mark Otto <[email protected]> | 2011-10-04 00:58:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-04 00:58:12 -0700 |
| commit | 088a9efa4c8cc2a352c786c7db4bf7f13a700f86 (patch) | |
| tree | 7f123bf95633679d61fc69a6ba5a61cd2ce30184 /lib | |
| parent | 5cae2220223e2dec689b452398ce4cc27e62fd26 (diff) | |
| download | bootstrap-088a9efa4c8cc2a352c786c7db4bf7f13a700f86.tar.xz bootstrap-088a9efa4c8cc2a352c786c7db4bf7f13a700f86.zip | |
merging master which has the label fix
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 0b1600e3b..ccf99f214 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -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; } |
