]> git.donarmstrong.com Git - don.git/commitdiff
switch to justified, centered text by default
authorDon Armstrong <don@donarmstrong.com>
Sun, 16 Feb 2014 23:49:10 +0000 (15:49 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sun, 16 Feb 2014 23:49:10 +0000 (15:49 -0800)
local.css

index 91f0c498fa1c109b8b17b735bfb7e4df5b2989e7..ce5b8e5dce7999d702934cd9fa4e67db37e6784d 100644 (file)
--- 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 {