summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-05-14 08:13:02 +0800
committerRunxi Yu <me@runxiyu.org>2024-05-14 08:13:02 +0800
commita1dcdcae637c50d22e4a803759ccc2504f9f38cb (patch)
tree196a2536a66b46667cff16a557f1354a89f64f39
parent3a779b6f21526fe022156ab4500a4774a9b574be (diff)
downloadwww-a1dcdcae637c50d22e4a803759ccc2504f9f38cb.tar.gz
hlog.cgi: Add margin
-rwxr-xr-xhlog.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/hlog.cgi b/hlog.cgi
index 675bab7..d866569 100755
--- a/hlog.cgi
+++ b/hlog.cgi
@@ -28,7 +28,7 @@ cat << EOF
     </p>
 </header>
 <article>
-<pre>
+<pre style="margin-top: 3rem;">
 EOF
 sed 's/&/\&amp;/g; s/</\&lt;/g; s/>/\&gt;/g; s/"/\&quot;/g; s/'"'"'/\&#39;/g' /srv/hlog/runxiyu.hlog
 cat << EOF