superhero: add .label-inverse, .badge-inverse, fixes #120
[bootswatch] / superhero / bootstrap.css
index 11a541c..a517ded 100644 (file)
@@ -3,11 +3,11 @@
 /*!
  * Bootstrap v2.3.2
  *
- * Copyright 2012 Twitter, Inc
+ * Copyright 2013 Twitter, Inc
  * Licensed under the Apache License v2.0
  * http://www.apache.org/licenses/LICENSE-2.0
  *
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ * Designed and built with all the love in the world by @mdo and @fat.
  */
 
 .clearfix {
@@ -6843,27 +6843,37 @@ label {
   opacity: 1;
 }
 
-.label {
+.label,
+.badge {
   color: #ece9d7;
   background-color: #45515f;
 }
 
-.label-important {
+.label-important,
+.badge-important {
   background-color: #b94a48;
 }
 
-.label-warning {
+.label-warning,
+.badge-warning {
   background-color: #e36b23;
 }
 
-.label-success {
+.label-success,
+.badge-success {
   background-color: #468847;
 }
 
-.label-info {
+.label-info,
+.badge-info {
   background-color: #3a87ad;
 }
 
+.label-inverse,
+.badge-inverse {
+  background-color: #555555;
+}
+
 .alert {
   color: #ece9d7;
   text-shadow: none;