mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
clean up labels per #1656
This commit is contained in:
parent
2a192468d3
commit
4a09cf04d8
Binary file not shown.
6
docs/assets/css/bootstrap.css
vendored
6
docs/assets/css/bootstrap.css
vendored
@ -3050,11 +3050,11 @@ a.thumbnail:hover {
|
|||||||
padding: 9px;
|
padding: 9px;
|
||||||
}
|
}
|
||||||
.label {
|
.label {
|
||||||
padding: 1px 3px 2px;
|
padding: 2px 4px 3px;
|
||||||
font-size: 9.75px;
|
font-size: 11.049999999999999px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-transform: uppercase;
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
background-color: #999999;
|
background-color: #999999;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
// ------
|
// ------
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
padding: 1px 3px 2px;
|
padding: 2px 4px 3px;
|
||||||
font-size: @baseFontSize * .75;
|
font-size: @baseFontSize * .85;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: @white;
|
color: @white;
|
||||||
text-transform: uppercase;
|
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||||
background-color: @grayLight;
|
background-color: @grayLight;
|
||||||
.border-radius(3px);
|
.border-radius(3px);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user