2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fix vertical align issue with labels in IE9

This commit is contained in:
Mark Otto
2012-03-11 21:44:00 -07:00
parent ee5d2ec91a
commit 5a28bd1e78
3 changed files with 2 additions and 0 deletions
+1
View File
@@ -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;