X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws-doc.css;h=4b6bc01a4313bd16d2eb23b70651f4f280cb3acb;hb=a792b5dbdf602f6308776675765c529d40f22cb5;hp=6433806982f8f27c35c282d65067490d8e1d44bb;hpb=81aa0c5bc14492687685e48d901a7628fbea0bab;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws-doc.css b/tools/htdocs/mkws-doc.css index 6433806..4b6bc01 100644 --- a/tools/htdocs/mkws-doc.css +++ b/tools/htdocs/mkws-doc.css @@ -3,13 +3,13 @@ body { } h1, h2, h3 { - color: #666; + color: #68a; font-weight: bold; font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; } h1 { - background: #eee; + background: #e0e8f8; padding: 0.2em; } @@ -17,6 +17,14 @@ p, ul, pre { margin-left: 10em; } +p, ul { + max-width: 40em; +} + +pre { + background: #eee; +} + /* * 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.