From 797ea0a101f7b2849943a7ba06456c0b052d0d89 Mon Sep 17 00:00:00 2001 From: iammattthomas Date: Sun, 6 Jun 2010 20:27:37 +0000 Subject: [PATCH] Better padding for photo captions in the Twenty Ten theme. git-svn-id: http://svn.automattic.com/wordpress/trunk@15154 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 43d2d5016..a7aafde33 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -823,10 +823,10 @@ div.menu li { padding: 4px; } #content .wp-caption img { - margin: 5px; + margin: 5px 5px 0; } #content .wp-caption p.wp-caption-text { - margin: 0 0 4px; + margin: 5px; } #content .wp-smiley { margin:0;