diff --git a/core/static/core/img/background.png b/core/static/core/img/background.png deleted file mode 100644 index c36fc6e5..00000000 Binary files a/core/static/core/img/background.png and /dev/null differ diff --git a/core/static/core/img/p200.png b/core/static/core/img/p200.png deleted file mode 100644 index 83a0457e..00000000 Binary files a/core/static/core/img/p200.png and /dev/null differ diff --git a/core/static/core/style.scss b/core/static/core/style.scss index cd26f2a6..aa8c6c7f 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -42,7 +42,6 @@ body { position: relative; width: 100%; font-family: sans-serif; - background: url("img/p200.png") bottom center fixed no-repeat, url("img/background.png") repeat 100px / 100px; } input[type=button], input[type=submit], input[type=reset],input[type=file] { @@ -419,7 +418,7 @@ header { #content { padding: 1em 1%; box-shadow: $shadow-color 0px 5px 10px; - background-color: rgba(255, 255, 255, 0.8); + background: $white-color; overflow: auto; }