mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
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 {
|
||||
text-indent: -2ch;
|
||||
}
|
||||
ul li::before {
|
||||
ul > li::before {
|
||||
content: '* ';
|
||||
font-weight: bold;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user