2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

fix that jank hack

This commit is contained in:
Mark Otto
2012-02-01 16:44:07 -08:00
parent 7f32d15fbb
commit 9b9e1d309b
3 changed files with 4 additions and 2 deletions
Binary file not shown.
+3 -1
View File
@@ -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;
+1 -1
View File
@@ -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