Skip to content

Commit

Permalink
Converting to individual challenge div's in the novice shell lessons
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Wilson committed May 26, 2014
1 parent 6cb7935 commit 45a05ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lesson.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ div.box {
}

/* Challenge questions. */
div.challenges {}
div.challenge {
background-color: lightblue;
}

/* Key points in summary. */
div.keypoints {}
Expand Down

0 comments on commit 45a05ff

Please sign in to comment.