From 3576a0377e1fe121f295608c5c93b854ffa140fa Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 16 Feb 2014 15:49:10 -0800 Subject: [PATCH] switch to justified, centered text by default --- local.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 { -- 2.39.2