From: Mike Taylor Date: Thu, 3 Oct 2013 10:17:53 +0000 (+0100) Subject: Styles for H4 and OL X-Git-Tag: 0.9.1~190 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=996c7f62aa4e8bc2697b91cdb0b68d64850c94cb;p=mkws-moved-to-github.git Styles for H4 and OL --- diff --git a/tools/htdocs/mkws-doc.css b/tools/htdocs/mkws-doc.css index ed42f19..a58c10f 100644 --- a/tools/htdocs/mkws-doc.css +++ b/tools/htdocs/mkws-doc.css @@ -2,13 +2,13 @@ body { font-family: Times, "Times Roman", "Times New Roman"; } -h1, h2, h3 { +h1, h2, h3, h4 { color: #68a; font-weight: bold; font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; } -h2 a, h3 a, div#TOC a { +h2 a, h3 a, h4 a, div#TOC a { color: #68a; text-decoration: none; } @@ -34,7 +34,7 @@ h3.date { color: black } -body > p, ul, pre, table { +body > p, ul, ol, pre, table, h4 { margin-left: 10%; }