]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sun, 8 Oct 2017 15:12:25 +0000 (11:12 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sun, 8 Oct 2017 15:12:25 +0000 (11:12 -0400)
www/css/magick.css

index 33eb5d6c90a275d7cdd81152bdee5329caed7811..7ac888fadaf2793d4f4e3043d6cec890d444419b 100644 (file)
@@ -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
+}