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: http://core.svn.wordpress.org/trunk@24152 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-05-01 17:44:34 +00:00
parent 89b6c2a5f6
commit f0b0996673
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 {