]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Derp, there were more 10655/head
authorSoheil Behnezhad <soheil.behnezhad@gmail.com>
Mon, 16 Sep 2013 12:07:03 +0000 (16:37 +0430)
committerSoheil Behnezhad <soheil.behnezhad@gmail.com>
Mon, 16 Sep 2013 12:07:03 +0000 (16:37 +0430)
less/theme.less

index adc5a1db17cb2492a973390449fa2e06482831a7..b510b7a8df870426bc1b78113402793023c9d08b 100644 (file)
@@ -31,7 +31,7 @@
 }
 
 // Mixin for generating new styles
-.btn-styles(@btn-color: #555;) {
+.btn-styles(@btn-color: #555) {
   #gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 12%));
   background-repeat: repeat-x;
   border-color: darken(@btn-color, 14%);
@@ -59,7 +59,7 @@
 }
 
 // Apply the mixin to the buttons
-.btn-default { .btn-styles(@btn-default-bg;); text-shadow: 0 1px 0 #fff; border-color: #ccc; }
+.btn-default { .btn-styles(@btn-default-bg); text-shadow: 0 1px 0 #fff; border-color: #ccc; }
 .btn-primary { .btn-styles(@btn-primary-bg); }
 .btn-success { .btn-styles(@btn-success-bg); }
 .btn-warning { .btn-styles(@btn-warning-bg); }