From e386ccd9739188f5fef00a663d28f7fd6a401a9b Mon Sep 17 00:00:00 2001
From: Raniere Silva <raniere@ime.unicamp.br>
Date: Sun, 16 Nov 2014 11:53:38 -0200
Subject: [PATCH] Improve callout box

and "learning objectives" box.
---
 css/swc.css | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/css/swc.css b/css/swc.css
index e5e769c..61b419e 100644
--- a/css/swc.css
+++ b/css/swc.css
@@ -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;
-- 
GitLab