0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

fix #2613: labels hang too low

This commit is contained in:
Mark Otto 2012-03-23 00:40:10 -07:00
parent ee3fc11add
commit 281e058ef2
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -3578,7 +3578,7 @@ a.thumbnail:hover {
.badge {
font-size: 10.998px;
font-weight: bold;
line-height: 13px;
line-height: 14px;
color: #ffffff;
vertical-align: middle;
white-space: nowrap;

View File

@ -6,7 +6,7 @@
.badge {
font-size: @baseFontSize * .846;
font-weight: bold;
line-height: 13px; // ensure proper line-height if floated
line-height: 14px; // ensure proper line-height if floated
color: @white;
vertical-align: middle;
white-space: nowrap;