diff --git a/epicyon-options.css b/epicyon-options.css index e5b0493b..921fe849 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 0d06e297..59e58799 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'