diff options
| author | Chris Rebert <[email protected]> | 2014-12-15 16:25:43 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-15 16:25:43 -0800 |
| commit | 8deda6116f8f72b34ee46cd43c083aad7e13e406 (patch) | |
| tree | f9ab32d1988f748766130dc3a008dac1a80691fd | |
| parent | e41127efe4f9f9acffe023a70a749a9cd8c8b977 (diff) | |
| download | bootstrap-8deda6116f8f72b34ee46cd43c083aad7e13e406.tar.xz bootstrap-8deda6116f8f72b34ee46cd43c083aad7e13e406.zip | |
Port c66e3029df84f55a31f785 over from hosted docs
| -rw-r--r-- | docs/customize.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/customize.html b/docs/customize.html index 7ba9eb8e0..f41e0f1e0 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -25,6 +25,11 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge <!-- Customizer form --> +<div id="defaults-change-alert" class="alert alert-warning alert-dismissible" role="alert"> + <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button> + <strong>Heads up!</strong> The default value for <code>@brand-primary</code> has changed in the latest release to improve contrast and accessibility. Please double check your compiled CSS when upgrading. +</div> + <div class="bs-docs-section bs-customizer-import"> <div id="import-drop-target" class="bs-dropzone"> <h2>✍</h2> |
