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:
parent
3f35066225
commit
ad66abe88c
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue