mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-12 08:50:57 +00:00
Add some extra spacing around H1s and H2s
Bug: T161559 Change-Id: I0d10d39313c11fddefadff7ab13c262bd6606ed0
This commit is contained in:
parent
80f38e03ec
commit
6be1fbc134
|
@ -14,8 +14,8 @@
|
|||
.cm-mw-comment { color: #aaa; font-weight: normal; }
|
||||
.cm-mw-apostrophes-bold, .cm-mw-apostrophes-italic { color: #08f; }
|
||||
|
||||
pre.cm-mw-section-1 { font-size: 1.8em; }
|
||||
pre.cm-mw-section-2 { font-size: 1.5em; }
|
||||
pre.cm-mw-section-1 { font-size: 1.8em; line-height: 1.2em; }
|
||||
pre.cm-mw-section-2 { font-size: 1.5em; line-height: 1.2em; }
|
||||
pre.cm-mw-section-3 { font-weight: bold; }
|
||||
pre.cm-mw-section-4 { font-weight: bold; }
|
||||
pre.cm-mw-section-5 { font-weight: bold; }
|
||||
|
|
Loading…
Reference in a new issue