aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less3
1 files changed, 1 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less
index bc4be377c..1bbf1af31 100644
--- a/less/type.less
+++ b/less/type.less
@@ -8,6 +8,7 @@
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
+ margin-top: 0;
font-family: @headings-font-family;
font-weight: @headings-font-weight;
line-height: @headings-line-height;
@@ -24,7 +25,6 @@ h1, h2, h3, h4, h5, h6,
h1, .h1,
h2, .h2,
h3, .h3 {
- margin-top: @line-height-computed;
margin-bottom: (@line-height-computed / 2);
small,
@@ -35,7 +35,6 @@ h3, .h3 {
h4, .h4,
h5, .h5,
h6, .h6 {
- margin-top: (@line-height-computed / 2);
margin-bottom: (@line-height-computed / 2);
small,