style.css: fix tab size to match the kernel coding style

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
This commit is contained in:
Antoine Tenart 2017-06-13 10:16:36 +02:00
parent 3f35066225
commit ad66abe88c

View file

@ -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;