mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Bring back nowrap to labels and badges
This commit is contained in:
parent
d149a131c1
commit
dfd0326186
4 changed files with 4 additions and 0 deletions
Binary file not shown.
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
@ -3175,6 +3175,7 @@ a.thumbnail:hover {
|
|||
padding: 2px 4px 3px;
|
||||
font-size: 11.049999999999999px;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
background-color: #999999;
|
||||
|
@ -3220,6 +3221,7 @@ a.thumbnail:hover {
|
|||
padding: 2px 10px 3px;
|
||||
font-size: 12.025px;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
color: #ffffff;
|
||||
background-color: #999999;
|
||||
-webkit-border-radius: 10px;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
padding: 2px 10px 3px;
|
||||
font-size: @baseFontSize * .925;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
color: @white;
|
||||
background-color: @grayLight;
|
||||
.border-radius(10px);
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
padding: 2px 4px 3px;
|
||||
font-size: @baseFontSize * .85;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
color: @white;
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||
background-color: @grayLight;
|
||||
|
|
Loading…
Reference in a new issue