From: Mark Otto Date: Thu, 2 Feb 2012 02:18:39 +0000 (-0800) Subject: fix missing ; in buttons.less X-Git-Tag: v2.0.1~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a1769c9e2ff74153b67aa8e0324c8f83280c86a;p=thirdparty%2Fbootstrap.git fix missing ; in buttons.less --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index f41c571bfa..dc0607a452 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 07a2b5879e..582350386e 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,