From e1483ada95c00d6f4ee96172646699af3d647a28 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 4 May 2022 14:31:48 +0000 Subject: [PATCH] comment injection test --- commit | 2 +- sitefiles/sig.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commit b/commit index 03e62b2..affdbe3 100755 --- a/commit +++ b/commit @@ -1,3 +1,3 @@ git add * -git commit -m "$1" +git commit -m "$*" git push \ No newline at end of file diff --git a/sitefiles/sig.css b/sitefiles/sig.css index c7662e2..169811b 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -97,7 +97,7 @@ body{ .contentBody .contentWrapper .content .unexpanded{ position:absolute; bottom:0px; - min-width:98vw; + min-width:98vw; /*Add a comment here.*/ text-align:center; font-size:1.75em; background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(15,15,15,1.0) 100%);