From ea5f5c72cf7f081e6c55df453a8c232fb20fca9d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 01 Oct 2017 04:27:28 -0400 Subject: src/html.c: Eliminate and
margins --- (limited to 'src') 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" -- cgit v0.9.1