From d30f47efb2580b0f435128940b48d5e5d30ca529 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 19 Jan 2013 18:53:41 -0800 Subject: Tighten up badges docs; less bottom margin on h3 --- less/type.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'less/type.less') diff --git a/less/type.less b/less/type.less index 563cee42e..29062be48 100644 --- a/less/type.less +++ b/less/type.less @@ -65,12 +65,12 @@ h1, h2, h3, h4, h5, h6 { } h1, -h2, -h3 { +h2 { margin-top: @line-height-base; margin-bottom: @line-height-base / 2; line-height: @line-height-base * 2; } +h3, h4, h5, h6 { -- cgit v1.2.3