Ticket #25888: 25888.ms-only.diff
File 25888.ms-only.diff, 2.2 KB (added by , 11 years ago) |
---|
-
wp-content/themes/twentyeleven/style.css
2283 2283 /* =Responsive Structure 2284 2284 ----------------------------------------------- */ 2285 2285 2286 /* Make IE10 & 11 adjust the viewport automatically in Windows 8 "snapped" view. */ 2287 @-ms-viewport { 2288 width: device-width; 2289 } 2290 2286 2291 @media (max-width: 800px) { 2287 2292 /* Simplify the basic layout */ 2288 2293 #main #content { -
wp-content/themes/twentyfourteen/style.css
2864 2864 * ----------------------------------------------------------------------------- 2865 2865 */ 2866 2866 2867 /* Make IE10 & 11 adjust the viewport automatically in Windows 8 "snapped" view. */ 2868 @-ms-viewport { 2869 width: device-width; 2870 } 2871 2867 2872 @media screen and (max-width: 400px) { 2868 2873 .list-view .site-content .post-thumbnail { 2869 2874 background: none; -
wp-content/themes/twentythirteen/style.css
2577 2577 * ---------------------------------------------------------------------------- 2578 2578 */ 2579 2579 2580 /* Make IE10 & 11 adjust the viewport automatically in Windows 8 "snapped" view. */ 2581 @-ms-viewport { 2582 width: device-width; 2583 } 2584 2580 2585 @media (max-width: 1599px) { 2581 2586 .site { 2582 2587 border: 0; -
wp-content/themes/twentytwelve/style.css
1432 1432 /* =Media queries 1433 1433 -------------------------------------------------------------- */ 1434 1434 1435 /* Make IE10 & 11 adjust the viewport automatically in Windows 8 "snapped" view. */ 1436 @-ms-viewport { 1437 width: device-width; 1438 } 1439 1435 1440 /* Minimum width of 600 pixels. */ 1436 1441 @media screen and (min-width: 600px) { 1437 1442 .author-avatar {