mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 03:40:10 +00:00
Fixes #14337: Round .jumbotron corners within .container and .container-fluid
This commit is contained in:
parent
a25b866ec7
commit
0a816e009f
3
dist/css/bootstrap.css
vendored
3
dist/css/bootstrap.css
vendored
@ -4655,7 +4655,8 @@ a.list-group-item.active > .badge,
|
|||||||
.jumbotron > hr {
|
.jumbotron > hr {
|
||||||
border-top-color: #d5d5d5;
|
border-top-color: #d5d5d5;
|
||||||
}
|
}
|
||||||
.container .jumbotron {
|
.container .jumbotron,
|
||||||
|
.container-fluid .jumbotron {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.jumbotron .container {
|
.jumbotron .container {
|
||||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -23,7 +23,8 @@
|
|||||||
border-top-color: darken(@jumbotron-bg, 10%);
|
border-top-color: darken(@jumbotron-bg, 10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.container & {
|
.container &,
|
||||||
|
.container-fluid & {
|
||||||
border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container
|
border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user