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:
parent
89b6c2a5f6
commit
f0b0996673
|
@ -270,6 +270,10 @@ a:hover {
|
|||
margin: 5px auto;
|
||||
}
|
||||
|
||||
img.alignnone {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Tables
|
||||
|
|
|
@ -738,6 +738,10 @@ img.aligncenter {
|
|||
margin: 5px auto;
|
||||
}
|
||||
|
||||
img.alignnone {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.wp-caption .wp-caption-text,
|
||||
.entry-caption,
|
||||
.gallery-caption {
|
||||
|
|
Loading…
Reference in New Issue