aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-06 10:35:08 -0700
committerMark Otto <[email protected]>2012-07-06 10:35:08 -0700
commit19ea4668e5d62303b26e322d32b45d6268837c18 (patch)
treec27536bcfa9ad64d4443ee1e5979b14a82e19b49 /less
parent3d770ab7bd3ba189db8f1bcc8d84ff9bfbcfc81c (diff)
downloadbootstrap-19ea4668e5d62303b26e322d32b45d6268837c18.tar.xz
bootstrap-19ea4668e5d62303b26e322d32b45d6268837c18.zip
prevent small tags from increasing height of headings
Diffstat (limited to 'less')
-rw-r--r--less/type.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less
index 61a7db493..a424f0f5c 100644
--- a/less/type.less
+++ b/less/type.less
@@ -31,6 +31,7 @@ h1, h2, h3, h4, h5, h6 {
text-rendering: optimizelegibility; // Fix the character spacing for headings
small {
font-weight: normal;
+ line-height: 1;
color: @grayLight;
}
}