From: Mark Otto Date: Sun, 9 Nov 2014 23:04:32 +0000 (-0800) Subject: comment and formatting X-Git-Tag: v3.3.1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5670dd8930228af772157b933fe672ca5c5313ca;p=thirdparty%2Fbootstrap.git comment and formatting --- diff --git a/less/forms.less b/less/forms.less index c864e8465d..1bcc2b6b97 100644 --- a/less/forms.less +++ b/less/forms.less @@ -168,12 +168,11 @@ input[type="search"] { // Special styles for iOS temporal inputs // // In Mobile Safari, setting `display: block` on temporal inputs causes the -// text within the input to become vertically misaligned. -// As a workaround, we set a pixel line-height that matches the -// given height of the input. Since this fucks up everything else, we have to -// appropriately reset it for Internet Explorer and the size variations. +// text within the input to become vertically misaligned. As a workaround, we +// set a pixel line-height that matches the given height of the input, but only +// for Safari. -@media screen and (-webkit-min-device-pixel-ratio:0) { +@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"], input[type="time"], input[type="datetime-local"],