From 90a35104d712a70cea9dadc4740b6dd93f678282 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 14 Nov 2012 20:29:51 +0000 Subject: [PATCH] Twenty Twelve: RTL update for text widget layout, props DrewAPicture and georgestephanis. Fixes #22390. git-svn-id: http://core.svn.wordpress.org/trunk@22575 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- rtl.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rtl.css b/rtl.css index 97fc67a85..a18348e60 100644 --- a/rtl.css +++ b/rtl.css @@ -159,6 +159,11 @@ label ~ span.required { margin-right: 0.857142857rem; margin-left: auto; } +.widget-area .textwidget li { + margin-left: auto; + margin-right: 36px; + margin-right: 2.571428571rem; +} .widget_recent_entries .post-date, .widget_rss .rss-date { margin-right: 12px;