Remove margin to avoid breakup of background image

main
Bob Mottram 2020-07-28 10:08:57 +01:00
parent d934aaf357
commit d331e8460d
2 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,6 @@ body, html {
font-family: Arial, Helvetica, sans-serif;
max-width: 100%;
min-width: 600px;
margin: 5% auto;
}
a, u {

View File

@ -5503,6 +5503,7 @@ def htmlPersonOptions(translate: {}, baseDir: str,
translate['Donate'] + '</button></a>'
optionsStr = htmlHeader(cssFilename, profileStyle)
optionsStr += '<br><br>\n'
optionsStr += '<div class="options">\n'
optionsStr += ' <div class="optionsAvatar">\n'
optionsStr += ' <center>\n'