mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Fixes #12851: it's not a tumah
This commit is contained in:
parent
4d527f9251
commit
2e02ed4e0c
@ -379,7 +379,7 @@
|
||||
|
||||
@media
|
||||
only screen and (-webkit-min-device-pixel-ratio: 2),
|
||||
only screen and ( min--moz-device-pixel-ratio: 2),
|
||||
only screen and ( min--moz-device-pixel-ratio: 2), // Not a typo
|
||||
only screen and ( -o-min-device-pixel-ratio: 2/1),
|
||||
only screen and ( min-device-pixel-ratio: 2),
|
||||
only screen and ( min-resolution: 192dpi),
|
||||
|
Loading…
x
Reference in New Issue
Block a user