From: Don Armstrong Date: Sun, 16 Feb 2014 23:49:10 +0000 (-0800) Subject: switch to justified, centered text by default X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=commitdiff_plain;h=3576a0377e1fe121f295608c5c93b854ffa140fa switch to justified, centered text by default --- diff --git a/local.css b/local.css index 91f0c49..ce5b8e5 100644 --- a/local.css +++ b/local.css @@ -604,7 +604,9 @@ body { } #content, #comments, #footer { - margin: 1em 2em; + margin: 1em auto; + max-width: 55em; + text-align: justify; } #pageinfo {