mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 01:12:10 +00:00
Fix headings
Oops, forgot comma operators don't "stack".
This commit is contained in:
parent
1de26465c5
commit
1deec439dc
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ BODY {
|
|||
margin-right: 8pt;
|
||||
}
|
||||
|
||||
.newsBox H1,H2,H3,H4,H5,H6 {
|
||||
.newsBox H1, .newsBox H2, .newsBox H3, .newsBox H4, .newsBox H5, .newsBox H6 {
|
||||
margin-left: 8pt;
|
||||
margin-right: 8pt;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue