style: update markdown style
This commit is contained in:
parent
144f8b300d
commit
b403e1600c
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
<ul class="tools-ul-1">
|
<ul class="tools-ul-1">
|
||||||
<li class="tools-item tool-toggle-show flex-center">
|
<li class="tools-item tool-toggle-show flex-center">
|
||||||
<i class="fas fa-cog"></i>
|
<i class="fas fa-cog fa-spin"></i>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -79,17 +79,16 @@
|
||||||
ol {
|
ol {
|
||||||
|
|
||||||
li {
|
li {
|
||||||
//list-style: upper-roman;
|
|
||||||
list-style: decimal;
|
list-style: decimal;
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
|
|
||||||
li {
|
li {
|
||||||
list-style: lower-roman;
|
list-style: upper-alpha;
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
li {
|
li {
|
||||||
list-style: lower-alpha;
|
list-style: upper-roman;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue