From 6638c2d926fee8a2ed5905d4c4abe9c9afadf5fb Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sun, 25 Feb 2024 13:17:13 +0000 Subject: mycgit.css change tab-size from default 8 to 4 https://www.w3schools.com/cssref/css3_pr_tab-size.php --- usr/share/webapps/cgit/mycgit.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr') diff --git a/usr/share/webapps/cgit/mycgit.css b/usr/share/webapps/cgit/mycgit.css index ed2ecd88..25d03b62 100644 --- a/usr/share/webapps/cgit/mycgit.css +++ b/usr/share/webapps/cgit/mycgit.css @@ -1,2 +1,4 @@ @import "cgit.css"; @import "highlight.css"; + +pre { tab-size: 4; } -- cgit v1.2.3-70-g09d2