0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01: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;