From 74c8a5611d64b2efd0b60774e184125ed4b5549f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Feb 2013 00:49:54 -0800 Subject: Increase margins and line-height on h3; overhaul button dropdown docs --- less/type.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'less/type.less') diff --git a/less/type.less b/less/type.less index 29062be48..4387bfabf 100644 --- a/less/type.less +++ b/less/type.less @@ -65,12 +65,15 @@ h1, h2, h3, h4, h5, h6 { } h1, -h2 { +h2, +h3 { margin-top: @line-height-base; margin-bottom: @line-height-base / 2; line-height: @line-height-base * 2; } -h3, +h3 { + line-height: @line-height-base * 1.5; +} h4, h5, h6 { -- cgit v1.2.3