style change
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 19 Aug 2014 20:28:34 +0000 (16:28 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 19 Aug 2014 20:28:34 +0000 (16:28 -0400)
for h3 in #main section
remove top margin and add the margin to the listing class.

styles.css

index 3309000..1f1cba2 100644 (file)
@@ -662,9 +662,12 @@ aside.right-off-canvas-menu ul.off-canvas-list li > ul.open {
 .container#interior #main h3 {
   font-size: 16px;
   color: #6d1112;
-  margin-top: 20px;
+  /*margin-top: 20px;*/
   margin-bottom: 20px;
 }
+.listing {
+    margin-top: 20px !important;
+}
 .container#interior #main > div {
   /*float: left;*/
   width: auto;