diff options
author | EuAndreh <eu@euandre.org> | 2023-03-13 10:20:39 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-13 10:20:39 -0300 |
commit | 0d2fa4a6b6ed90281bfff36322c6d6652eebda42 (patch) | |
tree | 65254b90b9dba053f90a03294e94ec570dbd7e0d | |
parent | {git-post-receive,cronjob}.sh: Improve portability (diff) | |
download | toph-0d2fa4a6b6ed90281bfff36322c6d6652eebda42.tar.gz toph-0d2fa4a6b6ed90281bfff36322c6d6652eebda42.tar.xz |
src/infrastructure/scripts/report.sh: Remove redundant margin CSS value
-rwxr-xr-x | src/infrastructure/scripts/report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/scripts/report.sh b/src/infrastructure/scripts/report.sh index 8b3d3e3..7523ae2 100755 --- a/src/infrastructure/scripts/report.sh +++ b/src/infrastructure/scripts/report.sh @@ -152,7 +152,7 @@ done <style> body { max-width: 800px; - margin: 0 auto 0 auto; + margin: 0 auto; } code { |