From 120dfbeed2fdac2eda0f763c8b2951f2dcdf6788 Mon Sep 17 00:00:00 2001 From: Elisabeth Henry Date: Mon, 7 Mar 2016 23:28:34 +0100 Subject: [PATCH] Fix CSS: set max-width of li, not ul/ol --- templates/template.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/template.css b/templates/template.css index 5e23eb3..e8f7d6d 100644 --- a/templates/template.css +++ b/templates/template.css @@ -95,7 +95,7 @@ nav { } /* Improving readability for the HTML format only */ -p, blockquote, ul, ol { +p, blockquote, li { margin-right: auto; max-width: 33em; }