summaryrefslogtreecommitdiffstats
path: root/src/html/style.css
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-30 16:38:27 +0200
committerJonathan Bauer2011-03-30 16:38:27 +0200
commit539261dbb966c6d27a4de491f751cfda5be52dba (patch)
treed36c42962b575855b7432f52af9419d422ea25ec /src/html/style.css
parentjsi code strcture (diff)
downloadfbgui-539261dbb966c6d27a4de491f751cfda5be52dba.tar.gz
fbgui-539261dbb966c6d27a4de491f751cfda5be52dba.tar.xz
fbgui-539261dbb966c6d27a4de491f751cfda5be52dba.zip
preload page margin fix
Diffstat (limited to 'src/html/style.css')
-rw-r--r--src/html/style.css8
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;