Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorRichard Lindner <rlindner81@gmail.com>2015-07-07 23:50:09 +0300
committerRichard Lindner <rlindner81@gmail.com>2015-07-07 23:50:09 +0300
commitba0ea92623a5079028b744d2fda1f42a1d37ac17 (patch)
tree69f79315057971b9df3774437a120894d42981b7 /less
parentcb7f569262acaf5d0d6c001146855eb595ffdd20 (diff)
fixes https://github.com/twbs/bootstrap/issues/16779
Diffstat (limited to 'less')
-rw-r--r--less/jumbotron.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/less/jumbotron.less b/less/jumbotron.less
index fa80a38c66..1d9b515b38 100644
--- a/less/jumbotron.less
+++ b/less/jumbotron.less
@@ -28,6 +28,8 @@
.container &,
.container-fluid & {
border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container
+ padding-left: (@grid-gutter-width / 2);
+ padding-right: (@grid-gutter-width / 2);
}
.container {