Ticket #25888: 25888.diff
File 25888.diff, 3.3 KB (added by , 11 years ago) |
---|
-
wp-content/themes/twentyeleven/style.css
2283 2283 /* =Responsive Structure 2284 2284 ----------------------------------------------- */ 2285 2285 2286 /* Does the same thing as <meta name="viewport" content="width=device-width">, 2287 * but in the future W3C standard way. -ms- prefix is required for IE10+ to 2288 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor 2289 * the meta tag. See http://core.trac.wordpress.org/ticket/25888. 2290 */ 2291 @-ms-viewport { 2292 width: device-width; 2293 } 2294 @viewport { 2295 width: device-width; 2296 } 2297 2286 2298 @media (max-width: 800px) { 2287 2299 /* Simplify the basic layout */ 2288 2300 #main #content { -
wp-content/themes/twentyfourteen/style.css
2864 2864 * ----------------------------------------------------------------------------- 2865 2865 */ 2866 2866 2867 /* Does the same thing as <meta name="viewport" content="width=device-width">, 2868 * but in the future W3C standard way. -ms- prefix is required for IE10+ to 2869 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor 2870 * the meta tag. See http://core.trac.wordpress.org/ticket/25888. 2871 */ 2872 @-ms-viewport { 2873 width: device-width; 2874 } 2875 @viewport { 2876 width: device-width; 2877 } 2878 2867 2879 @media screen and (max-width: 400px) { 2868 2880 .list-view .site-content .post-thumbnail { 2869 2881 background: none; -
wp-content/themes/twentythirteen/style.css
2577 2577 * ---------------------------------------------------------------------------- 2578 2578 */ 2579 2579 2580 /* Does the same thing as <meta name="viewport" content="width=device-width">, 2581 * but in the future W3C standard way. -ms- prefix is required for IE10+ to 2582 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor 2583 * the meta tag. See http://core.trac.wordpress.org/ticket/25888. 2584 */ 2585 @-ms-viewport { 2586 width: device-width; 2587 } 2588 @viewport { 2589 width: device-width; 2590 } 2591 2580 2592 @media (max-width: 1599px) { 2581 2593 .site { 2582 2594 border: 0; -
wp-content/themes/twentytwelve/style.css
1432 1432 /* =Media queries 1433 1433 -------------------------------------------------------------- */ 1434 1434 1435 /* Does the same thing as <meta name="viewport" content="width=device-width">, 1436 * but in the future W3C standard way. -ms- prefix is required for IE10+ to 1437 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor 1438 * the meta tag. See http://core.trac.wordpress.org/ticket/25888. 1439 */ 1440 @-ms-viewport { 1441 width: device-width; 1442 } 1443 @viewport { 1444 width: device-width; 1445 } 1446 1435 1447 /* Minimum width of 600 pixels. */ 1436 1448 @media screen and (min-width: 600px) { 1437 1449 .author-avatar {