mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 05:50:16 +02:00
Correct background resizing on Firefox
https://stackoverflow.com/a/24104710
This commit is contained in:
parent
36e39503c8
commit
6f7cf8805d
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background: url('{% static 'authentication/img/background.jpg' %}') no-repeat scroll;
|
background: url('{% static 'authentication/img/background.jpg' %}') no-repeat center center fixed;
|
||||||
-webkit-background-size: cover;
|
-webkit-background-size: cover;
|
||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user