Skip to content

Commit

Permalink
Improve callout box
Browse files Browse the repository at this point in the history
and "learning objectives" box.
  • Loading branch information
Raniere Silva committed Jan 28, 2015
1 parent 2a36b09 commit b240fc0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css/swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit b240fc0

Please sign in to comment.