aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin54595 -> 54595 bytes
-rw-r--r--docs/components.html1
-rw-r--r--docs/templates/pages/components.mustache1
3 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 10b3a6255..753171cb2 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/components.html b/docs/components.html
index 013bf2ca4..42de78cd6 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1742,6 +1742,7 @@
<ul>
<li><code>.progress-info</code></li>
<li><code>.progress-success</code></li>
+ <li><code>.progress-warning</code></li>
<li><code>.progress-danger</code></li>
</ul>
<p>Alternatively, you can customize the LESS files and roll your own colors and sizes.</p>
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 15ebdf19b..332338b9e 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -1666,6 +1666,7 @@
<ul>
<li><code>.progress-info</code></li>
<li><code>.progress-success</code></li>
+ <li><code>.progress-warning</code></li>
<li><code>.progress-danger</code></li>
</ul>
<p>{{_i}}Alternatively, you can customize the LESS files and roll your own colors and sizes.{{/i}}</p>