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:
parent
c47552dc6d
commit
6ad06ca03d
|
@ -2633,7 +2633,7 @@ span > video {
|
||||||
}
|
}
|
||||||
|
|
||||||
.secondary {
|
.secondary {
|
||||||
margin: 0 7.6923%;
|
margin: 7.6923% 7.6923% 0;
|
||||||
padding: 7.6923% 7.6923% 0;
|
padding: 7.6923% 7.6923% 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue