diff options
| author | Teddy Wing | 2013-04-28 10:46:41 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-04-28 10:46:41 -0400 |
| commit | 1f763cbf0959c5722736a75e30fcc2c76637cd64 (patch) | |
| tree | 9e4630d34efcf2e21c72ff07f3b0904ba658953e | |
| parent | d2d778bbeb3b119dcac41dda8d9d2509e28e3ea8 (diff) | |
| download | Who-am-I-1f763cbf0959c5722736a75e30fcc2c76637cd64.tar.bz2 | |
Move coverflow up
To re-center, compensating for the fact that the YouTube video on iOS
devices doesn't have the player controls at the bottom, but rather has
them inset. Still have to test to see if centering is correct.
| -rw-r--r-- | public/stylesheets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 48f7bae..bb3ac3a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -20,7 +20,7 @@ section.video iframe { #character-select .flow { position: relative; - top: -65px; + top: -75px; } #character-select .caption { |
