diff options
| author | Pete Hopkins <[email protected]> | 2012-01-26 14:11:05 -0500 |
|---|---|---|
| committer | Pete Hopkins <[email protected]> | 2012-01-26 16:04:24 -0500 |
| commit | f76444c8585f3a720e0af2cedd33acddc718b962 (patch) | |
| tree | 6a7a868900bc62e0d4d9268f2e49df0fd5dc33d2 /lib | |
| parent | c13de3db607dad06ce992e78ffdb8c2fa6871e70 (diff) | |
| download | bootstrap-f76444c8585f3a720e0af2cedd33acddc718b962.tar.xz bootstrap-f76444c8585f3a720e0af2cedd33acddc718b962.zip | |
Clears border-radius on checkboxes because they look bad on IE
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/forms.less b/lib/forms.less index 4aec1ec1a..b2bd7b8cc 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -87,6 +87,7 @@ input[type=radio] { line-height: normal; border: none; cursor: pointer; + .border-radius(0); } // Reset the file input to browser defaults |
