2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

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
This commit is contained in:
Mark Otto
2013-03-15 23:21:10 -07:00
parent 145eb054d9
commit bb38fa5286
5 changed files with 252 additions and 81 deletions
+3 -5
View File
@@ -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;