diff options
| author | Xiao Pan <gky44px1999@gmail.com> | 2024-02-25 13:17:13 +0000 | 
|---|---|---|
| committer | Xiao Pan <gky44px1999@gmail.com> | 2024-02-25 13:17:13 +0000 | 
| commit | 6638c2d926fee8a2ed5905d4c4abe9c9afadf5fb (patch) | |
| tree | a49c62970783ff4b04f4ec6c37b4a283a1a400c6 | |
| parent | 79bd9ca785a8a3a1173ba0875ec4619527e85835 (diff) | |
mycgit.css change tab-size from default 8 to 4
https://www.w3schools.com/cssref/css3_pr_tab-size.php
| -rw-r--r-- | usr/share/webapps/cgit/mycgit.css | 2 | 
1 files changed, 2 insertions, 0 deletions
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; }  | 
