From: Mike Taylor Date: Fri, 26 Jul 2013 10:02:33 +0000 (+0100) Subject: Copyright notice has no max-width, allows true right-align. X-Git-Tag: 0.9.1~242^2~11 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=656b696e4e6b1a34aa4b9e9a3bb51c9ae058422f Copyright notice has no max-width, allows true right-align. --- diff --git a/tools/htdocs/mkws-doc.css b/tools/htdocs/mkws-doc.css index 816c510..0ce5ae0 100644 --- a/tools/htdocs/mkws-doc.css +++ b/tools/htdocs/mkws-doc.css @@ -31,5 +31,6 @@ pre { */ body p:last-of-type { font-size: small; + max-width: none; text-align: right; }