diff options
| author | Mark Otto <[email protected]> | 2013-03-15 23:21:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-15 23:21:10 -0700 |
| commit | bb38fa52865397e933db95885eb6347ea6d54109 (patch) | |
| tree | e5960ec404067ee40400d530741f5ddc5e7c486c /less/variables.less | |
| parent | 145eb054d9aac82977a339c0253e7bec6ad111d5 (diff) | |
| download | bootstrap-bb38fa52865397e933db95885eb6347ea6d54109.tar.xz bootstrap-bb38fa52865397e933db95885eb6347ea6d54109.zip | |
Overhaul the grid system and its docs
* Add new grid mixins adapted from Preboot (http://github.com/mdo/preboot)
* Drop the @grid-row-width and @grid-column-width variables
* Add the @grid-float-breakpoint variable, as used in Preboot
* Add support for .push* and .pull* classes for column ordering manipulation
* Document all the things
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/less/variables.less b/less/variables.less index ef9ac5a2a..bb73e3dce 100644 --- a/less/variables.less +++ b/less/variables.less @@ -308,11 +308,9 @@ -// GRID +// Grid system // -------------------------------------------------- -// Default 940px grid @grid-columns: 12; -@grid-column-width: 60px; -@grid-gutter-width: 20px; -@grid-row-width: ((@grid-columns * @grid-column-width) + (@grid-gutter-width * (@grid-columns - 1))); +@grid-gutter-width: 30px; +@grid-float-breakpoint: 768px; |
