Fix h2 nd h3 margins

This commit is contained in:
perryharlock
2013-10-04 11:52:06 +01:00
parent b619087cf9
commit 98ed72adaa

View File

@@ -98,7 +98,7 @@
} }
/* Type */ /* Type */
.h1, .h2, .h3 { .h1 {
margin-top: @line-height-computed; margin-top: @line-height-computed;
margin-bottom: (@line-height-computed / 2); margin-bottom: (@line-height-computed / 2);
} }