From 0a816e009f5596e4a73afe4380372bf8c16e55cb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 27 Aug 2014 23:01:58 -0700 Subject: Fixes #14337: Round .jumbotron corners within .container and .container-fluid --- dist/css/bootstrap.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') 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 { -- cgit v1.2.3