Merge pull request #908 from zbinlin/pre-tab-size

将 pre 代码里的 tab 宽度设置为 4 个空格大小
This commit is contained in:
alsotang 2017-01-03 11:33:57 +08:00 committed by GitHub
commit c298fb4e54

View File

@ -48,6 +48,9 @@ div pre.prettyprint {
margin: 20px -10px;
border-width: 1px 0px;
background: #f7f7f7;
-o-tab-size: 4;
-moz-tab-size: 4;
tab-size: 4;
}
form {