From d331e8460d1c5ab18cce0adb83190cbbce643b4b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 28 Jul 2020 10:08:57 +0100 Subject: [PATCH] Remove margin to avoid breakup of background image --- epicyon-options.css | 1 - webinterface.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon-options.css b/epicyon-options.css index e5b0493b8..921fe849a 100644 --- a/epicyon-options.css +++ b/epicyon-options.css @@ -54,7 +54,6 @@ body, html { font-family: Arial, Helvetica, sans-serif; max-width: 100%; min-width: 600px; - margin: 5% auto; } a, u { diff --git a/webinterface.py b/webinterface.py index 0d06e2975..59e58799a 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5503,6 +5503,7 @@ def htmlPersonOptions(translate: {}, baseDir: str, translate['Donate'] + '' optionsStr = htmlHeader(cssFilename, profileStyle) + optionsStr += '

\n' optionsStr += '
\n' optionsStr += '
\n' optionsStr += '
\n'