update bootstrap to 3.0.0-rc2
[bootswatch] / bower_components / bootstrap / less / badges.less
old mode 100644 (file)
new mode 100755 (executable)
index 216d601..0b69753
@@ -9,16 +9,16 @@
   min-width: 10px;
   padding: 3px 7px;
   font-size: @font-size-small;
-  font-weight: bold;
+  font-weight: @badge-font-weight;
   color: @badge-color;
-  line-height: 1;
-  vertical-align: middle;
+  line-height: @badge-line-height;
+  vertical-align: baseline;
   white-space: nowrap;
   text-align: center;
   background-color: @badge-bg;
-  border-radius: 10px;
+  border-radius: @badge-border-radius;
 
-  // Empty labels/badges collapse
+  // Empty badges collapse automatically (not available in IE8)
   &:empty {
     display: none;
   }