Twenty Eleven: fix gallery thumbnail image overflow, props chellycat. Fixes #20478.

git-svn-id: https://develop.svn.wordpress.org/trunk@21488 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-08-09 17:58:56 +00:00
parent 38ccc90afc
commit 7b11f93275
1 changed files with 1 additions and 0 deletions

View File

@ -1190,6 +1190,7 @@ blockquote.pull.alignright {
float: left;
display: block;
margin: .375em 1.625em 0 0;
max-width: 100%;
}