Twenty Eleven: restore Image Post margin resetting

git-svn-id: http://svn.automattic.com/wordpress/trunk@18139 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iandstewart 2011-06-04 15:49:32 +00:00
parent 1c9a877290
commit 2641254dc5
1 changed files with 2 additions and 1 deletions

View File

@ -1207,12 +1207,13 @@ blockquote.pull {
.indexed.format-image .entry-content {
padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
background: #e0e6e8;
margin-top: -6px;
margin-top: -7px;
padding: 20px 30px;
overflow: hidden;
}