From 45a05fff1a3599f77fbf195040606b0b55affaa5 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Mon, 26 May 2014 12:44:43 -0400 Subject: [PATCH] Converting to individual challenge div's in the novice shell lessons --- lesson.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lesson.css b/lesson.css index 3bdf67b..2c07db8 100644 --- a/lesson.css +++ b/lesson.css @@ -44,7 +44,9 @@ div.box { } /* Challenge questions. */ -div.challenges {} +div.challenge { + background-color: lightblue; +} /* Key points in summary. */ div.keypoints {}