diff options
| author | ryderr <r@okfoc.us> | 2014-10-01 16:27:15 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-01 16:27:15 -0400 |
| commit | 16f111699f9204c0cd0ccf5f8799da8790622bc2 (patch) | |
| tree | 842c2dfa31909167e5df2dd0d9badf772c75d26b | |
| parent | 2534d2bb4df453415ff9c812bdbda55d9de1a60d (diff) | |
touchups
| -rwxr-xr-x | public/assets/stylesheets/app.css | 12 | ||||
| -rwxr-xr-x | views/home.ejs | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index f291963..5ca5a16 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1264,7 +1264,6 @@ iframe.embed { .wallpaper .swatches { width: 100%; min-height: 30px; - margin-top: 6px; border-bottom: 1px solid #ddd; display: inline-block; padding-bottom: 6px; @@ -1307,6 +1306,9 @@ iframe.embed { width: 18px; margin: 0 4px; } +.wallpaper .wallpaperRemove:hover img { + -webkit-filter:invert(100%); +} .wallpaperUpload .upload-icon.uploading { } .wallpaperUpload .upload-icon.uploading:before { @@ -1402,10 +1404,8 @@ input[type="range"]::-webkit-slider-thumb { cursor: pointer; float:left; } -span:hover .swatch { - border: 1px solid red; -} -.active .swatch { + +.color-swatches .active .swatch { border: 1px solid #000; } .color-swatches { @@ -1973,7 +1973,7 @@ a[data-role="forgot-password"] { } .aboutRoom.vvbox .txt { - padding: 0; + padding: 5px 0 3px 0; } .aboutRoom h1 a{ diff --git a/views/home.ejs b/views/home.ejs index 3c1a1dc..47c13e4 100755 --- a/views/home.ejs +++ b/views/home.ejs @@ -53,7 +53,7 @@ <span style="background-image:url(http://33.media.tumblr.com/tumblr_m0an31XPpF1qbhp9xo1_1280.jpg)"> </span> <span> - <h3>Put on a Show</h3> + <h3>Cutting Edge Presentations</h3> <words>There's no cooler way than VValls for displaying your images online. Take your pix out of that drab Tumblr theme and present them in the freshest way online!</words> </span> </div> |
