vendor/assets/stylesheets/bootstrap/_jumbotron.scss in bootstrap-sass-3.1.1.0 vs vendor/assets/stylesheets/bootstrap/_jumbotron.scss in bootstrap-sass-3.1.1.1
- old
+ new
@@ -17,9 +17,13 @@
margin-bottom: ($jumbotron-padding / 2);
font-size: $jumbotron-font-size;
font-weight: 200;
}
+ > hr {
+ border-top-color: darken($jumbotron-bg, 10%);
+ }
+
.container & {
border-radius: $border-radius-large; // Only round corners at higher resolutions if contained in a container
}
.container {