From: Mark Otto Date: Sat, 18 Feb 2012 04:25:49 +0000 (-0800) Subject: swap last .btn-dark reference X-Git-Tag: v2.0.2~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7d45184f1331bf4e82f7391d9607c4078b94278;p=thirdparty%2Fbootstrap.git swap last .btn-dark reference --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index b8f1057d74..6a8dde1ede 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index c3e0c00539..105dfa401e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1832,7 +1832,7 @@ table .span12 { .btn-danger.active, .btn-success.active, .btn-info.active, -.btn-dark.active { +.btn-inverse.active { color: rgba(255, 255, 255, 0.75); } .btn-primary { diff --git a/less/buttons.less b/less/buttons.less index 55e9fbf1c1..7b29f22bb2 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -126,7 +126,7 @@ .btn-danger.active, .btn-success.active, .btn-info.active, -.btn-dark.active { +.btn-inverse.active { color: rgba(255,255,255,.75); }