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:
Lance Willett 2012-09-04 05:08:32 +00:00
parent cfe9140385
commit d166694af0
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 {