diff options
| author | Mark Otto <[email protected]> | 2014-11-07 23:01:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-07 23:01:20 -0800 |
| commit | 8fbb2bbbd17449205339553ffdcf8e87c4354630 (patch) | |
| tree | 9661aa58e59d8024a9472be43fb26ba82e03dc3f /docs/dist/css/bootstrap.css | |
| parent | 2862c30320e8a1c0499f4bd83141e0c6cd959f1e (diff) | |
| download | bootstrap-8fbb2bbbd17449205339553ffdcf8e87c4354630.tar.xz bootstrap-8fbb2bbbd17449205339553ffdcf8e87c4354630.zip | |
Fixes #14979: Override .jumbotron padding within .container-fluid to match .container
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 40318b3ea..862056353 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -4675,7 +4675,8 @@ a.list-group-item.active > .badge, .jumbotron { padding: 48px 0; } - .container .jumbotron { + .container .jumbotron, + .container-fluid .jumbotron { padding-right: 60px; padding-left: 60px; } |
