Skip to content

Commit

Permalink
added some challenge CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Mills authored and Raniere Silva committed Jan 28, 2015
1 parent b240fc0 commit 8ca339b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ div.chapter h2 {
padding: 0em 1em;
}

/* Challenges */
.challenge {
background-color: #CCFFCC;
border: 5px solid #CCFFCC;
margin: 1em 0;
padding: 0em 1em;
}

/* Things to fix. */
.fixme {
text-decoration: underline;
Expand Down

0 comments on commit 8ca339b

Please sign in to comment.