From 67c1307de2c46f039b17ea1d8821c0ec7a017379 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 14 Apr 2015 20:50:03 -0700 Subject: Fix unforeseen verse typesetting issue with width --- trunk/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/style.css b/trunk/style.css index edeb425..d852214 100644 --- a/trunk/style.css +++ b/trunk/style.css @@ -49,7 +49,6 @@ header { } .content { line-height: 1.3em; - width: 90%; } /* header + .container + .content }}} */ /* NAV + .FOOTNOTES {{{ */ @@ -333,6 +332,7 @@ pre { display: inline-block; text-align: justify; max-width: 39em; + width: 90%; margin: auto; hyphens: auto; -moz-hyphens: auto; -- cgit 1.4.1-21-gabe81