diff options
| author | zhongwei99 <[email protected]> | 2012-02-02 18:01:16 +0800 |
|---|---|---|
| committer | zhongwei99 <[email protected]> | 2012-02-02 18:01:16 +0800 |
| commit | 41587018943ac02d91c6298008b01b808aab53fe (patch) | |
| tree | 696aabdef151eb8f1380124f13243531667e272b | |
| parent | 98d1659ef836cb879ce7d6260351ff35e96ebd25 (diff) | |
| download | bootstrap-41587018943ac02d91c6298008b01b808aab53fe.tar.xz bootstrap-41587018943ac02d91c6298008b01b808aab53fe.zip | |
Minor typo fix.
| -rw-r--r-- | less/reset.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/reset.less b/less/reset.less index 28d8eb60c..1115f59d8 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; |
