aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto4-1078/+0
2017-05-27update layout pagesMark Otto4-30/+8
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-05add moreMark Otto1-1/+1
2017-03-05fill in docs for layout utils pageMark Otto1-0/+10
2017-03-05update instances of old classes in the docsMark Otto1-2/+2
2017-03-05Start rearranging the docs for a utilities updateMark Otto2-243/+21
— Rename display docs page — Move print display utils to display utils page — Drop remaining of responsive utils page as it's being replaced with display utils — Update nav to reflect changes
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-22Change to markdown (#21815)Quy1-1/+2
2017-01-22Change header to use markdown (#21809)Quy1-1/+2
Header will now display in the Contents section.
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-15Correct xs and sm breakpoint values in responsive utilities docs (#21664)Amy Gori1-2/+2
2017-01-15Remove unused scss variables (#21579)Pierre-Denis Vanduynslager1-1/+0
* Remove unused scss variables * Remove unnecessary space * Remove $zindex-navbar from docs * Re-add $progress-box-shadow
2017-01-06Fix media object alignment examples.Bardi Harborow1-3/+3
2017-01-05Update broken links.Bardi Harborow1-1/+1
2017-01-02update rest of docs, remove navbar specific modifiers, fix docs example cssMark Otto1-2/+2
2016-12-31Move .table-responsive from wrapper to .tableQuy2-216/+210
2016-12-31tweak a few more thingsMark Otto1-3/+3
- adjust some verbiage - change the example to correct some labels and range names
2016-12-31minor rephrasing on layout/overview docsAlice Young1-3/+3
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-22overhauls media object docsMark Otto1-93/+63
- better copy and examples throughout - callout on flexbug #12 for inline elements like links and images (which is the problem in #20408) - add order section
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto4-511/+428
* 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-12-10clarify thatMark Otto1-1/+1
2016-11-27Rename `.col-xs` to `.col` + some other cleanup (#21222)Starsam802-30/+31
* Use `breakpoint-min` instead of a counter * Remove 'xs' from flexbox grid
2016-11-27Rename `.flex-xs-*` and `.flex-items-xs-*` to `.flex-*` and `.flex-items-*` ↵Starsam801-14/+14
(#21218) * Clean up _flex.scss a little This commit just cleans up the formating of _flex.scss by changing it so that it uses a single `@include media-breakpoint-up` instead of multiple. It also aligns all of the CSS properties so it looks a bit nicer. * Remove `-xs` from flex classes
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-26grid-breakpoint fixFumito Mizuno1-9/+9
grid-breakpoint for sm is 576px https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss#L186 current document shows 544px, but it should be 576px
2016-11-25Fixes #21195: Add more table of contents to pages with longer contentsMark Otto2-0/+10
2016-11-16Merge pull request #21086 from ETNOL/feature/OmitXsFromGridMark Otto3-53/+53
Feature/omit xs from grid
2016-11-09Fix broken and redirected links.Bardi Harborow1-1/+1
2016-11-04Update docs to reflect new breakpoint naming conventionEric Nolte3-53/+53
2016-10-31Make spacer utils responsive (#20926)Mark Otto1-5/+5
* make spacer utils responsive by grid tier * update scale to add two levels, document them * change responsive spacing utils to avoid the xs abbreviation in the class name for that tier * update code snippet to match source * update usage in our docs * linter * docs updates
2016-10-27rework flex grid autolayout docsMark Otto1-2/+10
Adds clearer headings to each section, reworks some copy to be more direct.
2016-10-27unrelated change; bold that stuff to emphasize itMark Otto1-2/+2
2016-10-27Merge branch 'auto-flex-col' of https://github.com/alanmoo/bootstrap into ↵Mark Otto1-0/+31
alanmoo-auto-flex-col
2016-10-27Change variable for modal backdrop zindex, rearrange to be ordered from ↵Mark Otto1-3/+3
lowest to highest
2016-10-27Document our z-index valuesMark Otto1-0/+20
Fixes #18532
2016-10-27Fixes #20498: Warn about flexbox bugs in our flex grid docsMark Otto1-0/+1