From a366bcc32fd4be263e917e6a2d4b1bdce0515010 Mon Sep 17 00:00:00 2001
From: Greg Wilson <gvwilson@third-bit.com>
Date: Mon, 12 Sep 2016 11:57:02 -0400
Subject: [PATCH] Displaying break information in a box

---
 _includes/episode_break.html    | 15 +++++++++++++--
 _includes/episode_overview.html |  4 ++--
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/_includes/episode_break.html b/_includes/episode_break.html
index 81fd39e..36d2d2f 100644
--- a/_includes/episode_break.html
+++ b/_includes/episode_break.html
@@ -1,4 +1,15 @@
 {% comment %}
-  Display information about a break.
+    Display a break's timings in a box similar to a learning episode's.
 {% endcomment %}
-<p>Break: {{page.break}} min</p>
+<blockquote class="objectives">
+  <h2>Overview</h2>
+
+  <div class="row">
+    <div class="col-md-3">
+      <strong>Break:</strong> {{ page.break }} min
+    </div>
+    <div class="col-md-9">
+    </div>
+  </div>
+
+</blockquote>
diff --git a/_includes/episode_overview.html b/_includes/episode_overview.html
index 5165ca1..cb87e0f 100644
--- a/_includes/episode_overview.html
+++ b/_includes/episode_overview.html
@@ -19,7 +19,7 @@
       </ul>
     </div>
   </div>
-  
+
   <div class="row">
     <div class="col-md-3">
     </div>
@@ -32,5 +32,5 @@
       </ul>
     </div>
   </div>
-  
+
 </blockquote>
-- 
GitLab