diff options
| author | Mark Otto <[email protected]> | 2012-02-17 20:25:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-17 20:25:49 -0800 |
| commit | e7d45184f1331bf4e82f7391d9607c4078b94278 (patch) | |
| tree | 2a2451503a6c80f186aff5a6565f5648263f68d3 | |
| parent | 5d02b8c3c639580825c15d1f7b2210fbb0c3e675 (diff) | |
| download | bootstrap-e7d45184f1331bf4e82f7391d9607c4078b94278.tar.xz bootstrap-e7d45184f1331bf4e82f7391d9607c4078b94278.zip | |
swap last .btn-dark reference
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 53357 -> 53353 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 | ||||
| -rw-r--r-- | less/buttons.less | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex b8f1057d7..6a8dde1ed 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index c3e0c0053..105dfa401 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 55e9fbf1c..7b29f22bb 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); } |
