X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws-doc.css;h=f7693299dedbe73457f1e36179488221172b178c;hb=0689574b8d0579dd869bf4d80b98c62134f7a99b;hp=4b6bc01a4313bd16d2eb23b70651f4f280cb3acb;hpb=a792b5dbdf602f6308776675765c529d40f22cb5;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws-doc.css b/tools/htdocs/mkws-doc.css index 4b6bc01..f769329 100644 --- a/tools/htdocs/mkws-doc.css +++ b/tools/htdocs/mkws-doc.css @@ -11,10 +11,21 @@ h1, h2, h3 { h1 { background: #e0e8f8; padding: 0.2em; + font-weight: normal; } -p, ul, pre { - margin-left: 10em; +h2.author { + font-size: 120%; + color: black +} + +h3.date { + font-size: 100%; + color: black +} + +body > p, ul, pre { + margin-left: 10%; } p, ul { @@ -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; }