From 614ed3d18ac8305ff767a1db530f471765ca497c Mon Sep 17 00:00:00 2001 From: ssstvinc2 Date: Thu, 9 Mar 2017 10:29:26 -0500 Subject: reframed images to crop off Guardian's bottom blue line --- html_template/unbiased.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html_template') diff --git a/html_template/unbiased.css b/html_template/unbiased.css index aa1f410..244f100 100755 --- a/html_template/unbiased.css +++ b/html_template/unbiased.css @@ -108,8 +108,8 @@ a:hover{ width:350px; height:200px; overflow:hidden; - background-size: cover; - background-position: center center; + background-size: auto 234px;/*cover;*/ + background-position: top center;/*center center;*/ margin:0 auto; } @@ -169,8 +169,8 @@ a:hover{ width:150px; height:100px; overflow:hidden; - background-size: cover; - background-position: center center; + background-size: auto 117px;/*cover;*/ + background-position: top center;/*center center;*/ float:left; max-width:35%; } -- cgit v1.2.3