aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-29 01:44:51 -0700
committerMark Otto <[email protected]>2011-09-29 01:44:51 -0700
commit00204a80cf1c45cb9d7d80986756401d304a3944 (patch)
tree42c07a5fe192b61d4d4e41377fde8f70d791cf33 /lib
parent4e9849966d0f7b18cd4b8a22f6ef98c6900a2099 (diff)
downloadbootstrap-00204a80cf1c45cb9d7d80986756401d304a3944.tar.xz
bootstrap-00204a80cf1c45cb9d7d80986756401d304a3944.zip
change h4 back to lineheight * 2
Diffstat (limited to 'lib')
-rw-r--r--lib/type.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/type.less b/lib/type.less
index 88b320459..ea1f289e7 100644
--- a/lib/type.less
+++ b/lib/type.less
@@ -48,20 +48,20 @@ h3 {
font-size: 14px;
}
}
-h4, h5, h6 {
- line-height: @baseline;
-}
h4 {
font-size: 16px;
+ line-height: @baseline * 2;
small {
font-size: 12px;
}
}
h5 {
font-size: 14px;
+ line-height: @baseline;
}
h6 {
font-size: 13px;
+ line-height: @baseline;
color: @grayLight;
text-transform: uppercase;
}