From d166694af0479fc052b9ded97b77353623e254ac Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 4 Sep 2012 05:08:32 +0000 Subject: [PATCH] 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 --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index aac779636..88ff39fec 100644 --- a/style.css +++ b/style.css @@ -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 {