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: https://develop.svn.wordpress.org/trunk@21728 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a1a32b9013
commit
cf0695d9fc
@ -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
Block a user