app/assets/stylesheets/bootstrap/buttons.less in bootstrap-on-rails-0.0.1 vs app/assets/stylesheets/bootstrap/buttons.less in bootstrap-on-rails-0.0.2

- old
+ new

@@ -7,20 +7,18 @@ // -------------------------------------------------- // Core styles .btn { display: inline-block; - padding: @padding-base-vertical @padding-base-horizontal; margin-bottom: 0; // For input.btn - font-size: @font-size-base; font-weight: @btn-font-weight; - line-height: @line-height-base; text-align: center; vertical-align: middle; cursor: pointer; + background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 border: 1px solid transparent; - border-radius: @border-radius-base; white-space: nowrap; + .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @border-radius-base); .user-select(none); &:focus { .tab-focus(); }