Browse Source

Add additional indent level

pull/1304/head
Still Hsu 6 years ago
parent
commit
c174467d78
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      docs/_template/light-dark-theme/styles/master.css

+ 15
- 0
docs/_template/light-dark-theme/styles/master.css View File

@@ -209,4 +209,19 @@ span.arrow-r{
.level3 {
padding: 0 5px;
font-size: 90%;
}

.level4 {
padding: 0 5px;
font-size: 85%;
}

.level5 {
padding: 0 5px;
font-size: 80%;
}

.level6 {
padding: 0 5px;
font-size: 75%;
}

Loading…
Cancel
Save