From 399ced94ed8363dd486e5c34e1a9dffad78678c8 Mon Sep 17 00:00:00 2001 From: tikuf Date: Wed, 16 Apr 2014 15:01:59 +1000 Subject: [PATCH] revert poster item css change --- dashboard-ui/css/posteritem.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index e308292b5d..5367c2ba2e 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -31,7 +31,7 @@ .posterItemImage { background-size: contain; background-repeat: no-repeat; - background-position: center top; + background-position: center bottom; background-color: #000; position: relative; }