mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
fix: simply change secondary ol to show in lower-alpha
Signed-off-by: ROOMrepair <twekjz@gmail.com>
This commit is contained in:
parent
6119b3d8fd
commit
94138d7b21
|
|
@ -202,6 +202,10 @@
|
|||
list-style: decimal;
|
||||
}
|
||||
|
||||
.md-body ol ol > li {
|
||||
list-style: lower-alpha;
|
||||
}
|
||||
|
||||
.md-body ul.no-list,
|
||||
.md-body ol.no-list {
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue