2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fixes #14337: Round .jumbotron corners within .container and .container-fluid

This commit is contained in:
Mark Otto
2014-08-27 23:01:58 -07:00
parent a25b866ec7
commit 0a816e009f
4 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -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
}