diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-08-04 12:08:37 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-08-04 12:08:37 +0200 |
commit | fe4dcd4ad1af602d63c6a24b891f79eb2e2538e8 (patch) | |
tree | e06bcea79c42c83ed7e76d32f4273910544d6b3d /css | |
parent | 28b33f38436069f8b15ea1c51099f2184f5dbef6 (diff) |
Split IPv4 and IPv6 results.
Show the executed command for each output.
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 3e3f87b..8b7333e 100644 --- a/css/style.css +++ b/css/style.css @@ -43,6 +43,14 @@ body { margin-left: auto; margin-right: auto; } +.label { + font-size: 1.3em; + display: block; + width: 50%; + margin-bottom: 1em; + margin-left: auto; + margin-right: auto; +} .reset { width: 25%; margin-left: auto; |