We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@media
1 parent 4644672 commit 1987e5aCopy full SHA for 1987e5a
CHANGELOG.md
@@ -1,5 +1,7 @@
1
### HEAD
2
3
+* Update HiDPI example media query ([#1127](https://github.com/h5bp/html5-boilerplate/issues/1127)).
4
+
5
### 4.0.2 (9 December, 2012)
6
7
* Update placeholder icons.
css/main.css
@@ -220,8 +220,10 @@ textarea {
220
/* Style adjustments for viewports that meet the condition */
221
}
222
223
-@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
224
- only screen and (min-resolution: 144dpi) {
+@media print,
+ (-o-min-device-pixel-ratio: 5/4),
225
+ (-webkit-min-device-pixel-ratio: 1.25),
226
+ (min-resolution: 120dpi) {
227
/* Style adjustments for high resolution devices */
228
229
0 commit comments