Skip to content

Commit

Permalink
fix that jank hack
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 2, 2012
1 parent 7f32d15 commit 9b9e1d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified docs/assets/bootstrap.zip
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/assets/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ input[type="radio"] {
line-height: normal;
border: 0;
cursor: pointer;
border-radius: 0 e("\0/"); // Nuke border-radius for IE9 only
.border-radius(0);
}

// Reset the file input to browser defaults
Expand Down

0 comments on commit 9b9e1d3

Please sign in to comment.