Merge pull request #21 from skyzh/patch-1
fix unwanted star before nested ordered list
This commit is contained in:
commit
11d230652b
|
@ -60,7 +60,7 @@ ul {
|
||||||
ul li {
|
ul li {
|
||||||
text-indent: -2ch;
|
text-indent: -2ch;
|
||||||
}
|
}
|
||||||
ul li::before {
|
ul > li::before {
|
||||||
content: '* ';
|
content: '* ';
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue