From d0eb7ef75ee2f0b75a7b8653ea545d43af55e272 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 24 May 2012 18:05:36 +0000 Subject: [PATCH] Twenty Eleven: pull classes shouldn't force a width on all elements (like images). props matveb. fixes #20485. git-svn-id: http://core.svn.wordpress.org/trunk@20881 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index 59b760090..f0e3c707c 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -1118,7 +1118,6 @@ blockquote.pull { .pull.alignleft { margin: 0 1.625em 0 0; text-align: right; - width: 33%; } .singular .pull.alignleft { margin: 0 1.625em 0 -22.25%; @@ -1126,6 +1125,9 @@ blockquote.pull { .pull.alignright { margin: 0 0 0 1.625em; text-align: left; +} +blockquote.pull.alignleft, +blockquote.pull.alignright { width: 33%; } .singular .pull.alignright {