Fix list styling. Props koopersmith, azaozz, trepmal. fixes #19453
git-svn-id: https://develop.svn.wordpress.org/trunk@19576 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fd6da21752
commit
fc26f6b672
File diff suppressed because one or more lines are too long
@ -356,11 +356,15 @@ ol {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ul li,
|
||||
ol li {
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style-type: decimal;
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
ul.ul-disc {
|
||||
list-style: disc outside;
|
||||
}
|
||||
@ -369,9 +373,8 @@ ul.ul-square {
|
||||
list-style: square outside;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style-type: decimal;
|
||||
margin-left: 2em;
|
||||
ol.ol-decimal {
|
||||
list-style: decimal outside;
|
||||
}
|
||||
|
||||
ul.ul-disc,
|
||||
|
Loading…
Reference in New Issue
Block a user