aboutsummaryrefslogtreecommitdiff
path: root/docs/layout/grid.md
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-742/+0
2017-05-27update layout pagesMark Otto1-8/+2
2017-05-26update equal-width numbering in docs (#22697)Mike Cooper1-3/+3
2017-03-26fixes #22111Mark Otto1-2/+2
- add .col-*-auto to the extend in our grid framework mixins so it gets padding - this means we can avoid the col-12 classes in our docs for the responsive variants
2017-03-26git that a link too for nowMark Otto1-0/+2
2017-03-26add example and document bug behavior to fix #21967Mark Otto1-0/+16
2017-03-26fixes #22133Mark Otto1-1/+2
2017-03-26doh forgot to saveMark Otto1-1/+1
2017-03-26clarify docs a bit more and remove some words; closes #21683Mark Otto1-4/+4
2017-03-26Redo semantic grid example and make it real in the docsMark Otto1-17/+18
2017-03-26clean up mixin docsMark Otto1-48/+6
2017-03-05update instances of old classes in the docsMark Otto1-2/+2
2017-02-27Fix broken links.Bardi Harborow1-1/+1
2017-01-24Rename order utilities to intended class names (#21739)Mark Otto1-3/+3
* rename order utilities to intended class names * Documentation fixes.
2017-01-21Update grid layout docs (#21806)Marcus Molchany1-1/+1
Update Mix and match section with correct responsive classes for stacking cols.
2017-01-05Update broken links.Bardi Harborow1-1/+1
2016-12-31Move .table-responsive from wrapper to .tableQuy1-72/+70
2016-12-27Document how to break equal width cols to multiple rowsMark Otto1-0/+16
Fixes #21287
2016-12-27fixes #21445Mark Otto1-3/+3
remove broken example class from grid docs
2016-12-24remove old flex utils, update docs to matchMark Otto1-13/+13
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-220/+427
* remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
2016-11-27Rename `.col-xs` to `.col` + some other cleanup (#21222)Starsam801-2/+3
* Use `breakpoint-min` instead of a counter * Remove 'xs' from flexbox grid
2016-11-26Remove 'xs' from text utilities (#21217)Starsam801-5/+5
2016-11-26Add .no-gutters option to remove gutters from rows (#21211)Mark Otto1-1/+30
Fixes #19107.
2016-11-04Update docs to reflect new breakpoint naming conventionEric Nolte1-23/+23
2016-10-09Merge pull request #20864 from twbs/fix-20688Mark Otto1-1/+1
Update the grid table heading to clarify max width over width
2016-10-09Update grid docs mention of gutter width value (no more rems for awhile now)Mark Otto1-1/+1
2016-10-09Update grid docs to use new values for grid breakpoints and containersMark Otto1-8/+8
2016-10-09Update the grid table heading to clarify max width over widthMark Otto1-1/+1
Fixes #20688
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-1/+1
2016-10-02fix typosMark Otto1-4/+4
2016-10-02Merge branch 'customizable-grid-gutters-per-breakpoint' of ↵Mark Otto1-14/+41
https://github.com/pixelbandito/bootstrap into pixelbandito-customizable-grid-gutters-per-breakpoint
2016-10-02v4: Social meta tags (#20825)Mark Otto1-0/+1
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
2016-09-13Add breakpoint-specific gutters.Kovah1-14/+41
2016-09-12Grid mixins docs should match source code (#20705)Nick1-8/+10
2016-07-2530px not 15pxMark Otto1-1/+1
2016-07-25Customizing grid docs updates to followup on #19099Mark Otto1-2/+13
- More details on columns and gutters - Break it into clear sections
2016-07-25One more follow up to #19099, #20349, and #20361Mark Otto1-20/+20
Remove mention of base class and fix grid examples
2016-07-23Merge branch 'v4-dev' into v4-grid-fixesMark Otto1-1/+1
2016-07-23Follow-up to #19099 for grid fixesMark Otto1-15/+17
- Restores two-mixin approach to generating semantic grid columns (now with 'make-col-ready' and 'make-col') - Removes need for .col-xs-12 by restoring the mass list of all grid tier classes to set position, min-height, and padding - Adds an initial 'width: 100%' to flexbox grid column prep (later overridden by the column sizing in 'flex' shorthand or 'width') to prevent flexbox columns from collapsing in lower viewports
2016-07-20Replace renamed classes in grid push/pull example (#20330)Raphael Luba1-1/+1
The example for column ordering still referenced the old push/pull class names.
2016-02-08Grid docs: Remove !default from SCSS snippetsChris Rebert1-2/+2
Fixup for fb4f5f0bf1e22f707bdd16880fe19328df091bde [skip sauce]
2016-02-06document how to customize grid tiersMark Otto1-0/+22
2016-02-06update grid vars docsMark Otto1-4/+10
2016-02-06formattingMark Otto1-2/+1
2016-02-06flip things around again, no more base class, try out some new stuff to keep ↵Mark Otto1-58/+58
responsive flex grid working
2016-02-06Merge branch 'v4-dev' into v4-grid-reduxMark Otto1-5/+22
2016-02-06Update grid docs to include new required .col base classMark Otto1-60/+60
2016-02-06Update grid mixins code snippets in the docs to include flexbox changesMark Otto1-5/+22
2015-12-09Remove !default Scss flag in docs grid examplevsn4ik1-1/+1