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:
parent
e076a246fd
commit
4f6411e8ff
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue