/ Published in: CSS
URL: http://iphone.wikidot.com/detection
Expand |
Embed | Plain Text
As a file link: <link type="text/css" rel="stylesheet" media="only screen and (max-device-width: 480px)" href="iPhone.css"> Inside a stylesheet or style declaration: @media handheld, only screen and (max-device-width: 480px) { /* overrides or style additions for iPhone */ } Or just to tweak Webkit: /* This CSS increases the size of the paragraph elements */ p { -webkit-text-size-adjust: 120%; }
You need to login to post a comment.
