From 802d1946eba107b19d7e339b9e2c10b8b8663179 Mon Sep 17 00:00:00 2001 From: ElismatiQ Date: Tue, 16 Oct 2012 16:51:25 -0400 Subject: [PATCH] Sponsor page styling Changed the sponsors-page /content ul.block-grid li properties to move the border on top of sponsors instead of underneath. --- themes/jquery.org/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/jquery.org/style.css b/themes/jquery.org/style.css index 1c33c9c8..1f913ee0 100755 --- a/themes/jquery.org/style.css +++ b/themes/jquery.org/style.css @@ -429,8 +429,8 @@ a.icon-search::before { .sponsors-page #content ul.block-grid li { - border-bottom: 1px solid #dddddd; - margin-bottom: 20px; + border-top: 1px solid #dddddd; + padding-top: 30px; } .sponsors-page ul.block-grid li img {