From eb4f708b915c8a7d0948b4837d7c8751de1c930b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Cederstro=CC=88m?= Date: Fri, 23 Mar 2012 13:35:46 +0100 Subject: badge-error => badge-important --- docs/assets/bootstrap.zip | Bin 55760 -> 55760 bytes docs/components.html | 6 +++--- docs/templates/pages/components.mustache | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 8b7459387..17ea2839a 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip 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 @@ - Error + Important - 6 + 6 - <span class="badge badge-error">6</span> + <span class="badge badge-important">6</span> 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 @@ - {{_i}}Error{{/i}} + {{_i}}Important{{/i}} - 6 + 6 - <span class="badge badge-error">6</span> + <span class="badge badge-important">6</span> -- cgit v1.2.3