aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-13 10:20:39 -0300
committerEuAndreh <eu@euandre.org>2023-03-13 10:20:39 -0300
commit0d2fa4a6b6ed90281bfff36322c6d6652eebda42 (patch)
tree65254b90b9dba053f90a03294e94ec570dbd7e0d
parent{git-post-receive,cronjob}.sh: Improve portability (diff)
downloadtoph-0d2fa4a6b6ed90281bfff36322c6d6652eebda42.tar.gz
toph-0d2fa4a6b6ed90281bfff36322c6d6652eebda42.tar.xz
src/infrastructure/scripts/report.sh: Remove redundant margin CSS value
-rwxr-xr-xsrc/infrastructure/scripts/report.sh2
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 {