]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix that jank hack
authorMark Otto <markdotto@gmail.com>
Thu, 2 Feb 2012 00:44:07 +0000 (16:44 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 2 Feb 2012 00:44:07 +0000 (16:44 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/forms.less

index 8922a5c7ad0d111e86eb9265a610953224b953e8..a75e75ca89371d1ead07b9544d52a43d5dc032ba 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 7babce5eb2409ec82eabe2a7be1122d8ba6d1b66..fa5886991d9ec5cf911749bfdd1d2794bb7215ed 100644 (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;
index d70d532e8c48eff47983aac3e47df84706062abe..9c9a9b8a9f54e8b4ac75a26281b88e22e70df7c2 100644 (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