From 0fd0860e5cb5db3699f62cc0b59220bcb70e3ec1 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 22 Feb 2013 17:42:04 +0000 Subject: [PATCH] Twenty Ten: prevent overflow for large, captioned images. Fixes #22820, props obenland. git-svn-id: https://develop.svn.wordpress.org/trunk@23478 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index d207e51616..8088f67f0f 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -832,6 +832,7 @@ img.aligncenter { } .wp-caption img { margin: 5px 5px 0; + max-width: 622px; /* caption width - 10px */ } .wp-caption p.wp-caption-text { color: #777;