From 86de0213ab8e801d5566e9c56e8a775dd8c4d6f4 Mon Sep 17 00:00:00 2001
From: Cristy <urban-warrior@imagemagick.org>
Date: Sun, 8 Oct 2017 11:12:25 -0400
Subject: [PATCH] ...

---
 www/css/magick.css | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/www/css/magick.css b/www/css/magick.css
index 33eb5d6c9..7ac888fad 100644
--- a/www/css/magick.css
+++ b/www/css/magick.css
@@ -28,7 +28,6 @@ h6, .h6 {
   color: #333;
 }
 
-
 /*
  * Override Bootstrap's default container.
  */
@@ -37,7 +36,6 @@ h6, .h6 {
   max-width: 60rem;
 }
 
-
 /*
  * Masthead for nav
  */
@@ -80,7 +78,6 @@ h6, .h6 {
   border-left: .3rem solid transparent;
 }
 
-
 /*
   Name and description.
 */
@@ -106,9 +103,8 @@ h6, .h6 {
   }
 }
 
-
 /*
- Main column and sidebar layout
+  Main column and sidebar layout
 */
 
 /* Sidebar modules for boxing content */
@@ -127,7 +123,6 @@ h6, .h6 {
   margin-bottom: 0;
 }
 
-
 /* Pagination */
 .magick-pagination {
   margin-bottom: 4rem;
@@ -153,7 +148,6 @@ h6, .h6 {
   color: #999;
 }
 
-
 /*
  * Footer
  */
@@ -164,7 +158,8 @@ h6, .h6 {
   text-align: center;
   background-color: #f9f9f9;
   border-top: .05rem solid #e5e5e5;
-}
+}A
+
 .magick-footer p:last-child {
   margin-bottom: 0;
 }
@@ -177,10 +172,12 @@ h6, .h6 {
   padding-right: 40px;
   list-style: none;
 }
+
 .magick-icon {
   float: left;
   margin: 5px;
 }
+
 fieldset {
   padding: .5em;
   background: white;
@@ -199,3 +196,9 @@ fieldset legend {
   border-bottom: 1px solid gray;
   font-weight: bold;
 }
+
+.highlight {
+  padding:1rem;
+  margin:1rem 0px;
+  background-color:#f7f7f9
+}
-- 
2.40.0