aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Cederstròˆm <[email protected]>2012-03-23 13:35:46 +0100
committerAndreas Cederstròˆm <[email protected]>2012-03-23 13:35:46 +0100
commiteb4f708b915c8a7d0948b4837d7c8751de1c930b (patch)
tree95d0a269d8821dfb2caa7f610288953f577ca844 /docs
parent5179df1928e82670a2f16ce414a42f1008c6d652 (diff)
downloadbootstrap-eb4f708b915c8a7d0948b4837d7c8751de1c930b.tar.xz
bootstrap-eb4f708b915c8a7d0948b4837d7c8751de1c930b.zip
badge-error => badge-important
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin55760 -> 55760 bytes
-rw-r--r--docs/components.html6
-rw-r--r--docs/templates/pages/components.mustache6
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 8b7459387..17ea2839a 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 be1143877..1fc8368de 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1422,13 +1422,13 @@
</tr>
<tr>
<td>
- Error
+ Important
</td>
<td>
- <span class="badge badge-error">6</span>
+ <span class="badge badge-important">6</span>
</td>
<td>
- <code>&lt;span class="badge badge-error"&gt;6&lt;/span&gt;</code>
+ <code>&lt;span class="badge badge-important"&gt;6&lt;/span&gt;</code>
</td>
</tr>
<tr>
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 25741608b..2736ffb03 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -1346,13 +1346,13 @@
</tr>
<tr>
<td>
- {{_i}}Error{{/i}}
+ {{_i}}Important{{/i}}
</td>
<td>
- <span class="badge badge-error">6</span>
+ <span class="badge badge-important">6</span>
</td>
<td>
- <code>&lt;span class="badge badge-error"&gt;6&lt;/span&gt;</code>
+ <code>&lt;span class="badge badge-important"&gt;6&lt;/span&gt;</code>
</td>
</tr>
<tr>