From bf6afb34895285649c6288635bea1757cd700200 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 5 Feb 2018 13:41:01 +0100 Subject: CSS: adapt background color --- ishtar_common/static/media/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ishtar_common') diff --git a/ishtar_common/static/media/styles.css b/ishtar_common/static/media/styles.css index 46d65f0ed..099187afe 100644 --- a/ishtar_common/static/media/styles.css +++ b/ishtar_common/static/media/styles.css @@ -8,10 +8,10 @@ } html{ - background-image: url('images/ishtar-bg.jpg'); - background-position: top right; + background-image: url('images/ishtar-bg.png'); background-repeat: no-repeat; - background-color: #fff; + height: 100%; + background-position: right 30px top 150px; } body{ -- cgit v1.2.3