assets/stylesheets/bootstrap/_scaffolding.scss in bootstrap-sass-3.2.0.4 vs assets/stylesheets/bootstrap/_scaffolding.scss in bootstrap-sass-3.3.0.0

- old
+ new

@@ -50,15 +50,15 @@ text-decoration: none; &:hover, &:focus { color: $link-hover-color; - text-decoration: underline; + text-decoration: $link-hover-decoration; } &:focus { - @include tab-focus(); + @include tab-focus; } } // Figures @@ -77,10 +77,10 @@ vertical-align: middle; } // Responsive images (ensure images don't scale beyond their parents) .img-responsive { - @include img-responsive(); + @include img-responsive; } // Rounded corners .img-rounded { border-radius: $border-radius-large;