From e5eca7a60b174e16d0130c991372cd0693dd1028 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 15 Dec 2014 17:56:21 +0000 Subject: [PATCH] Twenty Twelve: fix widget stacking problem in older IE browsers for Front Page template. Props TomasM, hiwhatsup. Fixes #28938. Built from https://develop.svn.wordpress.org/trunk@30868 git-svn-id: http://core.svn.wordpress.org/trunk@30858 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- css/ie.css | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/css/ie.css b/css/ie.css index 4d4f5424d..6bf38d1e9 100644 --- a/css/ie.css +++ b/css/ie.css @@ -158,7 +158,7 @@ body.full-width .site-content { color: #636363; font-weight: bold; } -.menu-toggle { +.main-navigation .menu-toggle { display: none; } .entry-header .entry-title { @@ -183,16 +183,27 @@ body.full-width .site-content { margin-bottom: 0; width: 47.916666667%; } +/* IE Front Page Template Widget fix */ +.template-front-page .widget-area { + clear: both; +} +.template-front-page .widget { + width: 100% !important; + border: none; +} .template-front-page .widget-area .widget, +.template-front-page .first.front-widgets, .template-front-page.two-sidebars .widget-area .front-widgets { float: left; margin-bottom: 24px; width: 51.875%; } +.template-front-page .second.front-widgets, .template-front-page .widget-area .widget:nth-child(odd) { clear: right; } -.template-front-page .widget-area .widget:nth-child(even), +.template-front-page .first.front-widgets, +.template-front-page .second.front-widgets, .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets { float: right; margin: 0 0 24px; @@ -203,8 +214,12 @@ body.full-width .site-content { float: none; width: auto; } +/* add input font for