X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws-doc.css;h=60814842cf62b3c839fba7545125a59bba666a46;hb=63589b9ad87fe2aefe5925a6eac65542b54c4643;hp=816c510a833e914a403309eded3249e473ba3fe7;hpb=4fcd7d65497e6909097e01313d78ebae762c7d9c;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws-doc.css b/tools/htdocs/mkws-doc.css index 816c510..6081484 100644 --- a/tools/htdocs/mkws-doc.css +++ b/tools/htdocs/mkws-doc.css @@ -11,6 +11,17 @@ h1, h2, h3 { h1 { background: #e0e8f8; padding: 0.2em; + font-weight: normal; +} + +h2.author { + font-size: 120%; + color: black +} + +h3.date { + font-size: 100%; + color: black } p, ul, pre { @@ -28,8 +39,9 @@ pre { /* * 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 { + */ +body > p:last-of-type { font-size: small; + max-width: none; text-align: right; }