2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
4 changed files with 5 additions and 5 deletions
+2 -2
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;
}
+1 -1
View File
File diff suppressed because one or more lines are too long