Twenty Fifteen: create consistent spacing with embeds and images.
Props afercia, fixes #30286 Built from https://develop.svn.wordpress.org/trunk@30303 git-svn-id: http://core.svn.wordpress.org/trunk@30302 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1f2397af34
commit
47ec29c1ba
|
@ -2446,6 +2446,7 @@ object,
|
|||
video {
|
||||
margin-bottom: 1.6em;
|
||||
max-width: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
p > embed,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-alpha-30302';
|
||||
$wp_version = '4.1-alpha-30303';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue