diff options
| author | Teddy Wing | 2013-04-28 12:41:50 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-04-28 12:41:50 -0400 |
| commit | afcb492f8b32b9146e160fbfa0ea1e4691463568 (patch) | |
| tree | 28a9d8b86ca246259104e7ab9ebab3fdd346678b /public/stylesheets/style.css | |
| parent | 9abf6afec1beaaa137090aec42c6a133b2e47b6e (diff) | |
| download | Who-am-I-afcb492f8b32b9146e160fbfa0ea1e4691463568.tar.bz2 | |
Get video from Parse and add to DOM
Diffstat (limited to 'public/stylesheets/style.css')
| -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 bb3ac3a..263452e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -9,7 +9,7 @@ section.video { z-index: 15; } -section.video iframe { +section.video video { position: absolute; top: 0; left: 0; |
