]> git.armaanb.net Git - stagit.git/commitdiff
Change default tab-size to 4.
authorDemonstrandum <moi@knutsen.co>
Sat, 6 Feb 2021 16:35:34 +0000 (16:35 +0000)
committerDemonstrandum <moi@knutsen.co>
Sat, 6 Feb 2021 16:35:34 +0000 (16:35 +0000)
style.css

index cea592954acdb41b8ce5b12d3206de282363a19e..20ce206433dc82d19f4a09632bb57a0c63d7d5ce 100644 (file)
--- a/style.css
+++ b/style.css
@@ -11,6 +11,9 @@ body {
        width: 66rem;
 }
 
+pre { -moz-tab-size: 4; }
+pre { tab-size: 4; }
+
 h1, h2, h3, h4, h5, h6 {
        font-size: 1em;
        margin: 0;