move h1-h6 margins into topic-body

This commit is contained in:
Jeff Atwood 2013-03-24 02:26:54 -07:00
parent a7dfcc54e8
commit a001232ff3
2 changed files with 4 additions and 6 deletions

View file

@ -586,7 +586,9 @@
.topic-body {
position: relative;
h1, h2, h3, h4, h5, h6 {
margin: 20px 0 10px;
}
// this is the little pointy bit of the speech bubble on the post, on the left side
&:before,

View file

@ -395,16 +395,12 @@ body {
}
h1, h2, h3, h4, h5, h6 {
margin: 20px 0 10px;
margin: 0;
font-family: inherit;
font-weight: bold;
color: inherit;
text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
font-weight: normal;
color: #999999;
}
h1 {
font-size: 30px;
line-height: 36px;