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-07-06 21:35:08 +0400
committerMark Otto <markotto@twitter.com>2012-07-06 21:35:08 +0400
commit19ea4668e5d62303b26e322d32b45d6268837c18 (patch)
treec27536bcfa9ad64d4443ee1e5979b14a82e19b49 /less
parent3d770ab7bd3ba189db8f1bcc8d84ff9bfbcfc81c (diff)
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 61a7db493a..a424f0f5c0 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;
}
}