mirror of
https://github.com/zyllian/webdog.git
synced 2025-01-18 03:32: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 {
|
.wd-codeblock {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
tab-size: 2;
|
||||||
|
|
||||||
.copy {
|
.copy {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
.wd-codeblock {
|
.wd-codeblock {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
tab-size: 2;
|
||||||
|
|
||||||
.copy {
|
.copy {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue