vendor/twitter/bootstrap/sass/_labels.scss in bootstrap-generators-3.0.2.2 vs vendor/twitter/bootstrap/sass/_labels.scss in bootstrap-generators-3.1.0

- old
+ new

@@ -26,9 +26,15 @@ // Empty labels collapse automatically (not available in IE8) &:empty { display: none; } + + // Quick fix for labels in buttons + .btn & { + position: relative; + top: -1px; + } } // Colors // Contextual variations (linked labels get darker on :hover)