diff options
-rw-r--r-- | src/html.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -181,6 +181,10 @@ static const gchar *styles = "form input[type=submit]:focus, form input[type=reset]:focus {\n" "background-color: #EFEFEF;\n" "}\n" + "iframe {\n" + "width: calc(100% - 12px);\n" + "height: 400px;\n" + "}\n" ; gchar * |