Twenty Fifteen: removing unused styles inherited from Twenty Fourteen.

Props iamtakashi, fixes #30572.


Built from https://develop.svn.wordpress.org/trunk@30709


git-svn-id: http://core.svn.wordpress.org/trunk@30699 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart 2014-12-02 16:05:22 +00:00
parent d58c44dc00
commit 1cb6721c81
2 changed files with 2 additions and 7 deletions

View File

@ -2459,13 +2459,8 @@ video {
p > embed,
p > iframe,
p > object,
p > video,
span > embed,
span > iframe,
span > object,
span > video {
p > video {
margin-bottom: 0;
max-width: 100%;
}
.wp-audio-shortcode,

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-beta2-30708';
$wp_version = '4.1-beta2-30709';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.