From 20bae66371e4342529f32b47dcae4a459070881f Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Thu, 6 Nov 2014 15:14:57 -0500 Subject: [PATCH] Correct to not have body > --- css/guide.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/guide.css b/css/guide.css index a639b72..b958349 100644 --- a/css/guide.css +++ b/css/guide.css @@ -1,5 +1,5 @@ -body > p.noindent { - text-indent:1em; +p.indent { + text-indent: 0em; } body { max-width: 680px;