X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=doc%2Fmkws-doc.css;h=0eb4a34fa94c576fa3dea5ae14855d5e83aa7624;hp=649640c5f1b9d32658ca309e6ad235cd3b656fc5;hb=0fc946af7aee27a0180ae240938c78243cafe05f;hpb=16f10cb7af4e1d38373ea4355e39f3d9294adfab diff --git a/doc/mkws-doc.css b/doc/mkws-doc.css index 649640c..0eb4a34 100644 --- a/doc/mkws-doc.css +++ b/doc/mkws-doc.css @@ -8,7 +8,7 @@ h1, h2, h3, h4 { font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; } -h2 a, h3 a, h4 a, div#TOC a { +h1 a, h2 a, h3 a, h4 a, div#TOC a { color: #68a; text-decoration: none; } @@ -69,13 +69,3 @@ table tr:nth-child(odd) { table tr:nth-child(even) { background: #bfdcf8; } - -/* - * Works with the HTML emitted by pandoc. It would better if pandoc - * were to emit class names that we can use. But it doesn't. - */ -body > p:last-of-type { - font-size: small; - max-width: none; - text-align: right; -}