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

git-svn-id: http://core.svn.wordpress.org/trunk@21488 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
lancewillett 2012-08-09 17:58:56 +00:00
parent 24c98560e1
commit 34056f4c03

View File

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