Prevent heading line height and font weight from being overridden

This commit is contained in:
Tautvidas Sipavičius
2016-03-01 17:13:52 +02:00
parent 9ebcddfa2a
commit 93d20688ea
2 changed files with 3 additions and 1 deletions

View File

@@ -32,5 +32,5 @@ $block-hover-highlight-color = $primary-active-color
position: relative position: relative
line-height: 1.61803398875 line-height: 1.61803398875
p p, h1, h2, h3, h4, h5, h6
line-height: 1.61803398875 line-height: 1.61803398875

View File

@@ -12,9 +12,11 @@
h1, h2, h3, h4, h5, h6 h1, h2, h3, h4, h5, h6
padding: 0 padding: 0
margin: 0 margin: 0
font-weight: normal
p p
margin-top: 0 margin-top: 0
font-weight: normal
blockquote blockquote
margin: 1em margin: 1em