Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35921, comment 2


Ignore:
Timestamp:
02/23/2016 03:47:43 PM (9 years ago)
Author:
camaran
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35921, comment 2

    initial v1  
    22
    33{{{
    4 @media only screen and (max-width: 500px) {
    5     body {
    6         background-color: lightblue;
    7     }
    8 }
     4<link rel="stylesheet" media="(max-width: 640px)" href="max-640px.css">
     5<link rel="stylesheet" media="(min-width: 640px)" href="min-640px.css">
     6<link rel="stylesheet" media="(orientation: portrait)" href="portrait.css">
     7<link rel="stylesheet" media="(orientation: landscape)" href="landscape.css">
    98}}}
     9for example these support