mirror of
https://github.com/django/django.git
synced 2025-03-06 23:42:33 +00:00
Fixed #31160 -- Fixed admin CSS for ordered lists' descendants in unordered list.
This commit is contained in:
parent
1f4b9f4f1f
commit
77d335e5ab
@ -94,7 +94,7 @@ h5 {
|
|||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li {
|
ul > li {
|
||||||
list-style-type: square;
|
list-style-type: square;
|
||||||
padding: 1px 0;
|
padding: 1px 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user