diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-10-31 02:45:44 (EDT) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-10-31 02:45:44 (EDT) |
commit | fc799e488c256a3faf33d74e3c5e7c57b896eb3e (patch) | |
tree | e4415136ceacf1ecd561ee2aa4e5ad6050a92f9c | |
parent | 86e0b0d194a2b41255d11c1197d68d3e6b2fa999 (diff) | |
download | marquee-fc799e488c256a3faf33d74e3c5e7c57b896eb3e.zip marquee-fc799e488c256a3faf33d74e3c5e7c57b896eb3e.tar.gz marquee-fc799e488c256a3faf33d74e3c5e7c57b896eb3e.tar.bz2 |
src/html.c: Add missing newlines in styles
-rw-r--r-- | src/html.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ static const gchar *styles = "}\n" "html {\n" "margin: 0;\n" - "}" + "}\n" "body {\n" "margin: 18px;\n" "background-color: #AFAFAF;\n" @@ -145,7 +145,7 @@ static const gchar *styles = */ "form {\n" "margin: 0;\n" - "}" + "}\n" "form input, form select {\n" "border: 1px solid #9F9F9F;\n" "border-radius: 3px;\n" |