mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
fix unwanted star before ordered list
This commit is contained in:
parent
02b2654b93
commit
7a96256b05
@ -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 New Issue
Block a user