diff options
| author | Mark Otto <[email protected]> | 2012-02-28 08:52:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-28 08:52:59 -0800 |
| commit | bd55824827079d6d7c4cbef9ac6e2cbd347b8466 (patch) | |
| tree | 6fb71000cdc96e5829955db705b36ba6dac38337 /docs | |
| parent | fbebb046f7134eaed90492bfc67720337c4b625e (diff) | |
| download | bootstrap-bd55824827079d6d7c4cbef9ac6e2cbd347b8466.tar.xz bootstrap-bd55824827079d6d7c4cbef9ac6e2cbd347b8466.zip | |
.progress-warning mention in docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 54595 -> 54595 bytes | |||
| -rw-r--r-- | docs/components.html | 1 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 10b3a6255..753171cb2 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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> |
