riazj.com

source code for this website
git clone https://riazj.com/git/riazj.com
Log | Files | Refs | LICENSE

commit 2f3315c41812f3531e13bcaa4c6ba0e14a6abbce
parent e18a0cbf2feb2af20e9d58715507ce89be78cb61
Author: Riaz <riaz@riazj.com>
Date:   Wed,  8 Oct 2025 18:36:29 -0700

Simplify CSS further

Diffstat:
Mstyle.css | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/style.css b/style.css @@ -11,11 +11,6 @@ time { font-family: monospace; } -h2 { - margin-top: 1em; - padding-top: 1em; -} - pre { padding: 1em; border: 1px solid;