mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
Merge pull request #908 from zbinlin/pre-tab-size
将 pre 代码里的 tab 宽度设置为 4 个空格大小
This commit is contained in:
commit
c298fb4e54
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user