]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes https://github.com/twbs/bootstrap/issues/16779 16780/head
authorRichard Lindner <rlindner81@gmail.com>
Tue, 7 Jul 2015 20:50:09 +0000 (22:50 +0200)
committerRichard Lindner <rlindner81@gmail.com>
Tue, 7 Jul 2015 20:50:09 +0000 (22:50 +0200)
less/jumbotron.less

index fa80a38c66c052a18a7a080201d3273cb2cde170..1d9b515b3861970b64adbcf07b17453257829997 100644 (file)
@@ -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 {