From 7b01e30d39cca9bbe250213bc7a8df119e6c4825 Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@20881 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 59b760090e..f0e3c707ca 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 {