diff options
| author | Teddy Wing | 2013-04-28 13:19:25 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-04-28 13:19:25 -0400 |
| commit | 5352d970ba2982ea0e525ffdc4b84b730f2afcf7 (patch) | |
| tree | 233b876e4ab41c10c35bc1c89317cefbef92f411 | |
| parent | 21a4f1acb0141867e43db955b97c50aab3e8cb52 (diff) | |
| download | Who-am-I-5352d970ba2982ea0e525ffdc4b84b730f2afcf7.tar.bz2 | |
Shift character cover flow down a bit
| -rw-r--r-- | public/stylesheets/style.css | 4 |
1 files 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 { |
