Created
June 4, 2014 10:21
-
-
Save voku/cfaf7446cb2698617723 to your computer and use it in GitHub Desktop.
ipad orientation - From http://snippetlib.com/css/ipad_orientation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="stylesheet" media="all and (orientation:portrait)" href="portrait.css"> | |
<link rel="stylesheet" media="all and (orientation:landscape)" href="landscape.css"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment