Commit 873a6b4d authored by Raniere Silva's avatar Raniere Silva
Browse files

Merge pull request #106 from BillMills/cssChallenges

added some challenge CSS
parents c22955d1 0fdd4ea8
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -18,11 +18,6 @@ div.chapter h2 {
    font-style: italic;
}

/* Objectives and key points */
.objectives, .keypoints {
    background-color: azure;
}

/* Things to fix. */
.fixme {
    text-decoration: underline;
@@ -124,6 +119,14 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    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;