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:
Ian Stewart 2014-11-11 19:04:21 +00:00
parent 1f2397af34
commit 47ec29c1ba
2 changed files with 2 additions and 1 deletions

View File

@ -2446,6 +2446,7 @@ object,
video {
margin-bottom: 1.6em;
max-width: 100%;
vertical-align: middle;
}
p > embed,

View File

@ -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.