diff --git a/resource/tinymce/css/note-content.css b/resource/tinymce/css/note-content.css index d95964524..66a4c7475 100644 --- a/resource/tinymce/css/note-content.css +++ b/resource/tinymce/css/note-content.css @@ -1,3 +1,36 @@ +h1 { + font-size: 1.6em; + padding-bottom: .2em; +} + +h2 { + font-size: 1.4em; + font-weight: normal; + margin-top: 0; + padding-bottom: .2em; + border-bottom: 1px solid lightgray; +} + +h3 { + font-size: 1.1em; +} + +h4 { + font-size: 1em; + margin-bottom: 1em; +} + +h5 { + font-size: .9em; + margin-bottom: 1em; +} + +h6 { + font-size: .8em; + margin-top: 1.6em; + margin-bottom: 1.3em; +} + blockquote { margin-top: 1.5em; margin-bottom: 1.5em;