diff options
author | Peter Grassberger <petertheone@gmail.com> | 2016-06-27 22:42:51 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2016-06-27 22:42:51 (GMT) |
commit | bd6186e7233de72b85c0566d12273ede449453b5 (patch) | |
tree | 9441db6bc0b2ae1edb575f371e2f73bbeceb333b /www/styles | |
parent | 3cc9bda4fbc189cc931b9cfa2163c3ff212ce1fa (diff) |
drop dropzone, add websocket uploads
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/main-style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/styles/main-style.css b/www/styles/main-style.css index 5757f73..9ee1b83 100644 --- a/www/styles/main-style.css +++ b/www/styles/main-style.css @@ -89,7 +89,7 @@ body { padding-right: 0; width: 100%; height: 250px; - background-image: url('img/dz-backdrop.png'); + background-image: url('../img/dz-backdrop.png'); background-repeat: no-repeat; background-position: center center; } |