Ticket #28938: 28938.diff
File 28938.diff, 1.6 KB (added by , 10 years ago) |
---|
-
src/wp-content/themes/twentytwelve/css/ie.css
158 158 color: #636363; 159 159 font-weight: bold; 160 160 } 161 .m enu-toggle {161 .main-navigation .menu-toggle { 162 162 display: none; 163 163 } 164 164 .entry-header .entry-title { … … 183 183 margin-bottom: 0; 184 184 width: 47.916666667%; 185 185 } 186 /* IE Front Page Template Widget fix */ 187 .template-front-page .widget-area { 188 clear: both; 189 } 190 .template-front-page .widget { 191 width: 100% !important; 192 border: none; 193 } 186 194 .template-front-page .widget-area .widget, 195 .template-front-page .first.front-widgets, 187 196 .template-front-page.two-sidebars .widget-area .front-widgets { 188 197 float: left; 189 198 margin-bottom: 24px; 190 199 width: 51.875%; 191 200 } 201 .template-front-page .second.front-widgets, 192 202 .template-front-page .widget-area .widget:nth-child(odd) { 193 203 clear: right; 194 204 } 195 .template-front-page .widget-area .widget:nth-child(even), 205 .template-front-page .first.front-widgets, 206 .template-front-page .second.front-widgets, 196 207 .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets { 197 208 float: right; 198 209 margin: 0 0 24px; … … 203 214 float: none; 204 215 width: auto; 205 216 } 217 /* add input font for <IE9 Password Box to make the bullets show up */ 218 input[type="password"] { 219 font-family: Helvetica, Arial, sans-serif; 220 } 206 221 207 /* =RTL overrides for IE7 and IE8222 /* RTL overrides for IE7 and IE8 208 223 -------------------------------------------------------------- */ 209 224 .rtl .site-header h1, 210 225 .rtl .site-header h2 {