Skip to content
Snippets Groups Projects
Commit e386ccd9 authored by Raniere Silva's avatar Raniere Silva
Browse files

Improve callout box

and "learning objectives" box.
parent 6753e095
Branches
Tags
No related merge requests found
......@@ -64,6 +64,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. */
......@@ -85,6 +88,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