From: Demonstrandum Date: Sat, 6 Feb 2021 16:35:34 +0000 (+0000) Subject: Change default tab-size to 4. X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=commitdiff_plain;h=df2d95f44cfaf66ad9e86b495b742946294ad3c9 Change default tab-size to 4. --- diff --git a/style.css b/style.css index cea5929..20ce206 100644 --- 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;