diff options
| author | Ninir <[email protected]> | 2012-10-30 10:22:09 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-31 11:09:44 -0700 |
| commit | be03a5308663052be22d48cbe247b2c259fdefe9 (patch) | |
| tree | 94993c2adb2ff7cbd57ea9e8def0d3fcbdf4ebb4 /less/reset.less | |
| parent | 14b941744c5ef3cc67c41e3bae7284fafe052415 (diff) | |
| download | bootstrap-be03a5308663052be22d48cbe247b2c259fdefe9.tar.xz bootstrap-be03a5308663052be22d48cbe247b2c259fdefe9.zip | |
Replaced hardcoded CSS rules with mixins
Diffstat (limited to 'less/reset.less')
| -rw-r--r-- | less/reset.less | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/less/reset.less b/less/reset.less index 2abdee462..e2c7cab00 100644 --- a/less/reset.less +++ b/less/reset.less @@ -123,9 +123,7 @@ input[type="submit"] { cursor: pointer; // Improves usability and consistency of cursor style between image-type `input` and others. } input[type="search"] { // Appearance in Safari/Chrome - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; + .box-sizing(content-box); -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration, |
