From 5352d970ba2982ea0e525ffdc4b84b730f2afcf7 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 28 Apr 2013 13:19:25 -0400 Subject: Shift character cover flow down a bit --- public/stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 80bc127..b9d84e1 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -4,7 +4,7 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb section.video { position: relative; padding-bottom: 56.25%; - padding-top: 0px; + padding-top: 20px; height: 0; z-index: 15; } @@ -20,7 +20,7 @@ section.video video { #character-select .flow { position: relative; - top: -75px; + top: -65px; } #character-select .caption { -- cgit v1.2.3