diff options
Diffstat (limited to 'style2.css')
-rw-r--r-- | style2.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,8 +5,8 @@ html, body { - margin: 0; - height: 100%; + margin: 2px 0px 0px 0px; + height: calc(100% - 2px); } #main { @@ -43,6 +43,6 @@ a { .ip-addr { background-color: #efbfdf; color: black; - padding: 10px 20px; + padding: 8px 16px; display: inline; } |