Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-03-12 08:44:00 +0400
committerMark Otto <markotto@twitter.com>2012-03-12 08:44:00 +0400
commit5a28bd1e78f6aae2bae87d1eb823687c5e1f7cd8 (patch)
tree9b7dc19c74303b0319da48d1bd78acf76917fbdc /less
parentee5d2ec91aab9ec086b57a21059617355639b32c (diff)
fix vertical align issue with labels in IE9
Diffstat (limited to 'less')
-rw-r--r--less/labels.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/labels.less b/less/labels.less
index 251c4f60d1..918b12e8c9 100644
--- a/less/labels.less
+++ b/less/labels.less
@@ -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;