mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 13:13:03 +02:00
Fixes #12851: it's not a tumah
This commit is contained in:
@@ -379,7 +379,7 @@
|
|||||||
|
|
||||||
@media
|
@media
|
||||||
only screen and (-webkit-min-device-pixel-ratio: 2),
|
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 ( -o-min-device-pixel-ratio: 2/1),
|
||||||
only screen and ( min-device-pixel-ratio: 2),
|
only screen and ( min-device-pixel-ratio: 2),
|
||||||
only screen and ( min-resolution: 192dpi),
|
only screen and ( min-resolution: 192dpi),
|
||||||
|
Reference in New Issue
Block a user