Remove bottom margin from H3

This commit is contained in:
=
2012-07-09 12:45:46 -04:00
parent 5fea2fe320
commit f057827a46
2 changed files with 7 additions and 6 deletions

View File

@@ -86,18 +86,19 @@ h2, .beta{
}
h3, .gamma{
.all-headers;
font-size: @body-font-size * 1.5;
font-size: @body-font-size * 1.2;
.lhd;
.mbn;
}
h4, .delta{
.all-headers;
font-size: @body-font-size * 1.5;
font-size: @body-font-size * 1;
.lhd;
.mbn;
}
h5, .epsilon{
.all-headers;
font-size: @body-font-size * 1.2;
font-size: @body-font-size * 1;
.lhs;
.mbn
}