aboutsummaryrefslogtreecommitdiff
path: root/lib/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-16 18:01:05 -0700
committerMark Otto <[email protected]>2011-10-16 18:01:05 -0700
commit2a82b38cff142ec86a6e1dc4f9366205260d262d (patch)
tree1e274c535c40f4e4f8914f17456dc52f7b264a42 /lib/type.less
parent756e7c8739266ec8594d545e7eec2a50ea06ce08 (diff)
downloadbootstrap-2a82b38cff142ec86a6e1dc4f9366205260d262d.tar.xz
bootstrap-2a82b38cff142ec86a6e1dc4f9366205260d262d.zip
tweak the h2s again for better spacing, adjust docs, remove white bg if possible on file input, few other tweaks
Diffstat (limited to 'lib/type.less')
-rw-r--r--lib/type.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/type.less b/lib/type.less
index 7cf9e6ccd..c746a58af 100644
--- a/lib/type.less
+++ b/lib/type.less
@@ -38,7 +38,7 @@ h1 {
}
h2 {
font-size: 24px;
- line-height: @baseLineHeight * 1.5;
+ line-height: @baseLineHeight * 2;
small {
font-size: 14px;
}
@@ -90,7 +90,7 @@ ol {
}
li {
line-height: @baseLineHeight;
- color: @gray;
+ color: @grayDark;
}
ul.unstyled {
list-style: none;