aboutsummaryrefslogtreecommitdiff
path: root/lib/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-06 23:59:22 -0800
committerMark Otto <[email protected]>2012-01-06 23:59:22 -0800
commitcfc2353059df628c67d19a3c5c3ead2cc6051f53 (patch)
tree64d535e105e36458aba2c621e05d8413c6d246a9 /lib/type.less
parent5cb76037ae70ca26a923750ca9441b04d2fbd6a7 (diff)
downloadbootstrap-cfc2353059df628c67d19a3c5c3ead2cc6051f53.tar.xz
bootstrap-cfc2353059df628c67d19a3c5c3ead2cc6051f53.zip
front page docs updated to include old getting started section, update code styles to look like github gists, and lots more docs updates
Diffstat (limited to 'lib/type.less')
-rw-r--r--lib/type.less12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/type.less b/lib/type.less
index 59dae717f..4aa642358 100644
--- a/lib/type.less
+++ b/lib/type.less
@@ -50,20 +50,20 @@ h3 {
font-size: 14px;
}
}
+h4, h5, h6 {
+ line-height: @baseLineHeight;
+}
h4 {
- font-size: 16px;
- line-height: @baseLineHeight * 2;
+ font-size: 14px;
small {
font-size: 12px;
}
}
h5 {
- font-size: 14px;
- line-height: @baseLineHeight;
+ font-size: 12px;
}
h6 {
- font-size: 13px;
- line-height: @baseLineHeight;
+ font-size: 11px;
color: @grayLight;
text-transform: uppercase;
}