Fix list styling. Props koopersmith, azaozz, trepmal. fixes #19453
git-svn-id: http://svn.automattic.com/wordpress/trunk@19576 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fc5c8d52d4
commit
b6efe20e16
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