summaryrefslogtreecommitdiffstats
path: root/style2.css
diff options
context:
space:
mode:
Diffstat (limited to 'style2.css')
-rw-r--r--style2.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/style2.css b/style2.css
index 9527a24..3177b58 100644
--- a/style2.css
+++ b/style2.css
@@ -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;
}