From ad66abe88c773c912cf04cefb8ea9dcf77ebb38e Mon Sep 17 00:00:00 2001 From: Antoine Tenart Date: Tue, 13 Jun 2017 10:16:36 +0200 Subject: [PATCH] style.css: fix tab size to match the kernel coding style Signed-off-by: Antoine Tenart --- http/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http/style.css b/http/style.css index 9ed3bc6..98e4767 100644 --- a/http/style.css +++ b/http/style.css @@ -825,9 +825,9 @@ main > div { .highlight pre { color: #000; - -moz-tab-size: 4; - -o-tab-size: 4; - tab-size: 4; + -moz-tab-size: 8; + -o-tab-size: 8; + tab-size: 8; white-space: pre; word-spacing: normal;