From 0bf6be126f1a7dda90e0c8b594b23bee56d6051e Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Thu, 27 Feb 2014 10:15:46 -0500 Subject: [PATCH] * Getting rid of old cheat sheets * Indenting error output cells * Removing explicit 'level' keys from Markdown files * Storing the generated files so that people who don't use those tools won't have to regenerate them. * Modifying .gitignore to reflect this. * Updating the Makefile to run Jekyll exactly once. * Command to install on the server * No longer worrying about making a page of images * Better (more guessable) name for the target that builds the website * Fixing image paths * Fixing up glossary entries --- 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; }