From: Mike Taylor Date: Mon, 30 Sep 2013 16:01:29 +0000 (+0100) Subject: H2 margin-bottom tweak. X-Git-Tag: 0.9.1~209 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;ds=sidebyside;h=2ef7adf3da89006e9e9c906cf70964f8205f3c4b;p=mkws-moved-to-github.git H2 margin-bottom tweak. --- diff --git a/tools/htdocs/mkws-doc.css b/tools/htdocs/mkws-doc.css index f769329..e042c4b 100644 --- a/tools/htdocs/mkws-doc.css +++ b/tools/htdocs/mkws-doc.css @@ -8,6 +8,11 @@ h1, h2, h3 { font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; } +h2 { + /* Default spacing is way off in both Chrome and Firefox */ + margin-bottom: -0.5em; +} + h1 { background: #e0e8f8; padding: 0.2em;