X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws-doc.css;h=f7693299dedbe73457f1e36179488221172b178c;hb=0689574b8d0579dd869bf4d80b98c62134f7a99b;hp=2f222cfd8d4360eaa4aacc483fc3f3d054a67935;hpb=65baba212bfb2f2090909d823ba1c78bcc15ab4f;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws-doc.css b/tools/htdocs/mkws-doc.css index 2f222cf..f769329 100644 --- a/tools/htdocs/mkws-doc.css +++ b/tools/htdocs/mkws-doc.css @@ -24,7 +24,7 @@ h3.date { color: black } -p, ul, pre { +body > p, ul, pre { margin-left: 10%; } @@ -39,8 +39,8 @@ 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;