diff options
| author | Niklas | 2011-09-23 14:58:44 +0200 |
|---|---|---|
| committer | Niklas | 2011-09-23 14:58:44 +0200 |
| commit | 3c77242bd1b1849c581263a57c4f7cd96f7dd450 (patch) | |
| tree | 36efeb2b0951b27cb55e6ce3f229be7a15251b8c /LogReceiver/html/networkdiscovery.css | |
| parent | renamed the logreceiver to networkdiscovery and deleted the abortbootdialog a... (diff) | |
| download | fbgui-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.css | 7 |
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; |
