From 8a1769c9e2ff74153b67aa8e0324c8f83280c86a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Feb 2012 18:18:39 -0800 Subject: fix missing ; in buttons.less --- docs/assets/bootstrap.zip | Bin 52339 -> 52339 bytes less/buttons.less | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index f41c571bf..dc0607a45 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/less/buttons.less b/less/buttons.less index 07a2b5879..582350386 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -107,7 +107,7 @@ .btn-info, .btn-info:hover { text-shadow: 0 -1px 0 rgba(0,0,0,.25); - color: @white + color: @white; } // Provide *some* extra contrast for those who can get it .btn-primary.active, -- cgit v1.2.3