mirror of
https://github.com/zyllian/webdog.git
synced 2025-01-17 19:22:21 -08:00
add default tab size to code blocks
This commit is contained in:
parent
c27ac9c6d9
commit
727e68c817
2 changed files with 2 additions and 0 deletions
|
@ -183,6 +183,7 @@ abbr {
|
|||
|
||||
.wd-codeblock {
|
||||
position: relative;
|
||||
tab-size: 2;
|
||||
|
||||
.copy {
|
||||
display: none;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
.wd-codeblock {
|
||||
position: relative;
|
||||
tab-size: 2;
|
||||
|
||||
.copy {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue