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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18800 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-09-28 15:16:30 +00:00
parent e076a246fd
commit 4f6411e8ff
1 changed files with 8 additions and 3 deletions

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;
}
}