From f3ab41d822688cdc61344240d53a1ccc78af28f3 Mon Sep 17 00:00:00 2001 From: MinusGix Date: Sun, 9 Aug 2020 21:39:34 -0400 Subject: [PATCH] Change tab-size to be more consistently 4 --- client/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/style.css b/client/style.css index faf98d9..56a8396 100644 --- a/client/style.css +++ b/client/style.css @@ -9,6 +9,9 @@ input, textarea { font-family: 'DejaVu Sans Mono', monospace; font-size: 12px; + tab-size: 4; + -moz-tab-size: 4; + -o-tab-size: 4; } input[type="checkbox"] { margin: 0; @@ -35,6 +38,7 @@ pre { word-wrap: break-word; tab-size: 4; -moz-tab-size: 4; + -o-tab-size: 4; } a { color: inherit;