From ec63079ab72c26c0beac626bcaf92656fb0e0243 Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Sun, 6 Jun 2010 20:27:37 +0000 Subject: [PATCH] Better padding for photo captions in the Twenty Ten theme. git-svn-id: https://develop.svn.wordpress.org/trunk@15154 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 43d2d50160..a7aafde334 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;