mirror of https://github.com/twbs/bootstrap.git
Drop .jumbotron-hr
- Closes #21760 - No longer needed since we have an rgba() value for this element, so it naturally darkens
This commit is contained in:
parent
9a475730dc
commit
cf2de1fd05
|
@ -9,10 +9,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron-hr {
|
|
||||||
border-top-color: darken($jumbotron-bg, 10%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.jumbotron-fluid {
|
.jumbotron-fluid {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|
Loading…
Reference in New Issue