summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-30 16:38:27 +0200
committerJonathan Bauer2011-03-30 16:38:27 +0200
commit539261dbb966c6d27a4de491f751cfda5be52dba (patch)
treed36c42962b575855b7432f52af9419d422ea25ec
parentjsi code strcture (diff)
downloadfbgui-539261dbb966c6d27a4de491f751cfda5be52dba.tar.gz
fbgui-539261dbb966c6d27a4de491f751cfda5be52dba.tar.xz
fbgui-539261dbb966c6d27a4de491f751cfda5be52dba.zip
preload page margin fix
-rw-r--r--src/fbgui.cpp4
-rw-r--r--src/html/style.css8
2 files changed, 6 insertions, 6 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index de056d5..b3b3ff4 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -22,9 +22,9 @@ int debugMode = -1;
fbgui::fbgui()
{
// test for libsys function
- SysInfoLibsysfs* sil = new SysInfoLibsysfs();
+ //SysInfoLibsysfs* sil = new SysInfoLibsysfs();
//sil->getInfoAboutNetworkInterface();
- sil->getInfoAboutClassNet();
+ //sil->getInfoAboutClassNet();
setupLayout();
createActions();
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;