From ab6a916b8e4ab94e4eaabbae64fcf2c02804fb3c Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 9 Oct 2014 10:39:09 -0400 Subject: [PATCH] Add style for the blocks They now have an extra p tag for the description text so removing padding and margin. --- styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index bfdd942..918b53e 100755 --- a/styles.css +++ b/styles.css @@ -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 +} -- 2.17.1