Added a border to the home view video.

This commit is contained in:
Scott Erickson 2014-03-16 22:46:57 -07:00
parent 65c53a9e43
commit 1fa18fe2e0
3 changed files with 12 additions and 3 deletions
app
assets/images/pages/home
styles
templates

Binary file not shown.

After

(image error) Size: 18 KiB

View file

@ -7,9 +7,17 @@
text-align: center
margin-top: 0
#trailer-wrapper iframe
display: block
margin: 0 auto
#trailer-wrapper
position: relative
iframe
display: block
margin: 0 auto
img
position: absolute
left: 10px
width: 976px
top: -7px
pointer-events: none
.game-mode-wrapper
position: relative

View file

@ -6,6 +6,7 @@ block content
#trailer-wrapper
<iframe width="949" height="534" src="//www.youtube.com/embed/1zjaA13k-dA?rel=0&controls=0&modestbranding=1&showinfo=0&iv_load_policy=3" frameborder="0" allowfullscreen></iframe>
img(src="/images/pages/home/video_border.png")
hr