1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 12:21:35 +02:00

Fixes #13616: Add custom gutter support to containers

This commit is contained in:
Mark Otto
2014-06-10 00:24:23 -07:00
parent 0a3fe8c79b
commit e06970948b
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -3,7 +3,7 @@
// Generate semantic grid columns with these mixins. // Generate semantic grid columns with these mixins.
// Centered container element // Centered container element
.container-fixed() { .container-fixed(@gutter: @grid-gutter-width) {
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
padding-left: (@grid-gutter-width / 2); padding-left: (@grid-gutter-width / 2);