Fix UL, OL in Twenty Ten editor-style.css, see #18314

git-svn-id: https://develop.svn.wordpress.org/trunk@18800 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-09-28 15:16:30 +00:00
parent 13c72ba193
commit 15381afe70

View File

@ -47,13 +47,18 @@ hr {
p {
margin-bottom: 18px;
}
ul,
ol {
margin: 0 0 18px 1.5em;
padding: 0;
}
ul {
list-style: square;
margin: 0 0 18px 1.5em;
}
ol {
list-style: decimal;
margin: 0 0 18px 1.5em;
}
ol ol {
list-style: upper-alpha;
@ -289,4 +294,4 @@ img.aligncenter {
}
.wp-smiley {
margin: 0;
}
}