diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-10-02 21:30:43 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-10-02 21:30:43 -0700 |
commit | a0d33fcdfe454c6fdac236ce7fc665536ba580d9 (patch) | |
tree | 57041896b82e788fdbf7e9a64d9d4bfa5e62bd5d /web/style.css | |
parent | 45634dc9934813bd88aebf58f39e82bf0254a7d6 (diff) |
Fixing video position
Diffstat (limited to 'web/style.css')
-rw-r--r-- | web/style.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/web/style.css b/web/style.css index 0343038..637dae3 100644 --- a/web/style.css +++ b/web/style.css @@ -381,12 +381,6 @@ footer a:hover { right: 50px; } -#videoplayer div.video { - position: relative; - top: 50%; - margin-top: -405px; -} - #previous, #next { margin-top: 25%; } |