From 8ffa8ddd5f6de46c39faea985f3b71475b682ccc Mon Sep 17 00:00:00 2001 From: lancewillett Date: Sun, 5 Aug 2012 21:13:21 +0000 Subject: [PATCH] Twenty Twelve RTL: We ought not to RTL image alignment since the editor adds the class and the button is always the same. See #21441 props iandstewart. git-svn-id: http://core.svn.wordpress.org/trunk@21431 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- rtl.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/rtl.css b/rtl.css index 471670bf3..f8846b073 100644 --- a/rtl.css +++ b/rtl.css @@ -18,12 +18,6 @@ td { -------------------------------------------------------------- */ /* Images */ -.alignright { - float: right; -} -.alignleft { - float: left; -} .site-content .gallery-columns-4 .gallery-item { padding-left: 2%; padding-right: 0; @@ -87,19 +81,9 @@ td { /* =Basic post styling -------------------------------------------------------------- */ -img.alignright { - float: right; - margin: 0 0 0 24px; -} .entry-content li { margin: 0 24px 0 0; } -img.alignright { - margin: 12px 0 12px 24px; -} -img.alignleft { - margin: 12px 24px 12px 0; -} .entry-content td { padding: 6px 0 6px 10px; }