reset type changes
This commit is contained in:
parent
ee05ba2278
commit
76f3835eac
|
@ -216,11 +216,22 @@ cursor: pointer;
|
|||
margin-bottom:20px;
|
||||
}
|
||||
|
||||
.articleText p {
|
||||
.articleText p, h1, h2, h3, h4, h5, h6 {
|
||||
margin-bottom:8px;
|
||||
padding:0px 8px;
|
||||
}
|
||||
|
||||
.articleText h1, h2, h3, h4, h5, h6 {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.articleText h1 {font-size: 2em; margin: .67em 0;}
|
||||
.articleText h2 {font-size: 1.5em; margin: .83em 0;}
|
||||
.articleText h3 {font-size: 1.17em; margin: 1em 0;}
|
||||
.articleText h4 {font-size: 1em; margin: 1.33em 0;}
|
||||
.articleText h5 {font-size: .83em; line-height: 1.17em; margin: 1.67em 0;}
|
||||
.articleText h6 {font-size: .67em; margin: 2.33em 0;}
|
||||
|
||||
.contentLinks {
|
||||
margin:14px 6px 14px 6px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user