diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-04 22:26:10 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-04 22:26:10 -0400 |
| commit | 2ae2214a89e7599edeefbeb0d852566734717cf3 (patch) | |
| tree | 5feebcd81199d05e70cc9aca44e4258ff003c687 /public/css | |
| parent | 39f3e69d477a605ae676a64222e2486f67856b8e (diff) | |
depz
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/css.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/css.css b/public/css/css.css index c20b717..ec56cfe 100644 --- a/public/css/css.css +++ b/public/css/css.css @@ -1,5 +1,5 @@ html,body{width:100%;height:100%;margin:0;padding:0;} -#bg{position:absolute;top:0;left:0;z-index:-1;background-color:black;z-index:-1;background-position:center center;background-size:contain;} +#bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:black;z-index:-1;background-position:center center;background-size:contain;} #bg.tile{background-size:auto auto;} html{background:black;} body{background:transparent;} |
