From 8c13eecc51052f4b589b56e27a69d8342d107b0e Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Thu, 25 Nov 2021 10:08:09 +0100 Subject: [PATCH] Shorten margin statement in error doc --- src/lib/http_static.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/http_static.c b/src/lib/http_static.c index 5cbd46f..0a08f52 100644 --- a/src/lib/http_static.c +++ b/src/lib/http_static.c @@ -121,7 +121,7 @@ const char http_default_document[] = "\t\tmain{max-width:650px;margin:2em auto;}\n" "\t\tsection{margin:2em 1em;background-color:#FFFFFF;border: 1px solid var(--color);border-radius:4px;padding:1em;}\n" "\t\th1,h2,h3,h4,h5,h6{text-align:center;color:var(--color);font-weight:normal;}\n" - "\t\th1{font-size:3em;margin:0.125em 0 0.125em 0;}\n" + "\t\th1{font-size:3em;margin:0.125em 0;}\n" "\t\th2{font-size:1.5em;margin:0.25em 0 1em 0;}\n" "\t\tp{text-align:center;font-size:0.875em;}\n" "\t\tdiv.footer{color:var(--soft);font-size:0.75em;text-align:center;margin:2em 0 0.5em 0;}\n"