Twenty Fifteen: "detach" widgets from the header in mobile views.

Props iamtakashi, fixes #30252.


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


git-svn-id: http://core.svn.wordpress.org/trunk@30243 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart 2014-11-05 18:03:23 +00:00
parent c47552dc6d
commit 6ad06ca03d
2 changed files with 2 additions and 2 deletions

View File

@ -2633,7 +2633,7 @@ span > video {
}
.secondary {
margin: 0 7.6923%;
margin: 7.6923% 7.6923% 0;
padding: 7.6923% 7.6923% 0;
}

View File

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