changed default tab-width to 4...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-16 04:39:29 +03:00
parent 697c249757
commit 0e95912f70
2 changed files with 6 additions and 1 deletions

2
bootstrap.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,6 @@
body { body {
font-family: /*worksans,*/ opensans, sans-serif; font-family: /*worksans,*/ opensans, sans-serif;
} }
.raw, .raw,
@ -32,6 +33,10 @@ pre {
display: block; display: block;
background-color: rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.05);
padding: 5px; padding: 5px;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
} }
.item:hover { .item:hover {