Archived
1
0

add background image

This commit is contained in:
jeff 2015-09-19 13:15:54 -04:00
parent 2aa2405ba7
commit 9d815479b2
2 changed files with 5 additions and 0 deletions

BIN
contrib/static/img/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -104,6 +104,11 @@ th {
padding-right: 15px; padding-right: 15px;
} }
html {
background-image: url("/static/img/bg.jpg");
background-size: 100% 100%;
}
body { body {
color: #ededed; color: #ededed;
background: linear-gradient(to top, #111, #222) repeat scroll; background: linear-gradient(to top, #111, #222) repeat scroll;