mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
move h1-h6 margins into topic-body
This commit is contained in:
parent
a7dfcc54e8
commit
a001232ff3
2 changed files with 4 additions and 6 deletions
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue