diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-05 13:41:01 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-05 13:41:01 +0100 |
commit | bf6afb34895285649c6288635bea1757cd700200 (patch) | |
tree | 0bf6184d57b638050d745daa38cbdc4071243d52 /ishtar_common | |
parent | 844f1a82b0e0fd9d85f1d57b973e2e3011b15127 (diff) | |
download | Ishtar-bf6afb34895285649c6288635bea1757cd700200.tar.bz2 Ishtar-bf6afb34895285649c6288635bea1757cd700200.zip |
CSS: adapt background color
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/static/media/styles.css | 6 |
1 files changed, 3 insertions, 3 deletions
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{ |