From b9ff50e964d43329bd2b06bd46255b474b9bd08d Mon Sep 17 00:00:00 2001 From: lancewillett Date: Sun, 5 Aug 2012 21:10:21 +0000 Subject: [PATCH] Twenty Twelve RTL: adds missing margin for lists in comments, props iandstewart. See #21441. git-svn-id: http://core.svn.wordpress.org/trunk@21430 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- rtl.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rtl.css b/rtl.css index 8a5347841..471670bf3 100644 --- a/rtl.css +++ b/rtl.css @@ -74,6 +74,15 @@ td { border-left: none; } +/* =Main Content +----------------------------------------------- */ + +.comment-content ol, +.comment-content ul { + margin: 0 24px 0 0; + margin: 0 1.714285714rem 0 0; +} + /* =Basic post styling -------------------------------------------------------------- */