aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoheil Behnezhad <[email protected]>2013-09-16 16:37:03 +0430
committerSoheil Behnezhad <[email protected]>2013-09-16 16:37:03 +0430
commitcc6991133544e1ae23f3a14b086c5ef103f14dd6 (patch)
treedd06938c27caac8f9d9b1b09ed6f985acc453b3b
parent0c39045222f5fcea5cddb9b1bbd1c17d53731cdb (diff)
downloadbootstrap-cc6991133544e1ae23f3a14b086c5ef103f14dd6.tar.xz
bootstrap-cc6991133544e1ae23f3a14b086c5ef103f14dd6.zip
Derp, there were more
-rw-r--r--less/theme.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/theme.less b/less/theme.less
index adc5a1db1..b510b7a8d 100644
--- a/less/theme.less
+++ b/less/theme.less
@@ -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); }