Merge pull request #4644 from olach/tab-size

Display tabs with smaller widths for code blocks
This commit is contained in:
Guo Xiang Tan 2017-01-11 14:49:16 +08:00 committed by GitHub
commit 77045eb1f1

View File

@ -85,6 +85,7 @@ fieldset {
pre code {
overflow: auto;
tab-size: 4;
}
// TODO figure out a clean place to put stuff like this