diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/html.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/html.c b/src/utils/html.c index abc5bf1..dbff3be 100644 --- a/src/utils/html.c +++ b/src/utils/html.c @@ -171,6 +171,7 @@ static const gchar *styles = "}\n" "form input[type=submit], form input[type=reset] {\n" "background-color: #DFDFDF;\n" + "font-size: 16px;\n" "}\n" "form input:hover, form select:hover,\n" "form input:focus, form select:focus {\n" |