summaryrefslogtreecommitdiffstats
path: root/LogReceiver/html/networkdiscovery.css
diff options
context:
space:
mode:
authorNiklas2011-09-23 14:58:44 +0200
committerNiklas2011-09-23 14:58:44 +0200
commit3c77242bd1b1849c581263a57c4f7cd96f7dd450 (patch)
tree36efeb2b0951b27cb55e6ce3f229be7a15251b8c /LogReceiver/html/networkdiscovery.css
parentrenamed the logreceiver to networkdiscovery and deleted the abortbootdialog a... (diff)
downloadfbgui-3c77242bd1b1849c581263a57c4f7cd96f7dd450.tar.gz
fbgui-3c77242bd1b1849c581263a57c4f7cd96f7dd450.tar.xz
fbgui-3c77242bd1b1849c581263a57c4f7cd96f7dd450.zip
added a function to the routemanager (which will soon be renamed into networkmanager) to bring up and down interfaces.
Diffstat (limited to 'LogReceiver/html/networkdiscovery.css')
-rw-r--r--LogReceiver/html/networkdiscovery.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/LogReceiver/html/networkdiscovery.css b/LogReceiver/html/networkdiscovery.css
index fc1c514..8e6b364 100644
--- a/LogReceiver/html/networkdiscovery.css
+++ b/LogReceiver/html/networkdiscovery.css
@@ -17,6 +17,10 @@ header, footer, aside {
display: block;
}
+#intro {
+ margin: 20px;
+}
+
#content {
display: table;
width: 100%;
@@ -34,6 +38,9 @@ aside {
width: 300px;
}
+h1 {
+ margin-top: 20px;
+}
h1, p{
color:#333;