diff options
| author | Jonathan Bauer | 2011-03-25 22:55:14 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-25 22:55:14 +0100 |
| commit | 66244c1853caca19a24581bff37bd11dc47a0f53 (patch) | |
| tree | 053ec0c4042a0894f86e1da184b3385427e7ad34 /src/html | |
| parent | today's fixes, POST mostly (diff) | |
| download | fbgui-66244c1853caca19a24581bff37bd11dc47a0f53.tar.gz fbgui-66244c1853caca19a24581bff37bd11dc47a0f53.tar.xz fbgui-66244c1853caca19a24581bff37bd11dc47a0f53.zip | |
fixes
Diffstat (limited to 'src/html')
| -rw-r--r-- | src/html/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html/style.css b/src/html/style.css index a775f9e..9fd70aa 100644 --- a/src/html/style.css +++ b/src/html/style.css @@ -7,6 +7,7 @@ body{ background-color:black; background-image:url('bg.jpg'); background-repeat: no-repeat; + background-size:100%; } #top{ position:absolute; |
