From 41587018943ac02d91c6298008b01b808aab53fe Mon Sep 17 00:00:00 2001 From: zhongwei99 Date: Thu, 2 Feb 2012 18:01:16 +0800 Subject: [PATCH] Minor typo fix. --- less/reset.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;