Skip to content
Snippets Groups Projects
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
Branches
Tags
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment