summaryrefslogtreecommitdiffstats
path: root/src/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.c')
-rw-r--r--src/html.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/html.c b/src/html.c
index ab6fec1..57455e0 100644
--- a/src/html.c
+++ b/src/html.c
@@ -34,6 +34,9 @@ static const gchar *styles =
"background: none;\n"
"border: 0 none;\n"
"}\n"
+ "html {\n"
+ "margin: 0;\n"
+ "}"
"body {\n"
"background-color: #AFAFAF;\n"
"font-family: sans-serif;\n"
@@ -80,6 +83,9 @@ static const gchar *styles =
"top: -1px;\n"
"margin: 0;\n"
"}\n"
+ "form {\n"
+ "margin: 0;\n"
+ "}"
"form input, form select {\n"
"border: 1px solid #9F9F9F;\n"
"border-radius: 3px;\n"