From: Mark Otto Date: Thu, 4 Dec 2014 09:03:41 +0000 (-0800) Subject: no need for .container's max-width: 100% since we use max-width now on all containers X-Git-Tag: v4.0.0-alpha~527 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6fe75ead0701a4419c5a981899c36b73e180e8c9;p=thirdparty%2Fbootstrap.git no need for .container's max-width: 100% since we use max-width now on all containers --- diff --git a/scss/_jumbotron.scss b/scss/_jumbotron.scss index 9b6c3b0038..f3b3520508 100644 --- a/scss/_jumbotron.scss +++ b/scss/_jumbotron.scss @@ -13,10 +13,6 @@ .container-fluid & { @include border-radius($border-radius-lg); // Only round corners at higher resolutions if contained in a container } - - .container { - max-width: 100%; - } } .jumbotron-heading {