Twenty Ten: prevent overflow for large, captioned images. Fixes #22820, props obenland.

git-svn-id: http://core.svn.wordpress.org/trunk@23478 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-02-22 17:42:04 +00:00
parent c615bf76e4
commit abb81f4cbc
1 changed files with 1 additions and 0 deletions

View File

@ -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;