Skip to content

Commit

Permalink
fix vertical align issue with labels in IE9
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Mar 12, 2012
1 parent ee5d2ec commit 5a28bd1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified docs/assets/bootstrap.zip
Binary file not shown.
1 change: 1 addition & 0 deletions docs/assets/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3541,6 +3541,7 @@ a.thumbnail:hover {
font-weight: bold;
line-height: 13px;
color: #ffffff;
vertical-align: middle;
white-space: nowrap;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #999999;
Expand Down
1 change: 1 addition & 0 deletions less/labels.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
font-weight: bold;
line-height: 13px; // ensure proper line-height if floated
color: @white;
vertical-align: middle;
white-space: nowrap;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
background-color: @grayLight;
Expand Down

0 comments on commit 5a28bd1

Please sign in to comment.