Skip to content

Commit

Permalink
Fixes #13616: Add custom gutter support to containers
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jun 10, 2014
1 parent 0a3fe8c commit e069709
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/css/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion less/mixins/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Generate semantic grid columns with these mixins.

// Centered container element
.container-fixed() {
.container-fixed(@gutter: @grid-gutter-width) {
margin-right: auto;
margin-left: auto;
padding-left: (@grid-gutter-width / 2);
Expand Down

0 comments on commit e069709

Please sign in to comment.