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
This commit is contained in:
Lance Willett 2013-02-22 17:42:04 +00:00
parent ab0a5f6c72
commit 0fd0860e5c
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;