diff --git a/socialdragon/assets/img/bg.gif b/socialdragon/assets/img/bg.gif deleted file mode 100644 index c3f75ba..0000000 Binary files a/socialdragon/assets/img/bg.gif and /dev/null differ diff --git a/socialdragon/assets/img/bg.png b/socialdragon/assets/img/bg.png new file mode 100644 index 0000000..bfb51c8 Binary files /dev/null and b/socialdragon/assets/img/bg.png differ diff --git a/socialdragon/templates/index.html b/socialdragon/templates/index.html index 83a0a8f..c14bd79 100755 --- a/socialdragon/templates/index.html +++ b/socialdragon/templates/index.html @@ -13,10 +13,10 @@ font-family: Roboto, "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #FFF; text-transform: uppercase; - background: url('/static/img/hirsch_big.png') 50% 0 no-repeat fixed; - background-color: #000; - background-size: 20% auto; - background-position: 1em center; + background: url('/static/img/bg.png') 100% 0 no-repeat fixed; + /* background-color: #000; */ + /* background-size: 20% auto; */ + /* background-position: 1em center; */ cursor: none; } #left {