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:
Lance Willett 2012-09-04 05:08:32 +00:00
parent a1a32b9013
commit cf0695d9fc
1 changed files with 2 additions and 2 deletions

View File

@ -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 {