Changes between Initial Version and Version 1 of Ticket #35921, comment 2
- Timestamp:
- 02/23/2016 03:47:43 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35921, comment 2
initial v1 2 2 3 3 {{{ 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"> 9 8 }}} 9 for example these support