]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
no need for .container's max-width: 100% since we use max-width now on all containers
authorMark Otto <markdotto@gmail.com>
Thu, 4 Dec 2014 09:03:41 +0000 (01:03 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 4 Dec 2014 09:03:41 +0000 (01:03 -0800)
scss/_jumbotron.scss

index 9b6c3b003845b6bae1a9aa644a39e3e466003191..f3b35205089b571b4a51f976e6c6697115508e42 100644 (file)
   .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 {