Skip to content

Commit 088a9ef

Browse files
committed
merging master which has the label fix
1 parent 5cae222 commit 088a9ef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bootstrap.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
9-
* Date: Mon Oct 3 23:49:59 PDT 2011
9+
* Date: Tue Oct 4 00:58:05 PDT 2011
1010
*/
1111
/* Reset.less
1212
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -2336,15 +2336,15 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
23362336
}
23372337
.label {
23382338
padding: 1px 3px 2px;
2339-
background-color: #bfbfbf;
23402339
font-size: 9.75px;
23412340
font-weight: bold;
23422341
color: #ffffff;
23432342
text-transform: uppercase;
2343+
white-space: nowrap;
2344+
background-color: #bfbfbf;
23442345
-webkit-border-radius: 3px;
23452346
-moz-border-radius: 3px;
23462347
border-radius: 3px;
2347-
white-space: nowrap;
23482348
}
23492349
.label.important {
23502350
background-color: #c43c35;

bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/patterns.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,12 +984,12 @@ input[type=submit].btn {
984984

985985
.label {
986986
padding: 1px 3px 2px;
987-
background-color: @grayLight;
988987
font-size: @basefont * .75;
989988
font-weight: bold;
990989
color: @white;
991990
text-transform: uppercase;
992991
white-space: nowrap;
992+
background-color: @grayLight;
993993
.border-radius(3px);
994994
&.important { background-color: #c43c35; }
995995
&.warning { background-color: @orange; }

0 commit comments

Comments
 (0)