From c8536efa539718a577ebfe8f6cf225e3f0e9e80a Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 19 Aug 2014 16:28:34 -0400 Subject: [PATCH] style change for h3 in #main section remove top margin and add the margin to the listing class. --- styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 3309000..1f1cba2 100644 --- a/styles.css +++ b/styles.css @@ -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; -- 2.17.1