Changeset 26070
- Timestamp:
- 11/09/2013 11:19:35 PM (12 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/style.css
r25902 r26070 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 */ -
trunk/src/wp-content/themes/twentythirteen/style.css
r25902 r26070 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 { -
trunk/src/wp-content/themes/twentytwelve/style.css
r25902 r26070 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) {
Note: See TracChangeset
for help on using the changeset viewer.