CSS: Reduce h2 margin and line-height

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-28 11:17:30 +01:00
parent 3e02007150
commit 95e03d14c0

View File

@ -30,7 +30,7 @@ a {
} }
blockquote { blockquote {
border-left: @vertical-padding solid @gray-light; border-left: 6px solid @gray-light;
color: @text-color-light; color: @text-color-light;
// Reset default margin // Reset default margin
margin: 0; margin: 0;
@ -44,7 +44,7 @@ body {
font-family: @font-family; font-family: @font-family;
font-size: @font-size; font-size: @font-size;
// Set line-height w/o unit so that the line-height is dynamically calculated as font-size * line-height // Set line-height w/o unit so that the line-height is dynamically calculated as font-size * line-height
line-height: 1.3; line-height: 1.2;
} }
h1 { h1 {
@ -58,6 +58,7 @@ h2 {
border-bottom: 1px solid @gray-lightest; border-bottom: 1px solid @gray-lightest;
font-size: 1.143em; font-size: 1.143em;
font-weight: normal; font-weight: normal;
margin: @vertical-padding 0;
} }
p { p {