diff options
| author | ryderr <r@okfoc.us> | 2014-10-23 11:42:29 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-23 11:42:29 -0400 |
| commit | 862357ad711c2d063ce69b2d4f6dae5d811e6c75 (patch) | |
| tree | 98c66d5f94d0a2ea04afffe3939a06c2c98559b9 | |
| parent | da58eb25d6bfe14f8d73945afd1905fa9effe3d7 (diff) | |
hero shot some other things
| -rwxr-xr-x | public/assets/stylesheets/app.css | 2 | ||||
| -rw-r--r-- | views/controls/editor/wallpaper.ejs | 2 | ||||
| -rwxr-xr-x | views/home.ejs | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index c92c783..58b87d4 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -426,6 +426,8 @@ iframe.embed { padding: 40px; border: 0; border-top: 1px solid black; + border-bottom: 1px solid black; + margin-top: 150px; } .holder { diff --git a/views/controls/editor/wallpaper.ejs b/views/controls/editor/wallpaper.ejs index d2559cc..e675afa 100644 --- a/views/controls/editor/wallpaper.ejs +++ b/views/controls/editor/wallpaper.ejs @@ -10,7 +10,7 @@ <span class="swatch" style="background-image:url(/assets/img/plainpattern2.png)"></span> </span> - <input type="text" class="url" placeholder="enter a url"> + <input type="text" class="url" placeholder="Enter image URL 2 Flood...!"> <div class="wallpaperUpload toolButton"> <form> diff --git a/views/home.ejs b/views/home.ejs index 8910070..85d6f23 100755 --- a/views/home.ejs +++ b/views/home.ejs @@ -13,7 +13,7 @@ <div class="rapper page home"> [[ include partials/header ]] - <div class="hero" style="background-image:url(https://s3.amazonaws.com/luckyplop/6450f5b88c5c043a4551eff8902b1728f813bd66.jpg)"> + <div class="hero" style="background-image:url(http://okfocus.s3.amazonaws.com/images/vvalls-video-still1.jpg)"> <div class="holder"> <span class="circle wow bounceInDown"> <span class="videoTitle">Create 3D Rooms</span><br> |
