aboutsummaryrefslogtreecommitdiff
path: root/less/grid.less
AgeCommit message (Collapse)AuthorFilesLines
2013-06-08Another grid updateMark Otto1-32/+41
* Update docs to include table of grid levels and behaviors * Change from .col-md to .col-sm to match existing size variables we use elsewhere * Keep .col-lg as-is though for simplicity as we won't likely add a fourth level of the grid * Combine responsive .container breakpoints with grid breakpoints in grid.less * Other misc docs updates
2013-06-03restore .col-*-12 classes for nowMark Otto1-1/+6
2013-06-03prep for less 1.4 with double parens in functionsMark Otto1-66/+66
2013-06-03fixes #8066: add missing % functions to grid less codeMark Otto1-22/+22
2013-06-02Move the grid offset, push, and pull classes to be tablets-up instead of ↵Mark Otto1-15/+15
desktop-up
2013-06-02Grid updatesMark Otto1-12/+101
- Removed mixins for generating grid classes - Thus, we manually declare every grid class, from 1-11 (12th unit is excluded as that's the same as no grid columns) - No more need for `.col` base class (yay!) - Negative indent the rows at tablets and above once again (ugh, still working through this part) - Add support for `.col-md` for tablet-specific grid columns - Still need to figure out offsets, pushes, and pulls on other devices—right now only available on desktop
2013-05-27Adding variables for container sizesAristeides Stathopoulos1-3/+3
2013-05-27using screen-size variables for gridsAristeides Stathopoulos1-3/+3
2013-05-16More row change ups:Mark Otto1-4/+0
* No more negative side margins * However, keep the negative margin for nested rows
2013-05-03use @screen-small var in grid.lessChris Rebert1-1/+1
Per comment by @nextgenthemes on/in cd06c5baac64a366
2013-04-30outdent the rows for tablets and aboveMark Otto1-0/+4
2013-04-28Merge pull request #7704 from twitter/bs3_moar_grid_changesMark Otto1-12/+18
BS3: Overhaul grid system once more
2013-04-27Adding media queries breakpoints variablesKevin1-3/+3
2013-04-26Back to two grid classes, .col and .col-lg-*Mark Otto1-12/+18
2013-04-02Add small grid for phones and tabletsMark Otto1-2/+10
2013-03-26New grid classesMark Otto1-3/+3
2013-03-15Overhaul the grid system and its docsMark Otto1-15/+4
* 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
2013-03-14Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-4/+4
Conflicts: less/grid.less
2013-03-10Set border-box globally insteadMark Otto1-4/+0
2013-03-06make less files compile with strict maths in 1.4.0Luke Page1-4/+4
2013-03-03fix row change at breakpointMark Otto1-0/+4
2013-01-17Simplify and bring back the grid mixin for generating spans and offsetsMark Otto1-33/+6
2013-01-17Update nav and add bounds for tablet containerMark Otto1-0/+4
2013-01-17Move grid/container styles to grid.less; update docs; add offsetting backMark Otto1-0/+50
2013-01-16Add in responsive for 1200px+ layout; increase padding for that viewport sizeMark Otto1-1/+0
2013-01-16Prevent grids from collapsing, fix affixed side nav for docsMark Otto1-0/+1
2013-01-15mobile-first navs, navbar, grids, and typeMark Otto1-1/+16
2012-12-20remove .hide specificity override from grid classesMark Otto1-4/+0
2012-11-30Remove more fluid grid stuffMark Otto1-0/+1
* No more fluid layout * No fluid grid overrides for tables.less * No more fluid example page
2012-11-30grid vars updatedMark Otto1-1/+1
2012-11-30Refine containers and navbarsMark Otto1-3/+3
* Don't reset width on .container, .navbar-* .container, etc * Instead, use max-width to ensure proper styling for all navbars
2012-09-25remove remaining fluid grid cssMark Otto1-4/+2
2012-08-28remake the box-size grid, nuke fluid grid docs, fix up examples, clean up ↵Mark Otto1-4/+6
form styles
2012-07-29fixes #3694: provide override classes for .hide and .pull-right for grid columnsMark Otto1-1/+12
2012-06-28standardize top level file commentsMark Otto1-0/+5
2012-02-21rewrite the grid system. Clean shit up tons - only generate 12 columns by ↵Jacob Thornton1-5/+2
default - custom builder will do differently if you request it.
2012-01-30overhaul grid mixins and variables, standardize fluid grid system and enable ↵Mark Otto1-77/+4
it across responsive layouts
2012-01-29move vars and mixins for default grid back to appropriate filesMark Otto1-25/+0
2012-01-29last minute addition of a simple fluid grid for our fluid examples; it needs ↵Mark Otto1-4/+69
work, so we're not documenting it now
2012-01-26moving structure around + more work on builder...Jacob Thornton1-0/+41