diff options
| author | Mark Otto <[email protected]> | 2012-01-28 12:49:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 12:49:26 -0800 |
| commit | b77161f8647f791319c684a191c2308b6dd05100 (patch) | |
| tree | 7ee6ed7aef82528eab46f1cd91c9fa9b49fab4ca /docs/assets/css/bootstrap.css | |
| parent | 698d4b414c234f74ae93384a8d83c14c15ab2cc9 (diff) | |
| download | bootstrap-b77161f8647f791319c684a191c2308b6dd05100.tar.xz bootstrap-b77161f8647f791319c684a191c2308b6dd05100.zip | |
reset border-radius only for ie9?
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index f69943c67..8cd2d9e36 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -535,9 +535,7 @@ input[type="image"], input[type="checkbox"], input[type="radio"] { line-height: normal; border: none; cursor: pointer; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; + border-radius: 0 \0/; } input[type="file"] { padding: initial; |
