diff options
Diffstat (limited to 'src/html')
| -rw-r--r-- | src/html/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/html/style.css b/src/html/style.css index bd42d8a..8ebfa3d 100644 --- a/src/html/style.css +++ b/src/html/style.css @@ -2,7 +2,7 @@ html,body{ height:100%; } body{ - margin:10; + margin:0; padding:0; background-color:black; background-image:url('bg.png'); @@ -13,19 +13,19 @@ body{ position:absolute; } h1, p{ - margin:0; + margin:10; padding:0.3em 0; color:white; } #container{ min-height:100%; - margin-bottom:-30px; + margin-bottom:-50px; } * html #container{ height:100%; } #footer-spacer{ - height:30px; + height:0px; } #footer{ height:30px; |
