aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-09-08 10:29:45 -0700
committerMark Otto <[email protected]>2014-09-08 10:29:45 -0700
commitf2783fbf83fc063f85dd89af2d315ae290f7f38b (patch)
treedbc5bd26ae3fce5d0665e317b1ceb7d7518963c1 /dist/css/bootstrap.css
parent48a1308e5dcf3fac575b74174ef07731203e335e (diff)
downloadbootstrap-f2783fbf83fc063f85dd89af2d315ae290f7f38b.tar.xz
bootstrap-f2783fbf83fc063f85dd89af2d315ae290f7f38b.zip
Fixes #14319: Prevent jumbotron reflow by ensuring padding of .container isn't interferred with by .jumbotron side padding
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 96b41aa61..24895181a 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -4634,7 +4634,7 @@ a.list-group-item.active > .badge,
margin-left: 3px;
}
.jumbotron {
- padding: 30px;
+ padding: 30px 15px;
margin-bottom: 30px;
color: inherit;
background-color: #eee;
@@ -4660,8 +4660,7 @@ a.list-group-item.active > .badge,
}
@media screen and (min-width: 768px) {
.jumbotron {
- padding-top: 48px;
- padding-bottom: 48px;
+ padding: 48px 0;
}
.container .jumbotron {
padding-right: 60px;