1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Merge pull request #8852 from briannelsondesign/label_baselines

Adjusts vertical alignment of labels and badges
This commit is contained in:
Mark Otto 2013-07-30 14:07:00 -07:00
commit 96eef43dee
4 changed files with 5 additions and 5 deletions

View file

@ -3917,7 +3917,7 @@ a.thumbnail:focus {
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
vertical-align: baseline;
background-color: #999999;
border-radius: .25em;
}
@ -3976,7 +3976,7 @@ a.thumbnail:focus {
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
vertical-align: baseline;
background-color: #999999;
border-radius: 10px;
}

File diff suppressed because one or more lines are too long

View file

@ -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;

View file

@ -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;