Twenty Thirteen: account for alignnone images that are inserted into a post on the same line. Give 'em a bit of space. Closes #24238.

git-svn-id: https://develop.svn.wordpress.org/trunk@24152 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-05-01 17:44:34 +00:00
parent cde4edfd77
commit e539c0f5d9
2 changed files with 8 additions and 0 deletions

View File

@ -270,6 +270,10 @@ a:hover {
margin: 5px auto;
}
img.alignnone {
margin: 5px 0;
}
/**
* Tables

View File

@ -738,6 +738,10 @@ img.aligncenter {
margin: 5px auto;
}
img.alignnone {
margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {