From: Mark Otto Date: Thu, 27 Feb 2014 19:08:24 +0000 (-0800) Subject: Fixes #12851: it's not a tumah X-Git-Tag: v3.2.0~426^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e02ed4e0c285ef36726f553e82819e76ec109fd;p=thirdparty%2Fbootstrap.git Fixes #12851: it's not a tumah --- diff --git a/less/mixins.less b/less/mixins.less index 4432cfc2db..66fd041f6f 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -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),