From 3ec55886cdd9a28e792bc4c654a033b90d419d1c Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Mon, 8 Dec 2014 17:46:23 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyfifteen/css/ie.css | 4 ++++ wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyfifteen/css/ie.css b/wp-content/themes/twentyfifteen/css/ie.css index 36973b6ddc..077abec70f 100644 --- a/wp-content/themes/twentyfifteen/css/ie.css +++ b/wp-content/themes/twentyfifteen/css/ie.css @@ -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; diff --git a/wp-includes/version.php b/wp-includes/version.php index e966dc77b8..e79e43ebfb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.