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:
ryan 2011-12-08 22:55:18 +00:00
parent fc5c8d52d4
commit b6efe20e16
2 changed files with 9 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -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,