From 2641254dc536b1d7201a3f495ab0fcbe05fde7c8 Mon Sep 17 00:00:00 2001 From: iandstewart Date: Sat, 4 Jun 2011 15:49:32 +0000 Subject: [PATCH] Twenty Eleven: restore Image Post margin resetting git-svn-id: http://svn.automattic.com/wordpress/trunk@18139 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index 760e80304..60df6a08e 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -1207,12 +1207,13 @@ blockquote.pull { .indexed.format-image .entry-content { padding-top: 0.5em; } +.indexed.format-image p, .indexed.format-image p img { margin-bottom: 0; } .indexed.format-image footer.entry-meta { background: #e0e6e8; - margin-top: -6px; + margin-top: -7px; padding: 20px 30px; overflow: hidden; }