aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-15 09:17:11 -0800
committerMark Otto <[email protected]>2012-11-15 09:17:11 -0800
commitfa1c130552022520161a2b0c595e2ca431df0c97 (patch)
tree1f771b6f607157a55e250f336962b2d38d7307e2 /docs/templates
parenta43bf14ea5fa7118cfdbed0469d227976fb92a79 (diff)
downloadbootstrap-fa1c130552022520161a2b0c595e2ca431df0c97.tar.xz
bootstrap-fa1c130552022520161a2b0c595e2ca431df0c97.zip
Change important badges/labels to danger
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/components.mustache8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 9e796b9ba..54fce9c4a 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -1484,10 +1484,10 @@
</tr>
<tr>
<td>
- <span class="label label-important">{{_i}}Important{{/i}}</span>
+ <span class="label label-danger">{{_i}}Danger{{/i}}</span>
</td>
<td>
- <code>&lt;span class="label label-important"&gt;{{_i}}Important{{/i}}&lt;/span&gt;</code>
+ <code>&lt;span class="label label-danger"&gt;{{_i}}Danger{{/i}}&lt;/span&gt;</code>
</td>
</tr>
<tr>
@@ -1557,10 +1557,10 @@
{{_i}}Important{{/i}}
</td>
<td>
- <span class="badge badge-important">6</span>
+ <span class="badge badge-danger">6</span>
</td>
<td>
- <code>&lt;span class="badge badge-important"&gt;6&lt;/span&gt;</code>
+ <code>&lt;span class="badge badge-danger"&gt;6&lt;/span&gt;</code>
</td>
</tr>
<tr>