Twenty Fifteen: layout correction for IE8 and IE7 after r30388 introduced a defect with the header there.

Props iamtakashi, fixes #30630.


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


git-svn-id: http://core.svn.wordpress.org/trunk@30779 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart 2014-12-08 17:46:23 +00:00
parent b2185048c6
commit 3ec55886cd
2 changed files with 5 additions and 1 deletions

View File

@ -299,6 +299,10 @@ img.aligncenter {
margin: 0.5em 7.6897% 7.6897%;
}
.sidebar {
position: static !important;
}
.widget-area {
clear: both;
margin: 9.0909% 9.0909% 0;

View File

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