diff options
| author | Mark Otto <[email protected]> | 2014-06-10 00:24:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-10 00:24:23 -0700 |
| commit | e06970948b963fa2fb11583533f726a3a8051967 (patch) | |
| tree | 5d6278c00d3582896e12402ee4cfc00399d81834 /less | |
| parent | 0a3fe8c79bd8c0a2b78fbf6271d97a5e3fa6c6b1 (diff) | |
| download | bootstrap-e06970948b963fa2fb11583533f726a3a8051967.tar.xz bootstrap-e06970948b963fa2fb11583533f726a3a8051967.zip | |
Fixes #13616: Add custom gutter support to containers
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins/grid.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins/grid.less b/less/mixins/grid.less index c2c6f0e75..5ad8273be 100644 --- a/less/mixins/grid.less +++ b/less/mixins/grid.less @@ -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); |
