]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
comment and formatting
authorMark Otto <markdotto@gmail.com>
Sun, 9 Nov 2014 23:04:32 +0000 (15:04 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 9 Nov 2014 23:04:32 +0000 (15:04 -0800)
less/forms.less

index c864e8465d5f3a6998b2df42a58f1a7ffc3bb0b4..1bcc2b6b97970dd040983479ad3764ad5fb92585 100644 (file)
@@ -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"],