summaryrefslogtreecommitdiffstats
path: root/src/html.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-01 04:28:07 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-01 04:28:07 (EDT)
commit3398b59af2be618b3c70fa034df4b8deb53f773b (patch)
tree3f36307b7db79a29eccd15e4ffeeb460165668da /src/html.c
parentea5f5c72cf7f081e6c55df453a8c232fb20fca9d (diff)
downloadmarquee-3398b59af2be618b3c70fa034df4b8deb53f773b.zip
marquee-3398b59af2be618b3c70fa034df4b8deb53f773b.tar.gz
marquee-3398b59af2be618b3c70fa034df4b8deb53f773b.tar.bz2
src/html.c: Increase <body> margin
Diffstat (limited to 'src/html.c')
-rw-r--r--src/html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html.c b/src/html.c
index 57455e0..853c2e5 100644
--- a/src/html.c
+++ b/src/html.c
@@ -38,6 +38,7 @@ static const gchar *styles =
"margin: 0;\n"
"}"
"body {\n"
+ "margin: 18px;\n"
"background-color: #AFAFAF;\n"
"font-family: sans-serif;\n"
"}\n"