aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-08-27 23:01:58 -0700
committerMark Otto <[email protected]>2014-08-27 23:01:58 -0700
commit0a816e009f5596e4a73afe4380372bf8c16e55cb (patch)
tree7e9b6f7491c8841027f8d307d4dcac95839f1929 /less
parenta25b866ec7afd7cce613d24c9f5a1955eedc1277 (diff)
downloadbootstrap-0a816e009f5596e4a73afe4380372bf8c16e55cb.tar.xz
bootstrap-0a816e009f5596e4a73afe4380372bf8c16e55cb.zip
Fixes #14337: Round .jumbotron corners within .container and .container-fluid
Diffstat (limited to 'less')
-rw-r--r--less/jumbotron.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/jumbotron.less b/less/jumbotron.less
index 27cd8b81d..55ca42956 100644
--- a/less/jumbotron.less
+++ b/less/jumbotron.less
@@ -23,7 +23,8 @@
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
}