aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-04 01:03:41 -0800
committerMark Otto <[email protected]>2014-12-04 01:03:41 -0800
commit6fe75ead0701a4419c5a981899c36b73e180e8c9 (patch)
tree8f2d282864937699cc18b54d2a61a5dc7a26dca3
parent248e0e40591f6a41b945eb598dca82a1de4c4a2e (diff)
downloadbootstrap-6fe75ead0701a4419c5a981899c36b73e180e8c9.tar.xz
bootstrap-6fe75ead0701a4419c5a981899c36b73e180e8c9.zip
no need for .container's max-width: 100% since we use max-width now on all containers
-rw-r--r--scss/_jumbotron.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/_jumbotron.scss b/scss/_jumbotron.scss
index 9b6c3b003..f3b352050 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 {