Skip to content
Snippets Groups Projects
Commit 659e7f66 authored by Greg Wilson's avatar Greg Wilson
Browse files

Merge pull request #29 from r-gaia-cs/callout-box

Improve callout box and "learning objectives" box
parents 44372f8a e386ccd9
Branches
Tags
No related merge requests found
......@@ -119,6 +119,9 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
/* Objectives and key points */
.objectives, .keypoints {
background-color: azure;
border: 5px solid azure;
margin: 1em 0;
padding: 0em 1em;
}
/* Things to fix. */
......@@ -140,6 +143,14 @@ blockquote {
width: 90%;
}
/* Callout Box */
.callout {
background-color: #EEE;
border: 5px solid #EEE;
margin: 1em 0;
padding: 0em 1em;
}
/* Tables used for displaying choices in challenges. */
table.choices tr td {
vertical-align : top;
......
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