app/assets/stylesheets/twitter/bootstrap/_scaffolding.scss in bootstrap-sass-rails-3.0.0.3 vs app/assets/stylesheets/twitter/bootstrap/_scaffolding.scss in bootstrap-sass-rails-3.0.1.0

- old
+ new

@@ -35,22 +35,11 @@ font-family: inherit; font-size: inherit; line-height: inherit; } -// Reset unusual Firefox-on-Android default style. -// -// See https://github.com/necolas/normalize.css/issues/214 -button, -input, -select[multiple], -textarea { - background-image: none; -} - - // Links a { color: $link-color; text-decoration: none; @@ -123,8 +112,8 @@ width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; - clip: rect(0 0 0 0); + clip: rect(0,0,0,0); border: 0; }