vendor/assets/stylesheets/bootstrap/_labels.scss in bootstrap-sass-3.0.2.1 vs vendor/assets/stylesheets/bootstrap/_labels.scss in bootstrap-sass-3.0.3.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)