diff --git a/style.css b/style.css index 4786b5017..451990ce0 100644 --- a/style.css +++ b/style.css @@ -1432,6 +1432,18 @@ img#wpstats { /* =Media queries -------------------------------------------------------------- */ +/* Does the same thing as , + * but in the future W3C standard way. -ms- prefix is required for IE10+ to + * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor + * the meta tag. See http://core.trac.wordpress.org/ticket/25888. + */ +@-ms-viewport { + width: device-width; +} +@viewport { + width: device-width; +} + /* Minimum width of 600 pixels. */ @media screen and (min-width: 600px) { .author-avatar {