mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Improves label and badge alignment so text aligns with baseline
This commit is contained in:
parent
5ef1fe160e
commit
220fee80bf
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
font-weight: bold;
|
||||
color: @badge-color;
|
||||
line-height: 1;
|
||||
vertical-align: middle;
|
||||
vertical-align: baseline;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
background-color: @badge-bg;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
color: @label-color;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
vertical-align: baseline;
|
||||
background-color: @gray-light;
|
||||
border-radius: .25em;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue