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:
Ryan Boren 2011-12-08 22:55:18 +00:00
parent fd6da21752
commit fc26f6b672
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; 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,