diff options
| author | Mark Otto <[email protected]> | 2014-08-27 23:01:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-27 23:01:58 -0700 |
| commit | 0a816e009f5596e4a73afe4380372bf8c16e55cb (patch) | |
| tree | 7e9b6f7491c8841027f8d307d4dcac95839f1929 /dist/css/bootstrap.css | |
| parent | a25b866ec7afd7cce613d24c9f5a1955eedc1277 (diff) | |
| download | bootstrap-0a816e009f5596e4a73afe4380372bf8c16e55cb.tar.xz bootstrap-0a816e009f5596e4a73afe4380372bf8c16e55cb.zip | |
Fixes #14337: Round .jumbotron corners within .container and .container-fluid
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 22ccc32ef..53a681c07 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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 { |
