From d15218a09ce68d0854d0aa5f5170c1ea859aee31 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 18 Dec 2013 09:49:05 -0800 Subject: Fixes #11899: Ensure proper margins and .small/small usage for heading tags (e.g., .h1-.h6) --- less/type.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'less') diff --git a/less/type.less b/less/type.less index 5373975d2..1d01b9a71 100644 --- a/less/type.less +++ b/less/type.less @@ -21,9 +21,9 @@ h1, h2, h3, h4, h5, h6, } } -h1, -h2, -h3 { +h1, .h1, +h2, .h2, +h3, .h3 { margin-top: @line-height-computed; margin-bottom: (@line-height-computed / 2); @@ -32,9 +32,9 @@ h3 { font-size: 65%; } } -h4, -h5, -h6 { +h4, .h4, +h5, .h5, +h6, .h6 { margin-top: (@line-height-computed / 2); margin-bottom: (@line-height-computed / 2); -- cgit v1.2.3