added some challenge CSS
authorBill Mills <mills.wj@gmail.com>
Wed, 31 Dec 2014 06:06:23 +0000 (22:06 -0800)
committerRaniere Silva <raniere@ime.unicamp.br>
Wed, 28 Jan 2015 19:24:13 +0000 (17:24 -0200)
css/swc.css

index ccdfb5697f86056cbb247e2333220247b71d206b..12d428ff59285eb84a6dc460589d95345bf21e3b 100644 (file)
@@ -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;