From: zhongwei99 Date: Thu, 2 Feb 2012 10:01:16 +0000 (+0800) Subject: Minor typo fix. X-Git-Tag: v2.0.1~1^2~77^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1588%2Fhead;p=thirdparty%2Fbootstrap.git Minor typo fix. --- diff --git a/less/reset.less b/less/reset.less index 28d8eb60ca..1115f59d80 100644 --- a/less/reset.less +++ b/less/reset.less @@ -108,7 +108,7 @@ input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; // Cursors on all buttons applied consistently - -webkit-appearance: button; // Style clicable inputs in iOS + -webkit-appearance: button; // Style clickable inputs in iOS } input[type="search"] { // Appearance in Safari/Chrome -webkit-appearance: textfield;