Make code-block use tab size of 4 instead of browser default of 8

This commit is contained in:
Brian Adams
2016-05-06 13:06:49 -05:00
parent 94bf9404bf
commit 3ed2d37c86
+3
View File
@@ -211,6 +211,9 @@ header {
box-shadow: 0 3px 0 rgba(0, 0, 0, .05),
0 10px 30px rgba(0, 0, 0, .05),
inset 0 0 1px 0 rgba(255, 255, 255, .07);
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}
.linenums {