aboutsummaryrefslogtreecommitdiffstats
path: root/public/stylesheets/style.css
diff options
context:
space:
mode:
authorTeddy Wing2013-04-28 12:41:50 -0400
committerTeddy Wing2013-04-28 12:41:50 -0400
commitafcb492f8b32b9146e160fbfa0ea1e4691463568 (patch)
tree28a9d8b86ca246259104e7ab9ebab3fdd346678b /public/stylesheets/style.css
parent9abf6afec1beaaa137090aec42c6a133b2e47b6e (diff)
downloadWho-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.css2
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;