mirror of
https://github.com/filp/whoops.git
synced 2026-09-15 12:16:18 +00:00
Make code-block use tab size of 4 instead of browser default of 8
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user