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:
parent
c615bf76e4
commit
abb81f4cbc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue