From 656b696e4e6b1a34aa4b9e9a3bb51c9ae058422f Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 26 Jul 2013 11:02:33 +0100 Subject: [PATCH] Copyright notice has no max-width, allows true right-align. --- tools/htdocs/mkws-doc.css | 1 + 1 file changed, 1 insertion(+) 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; } -- 1.7.10.4