Twenty Twelve: list items need larger left margins to avoid cutting off the left-side (digit in the case of ordered lists). Props sixhours and obenland, fixes #21750.
git-svn-id: http://core.svn.wordpress.org/trunk@21728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c087b7dd77
commit
21c17778ae
|
@ -746,8 +746,8 @@ article.sticky .featured-post {
|
|||
}
|
||||
.entry-content li,
|
||||
.comment-content li {
|
||||
margin: 0 0 0 24px;
|
||||
margin: 0 0 0 1.714285714rem;
|
||||
margin: 0 0 0 36px;
|
||||
margin: 0 0 0 2.571428571rem;
|
||||
}
|
||||
.entry-content blockquote,
|
||||
.comment-content blockquote {
|
||||
|
|
Loading…
Reference in New Issue