mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
Fixes #14337: Round .jumbotron corners within .container and .container-fluid
This commit is contained in:
Vendored
+2
-1
@@ -4655,7 +4655,8 @@ a.list-group-item.active > .badge,
|
||||
.jumbotron > hr {
|
||||
border-top-color: #d5d5d5;
|
||||
}
|
||||
.container .jumbotron {
|
||||
.container .jumbotron,
|
||||
.container-fluid .jumbotron {
|
||||
border-radius: 6px;
|
||||
}
|
||||
.jumbotron .container {
|
||||
|
||||
Reference in New Issue
Block a user