noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

commit: abc42983bd916c637e63d4a8eb8f259c1b710486
parent: 82603cabff729558d04639c4a57d9d9e3def8956
author: Chris Noxz <chris@noxz.tech>
date:   Sat, 11 Apr 2020 14:10:46 +0200
change tab spacing in git.noxz.tech style sheet
Mgit.noxz.tech/pub/style.css1+
1 file changed, 1 insertion(+)
diff --git a/git.noxz.tech/pub/style.css b/git.noxz.tech/pub/style.css
@@ -87,6 +87,7 @@ hr {
 
 pre {
 	font-family: monospace;
+	tab-size: 4;
 }
 
 pre a.h {