diff options
-rw-r--r-- | src/html.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |