From 4ddc88126ece43f8b13f136815cae91f6c6e7f08 Mon Sep 17 00:00:00 2001 From: tikuf Date: Sat, 5 Apr 2014 12:25:12 +1100 Subject: [PATCH] Align chapter images to top --- 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 5367c2ba2e..e308292b5d 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 bottom; + background-position: center top; background-color: #000; position: relative; }