mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
cde4edfd77
commit
e539c0f5d9
@ -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
Block a user