diff --git a/bootstrap.css b/bootstrap.css
index d96c2277b7afb8407e77751da57641a002b21040..c4017230474136d227cbbbbd86314e1a1cfbf918 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sun Jan 22 20:11:39 PST 2012
+ * Date: Sun Jan 22 20:31:51 PST 2012
  */
 html, body {
   margin: 0;
diff --git a/lib/mixins.less b/lib/mixins.less
index 5a3952f3a4196e61e1d1150dc588785a78d4ef2e..a54f6762fbe034ae582d64c8f7e52f818c4b7c1d 100644
--- a/lib/mixins.less
+++ b/lib/mixins.less
@@ -137,7 +137,7 @@
      -moz-border-radius: @radius;
           border-radius: @radius;
 }
-.border-radius-custom(@topLeft, @topRight, @bottomRight, @bottomLeft) {
+.border-radius-custom(@topLeft: 0, @topRight: 0, @bottomRight: 0, @bottomLeft: 0) {
   -webkit-border-top-left-radius: @topLeft;
       -moz-border-radius-topleft: @topLeft;
           border-top-left-radius: @topLeft;