Commit b240fc08 authored by Raniere Silva's avatar Raniere Silva
Browse files

Improve callout box

and "learning objectives" box.
parent 2a36b09e
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -74,6 +74,9 @@ div.chapter h2 {
/* Objectives and key points */
.objectives, .keypoints {
    background-color: azure;
    border: 5px solid azure;
    margin: 1em 0;
    padding: 0em 1em;
}

/* Things to fix. */
@@ -107,6 +110,14 @@ blockquote.testimonial cite {
    font-style: italic;
}

/* 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;