From 4ab9f1f1ea182662da458d4372fef43efa479d61 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Wed, 7 Nov 2018 23:06:45 -0800 Subject: [PATCH] Lower margins on index headings --- src/resources/lexicon.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/resources/lexicon.css b/src/resources/lexicon.css index dee13b1..bb70d3b 100644 --- a/src/resources/lexicon.css +++ b/src/resources/lexicon.css @@ -21,6 +21,7 @@ div#content { position: absolute; right: 0px; left: 226px; max-width: 564px; margin: 5px; } div.contentblock { background-color: #ffffff; box-shadow: 2px 2px 10px #888888; margin-bottom: 5px; padding: 10px; width: auto; border-radius: 5px; } +div.contentblock h3 { margin: 0.3em 0; } a.phantom { color: #cc2200; } div.citeblock a.phantom { font-style: italic; } span.signature { text-align: right; }