From 1d1f06d57d92c6e010bc06f0659dcb2586969c8a Mon Sep 17 00:00:00 2001 From: ElismatiQ Date: Tue, 16 Oct 2012 17:29:27 -0400 Subject: [PATCH] Sponsors page styling #2 Remove border-top for first row --- themes/jquery.org/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/jquery.org/style.css b/themes/jquery.org/style.css index 1f913ee0..9a30c960 100755 --- a/themes/jquery.org/style.css +++ b/themes/jquery.org/style.css @@ -432,7 +432,9 @@ a.icon-search::before { border-top: 1px solid #dddddd; padding-top: 30px; } - +.sponsors-page #content ul.block-grid li:first-child, .sponsors-page #content ul.block-grid li:nth-child(2) { + border-top: medium none; +} .sponsors-page ul.block-grid li img { float: left; width: 30%;