Copyright notice has no max-width, allows true right-align.
authorMike Taylor <mike@indexdata.com>
Fri, 26 Jul 2013 10:02:33 +0000 (11:02 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 26 Jul 2013 10:02:33 +0000 (11:02 +0100)
tools/htdocs/mkws-doc.css

index 816c510..0ce5ae0 100644 (file)
@@ -31,5 +31,6 @@ pre {
  */
 body p:last-of-type {
     font-size: small;
+    max-width: none;
     text-align: right;
 }