From 66b39d0758c6f37cc816cf3f2c6b688eba4e4ebf Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Thu, 27 Feb 2014 10:38:04 -0500 Subject: [PATCH] Indenting error output cells --- lesson.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lesson.css b/lesson.css index b97b17a..0b914df 100644 --- a/lesson.css +++ b/lesson.css @@ -51,6 +51,7 @@ div.out:before { /* Error output. */ .err { color: darkred; + margin-left: 20px; font-style: italic; font-weight: bold; }