summaryrefslogtreecommitdiff
path: root/html_template/unbiased.css
diff options
context:
space:
mode:
authorssstvinc2 <sstvinc2@gmail.com>2017-03-09 10:29:26 -0500
committerssstvinc2 <sstvinc2@gmail.com>2017-03-09 10:29:26 -0500
commit614ed3d18ac8305ff767a1db530f471765ca497c (patch)
tree832febdda064753d14e486d4b5c4b85ca4b7486a /html_template/unbiased.css
parenta596eb07939b8e653355be0020f0a7d8c0ee2d80 (diff)
reframed images to crop off Guardian's bottom blue line
Diffstat (limited to 'html_template/unbiased.css')
-rwxr-xr-xhtml_template/unbiased.css8
1 files changed, 4 insertions, 4 deletions
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%;
}