mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07: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
Add a link
Reference in a new issue