Skip to content

Commit 5a28bd1

Browse files
committed
fix vertical align issue with labels in IE9
1 parent ee5d2ec commit 5a28bd1

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

docs/assets/bootstrap.zip

23 Bytes
Binary file not shown.

docs/assets/css/bootstrap.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3541,6 +3541,7 @@ a.thumbnail:hover {
35413541
font-weight: bold;
35423542
line-height: 13px;
35433543
color: #ffffff;
3544+
vertical-align: middle;
35443545
white-space: nowrap;
35453546
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
35463547
background-color: #999999;

less/labels.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
font-weight: bold;
99
line-height: 13px; // ensure proper line-height if floated
1010
color: @white;
11+
vertical-align: middle;
1112
white-space: nowrap;
1213
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
1314
background-color: @grayLight;

0 commit comments

Comments
 (0)