mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
13c72ba193
commit
15381afe70
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user