From bfb8144c1fe93cab9c85e915af4dce87fb272cb8 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 --- wp-content/themes/twentytwelve/rtl.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wp-content/themes/twentytwelve/rtl.css b/wp-content/themes/twentytwelve/rtl.css index 8a53478417..471670bf3f 100644 --- a/wp-content/themes/twentytwelve/rtl.css +++ b/wp-content/themes/twentytwelve/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 -------------------------------------------------------------- */