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 { .topic-body {
position: relative; 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 // this is the little pointy bit of the speech bubble on the post, on the left side
&:before, &:before,

View File

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