mirror of
https://github.com/fruworg/themu.git
synced 2025-01-18 08:50:51 +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…
x
Reference in New Issue
Block a user