From: Mike Taylor Date: Mon, 30 Sep 2013 16:09:07 +0000 (+0100) Subject: Styling for TOC and hyperlinked headings. X-Git-Tag: 0.9.1~206 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=7580577516283b6d5e3957445d6b470fc7ce3737;p=mkws-moved-to-github.git Styling for TOC and hyperlinked headings. --- diff --git a/tools/htdocs/mkws-doc.css b/tools/htdocs/mkws-doc.css index dfde943..2a34a60 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 a, h3 a, div#TOC a { + color: #68a; + text-decoration: none; +} + h2, h3 { /* Default spacing is way off in both Chrome and Firefox */ margin-bottom: -0.5em;