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;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li,
|
ul {
|
||||||
ol li {
|
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ol {
|
||||||
|
list-style-type: decimal;
|
||||||
|
margin-left: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
ul.ul-disc {
|
ul.ul-disc {
|
||||||
list-style: disc outside;
|
list-style: disc outside;
|
||||||
}
|
}
|
||||||
@ -369,9 +373,8 @@ ul.ul-square {
|
|||||||
list-style: square outside;
|
list-style: square outside;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol {
|
ol.ol-decimal {
|
||||||
list-style-type: decimal;
|
list-style: decimal outside;
|
||||||
margin-left: 2em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.ul-disc,
|
ul.ul-disc,
|
||||||
|
Loading…
Reference in New Issue
Block a user