From 94191180305dc983158d2cd79e39a9c1829a14ff Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Tue, 25 Mar 2014 14:06:49 -0400 Subject: [PATCH] Cleaning up novice extras --- lesson.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lesson.css b/lesson.css index fcef217..3bdf67b 100644 --- a/lesson.css +++ b/lesson.css @@ -33,6 +33,11 @@ pre { font-weight: bold; } +/* Files. */ +.file { + margin-left: 20px; +} + /* Explanatory call-out boxes. */ div.box { background-color: lightgray;