diff options
| author | Mark Otto <[email protected]> | 2012-02-01 16:44:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 16:44:07 -0800 |
| commit | 9b9e1d309bada7983434b092b40b088147a42a2e (patch) | |
| tree | aac335ef0e8f7d98179a2e84493ec2590a1860f9 /docs/assets/css/bootstrap.css | |
| parent | 7f32d15fbb096fdf3146997f10cc91dbbd4589fc (diff) | |
| download | bootstrap-9b9e1d309bada7983434b092b40b088147a42a2e.tar.xz bootstrap-9b9e1d309bada7983434b092b40b088147a42a2e.zip | |
fix that jank hack
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7babce5eb..fa5886991 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -565,7 +565,9 @@ input[type="image"], input[type="checkbox"], input[type="radio"] { line-height: normal; border: 0; cursor: pointer; - border-radius: 0 \0/; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; } input[type="file"] { padding: initial; |
