Add style for the blocks
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 9 Oct 2014 14:39:09 +0000 (10:39 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 9 Oct 2014 14:39:09 +0000 (10:39 -0400)
They now have an extra p tag for the description text so removing padding and margin.

styles.css

index bfdd942..918b53e 100755 (executable)
@@ -662,6 +662,10 @@ header {
        padding: 5px 14px;
        color: #494139;
 }
+#hHlines ul li a.hHdescr p {
+    margin: 0;
+    padding: 0;
+}
 #hHlines ul li a.link_overlay {
        position: absolute;
        z-index: 99;
@@ -993,4 +997,4 @@ Filter search results
 }
 .clearfix:after {
     clear: both;
-}
\ No newline at end of file
+}