www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 3a3f46530d9d8476664c66334a9c858b0dfdf0ef
parent 3241faf50314d3f2646657d11e25dfa2ff71a650
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  3 May 2018 19:27:22 -0400

Adjust note header sizing/styling

Diffstat:
Mresource/tinymce/css/note-content.css | 33+++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+), 0 deletions(-)

diff --git 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;