| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-29 | Rearrange all the docs to allow for a docs/major.minor/ setup | Mark Otto | 4 | -1078/+0 | |
| 2017-05-27 | update layout pages | Mark Otto | 4 | -30/+8 | |
| 2017-05-26 | update equal-width numbering in docs (#22697) | Mike Cooper | 1 | -3/+3 | |
| 2017-03-26 | fixes #22111 | Mark Otto | 1 | -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-26 | git that a link too for now | Mark Otto | 1 | -0/+2 | |
| 2017-03-26 | add example and document bug behavior to fix #21967 | Mark Otto | 1 | -0/+16 | |
| 2017-03-26 | fixes #22133 | Mark Otto | 1 | -1/+2 | |
| 2017-03-26 | doh forgot to save | Mark Otto | 1 | -1/+1 | |
| 2017-03-26 | clarify docs a bit more and remove some words; closes #21683 | Mark Otto | 1 | -4/+4 | |
| 2017-03-26 | Redo semantic grid example and make it real in the docs | Mark Otto | 1 | -17/+18 | |
| 2017-03-26 | clean up mixin docs | Mark Otto | 1 | -48/+6 | |
| 2017-03-05 | add more | Mark Otto | 1 | -1/+1 | |
| 2017-03-05 | fill in docs for layout utils page | Mark Otto | 1 | -0/+10 | |
| 2017-03-05 | update instances of old classes in the docs | Mark Otto | 1 | -2/+2 | |
| 2017-03-05 | Start rearranging the docs for a utilities update | Mark Otto | 2 | -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-27 | Fix broken links. | Bardi Harborow | 1 | -1/+1 | |
| 2017-01-24 | Rename order utilities to intended class names (#21739) | Mark Otto | 1 | -3/+3 | |
| * rename order utilities to intended class names * Documentation fixes. | |||||
| 2017-01-22 | Change to markdown (#21815) | Quy | 1 | -1/+2 | |
| 2017-01-22 | Change header to use markdown (#21809) | Quy | 1 | -1/+2 | |
| Header will now display in the Contents section. | |||||
| 2017-01-21 | Update grid layout docs (#21806) | Marcus Molchany | 1 | -1/+1 | |
| Update Mix and match section with correct responsive classes for stacking cols. | |||||
| 2017-01-15 | Correct xs and sm breakpoint values in responsive utilities docs (#21664) | Amy Gori | 1 | -2/+2 | |
| 2017-01-15 | Remove unused scss variables (#21579) | Pierre-Denis Vanduynslager | 1 | -1/+0 | |
| * Remove unused scss variables * Remove unnecessary space * Remove $zindex-navbar from docs * Re-add $progress-box-shadow | |||||
| 2017-01-06 | Fix media object alignment examples. | Bardi Harborow | 1 | -3/+3 | |
| 2017-01-05 | Update broken links. | Bardi Harborow | 1 | -1/+1 | |
| 2017-01-02 | update rest of docs, remove navbar specific modifiers, fix docs example css | Mark Otto | 1 | -2/+2 | |
| 2016-12-31 | Move .table-responsive from wrapper to .table | Quy | 2 | -216/+210 | |
| 2016-12-31 | tweak a few more things | Mark Otto | 1 | -3/+3 | |
| - adjust some verbiage - change the example to correct some labels and range names | |||||
| 2016-12-31 | minor rephrasing on layout/overview docs | Alice Young | 1 | -3/+3 | |
| 2016-12-27 | Document how to break equal width cols to multiple rows | Mark Otto | 1 | -0/+16 | |
| Fixes #21287 | |||||
| 2016-12-27 | fixes #21445 | Mark Otto | 1 | -3/+3 | |
| remove broken example class from grid docs | |||||
| 2016-12-24 | remove old flex utils, update docs to match | Mark Otto | 1 | -13/+13 | |
| 2016-12-22 | overhauls media object docs | Mark Otto | 1 | -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-21 | Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389) | Mark Otto | 4 | -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-10 | clarify that | Mark Otto | 1 | -1/+1 | |
| 2016-11-27 | Rename `.col-xs` to `.col` + some other cleanup (#21222) | Starsam80 | 2 | -30/+31 | |
| * Use `breakpoint-min` instead of a counter * Remove 'xs' from flexbox grid | |||||
| 2016-11-27 | Rename `.flex-xs-*` and `.flex-items-xs-*` to `.flex-*` and `.flex-items-*` ↵ | Starsam80 | 1 | -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-26 | Remove 'xs' from text utilities (#21217) | Starsam80 | 1 | -5/+5 | |
| 2016-11-26 | Add .no-gutters option to remove gutters from rows (#21211) | Mark Otto | 1 | -1/+30 | |
| Fixes #19107. | |||||
| 2016-11-26 | grid-breakpoint fix | Fumito Mizuno | 1 | -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-25 | Fixes #21195: Add more table of contents to pages with longer contents | Mark Otto | 2 | -0/+10 | |
| 2016-11-16 | Merge pull request #21086 from ETNOL/feature/OmitXsFromGrid | Mark Otto | 3 | -53/+53 | |
| Feature/omit xs from grid | |||||
| 2016-11-09 | Fix broken and redirected links. | Bardi Harborow | 1 | -1/+1 | |
| 2016-11-04 | Update docs to reflect new breakpoint naming convention | Eric Nolte | 3 | -53/+53 | |
| 2016-10-31 | Make spacer utils responsive (#20926) | Mark Otto | 1 | -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-27 | rework flex grid autolayout docs | Mark Otto | 1 | -2/+10 | |
| Adds clearer headings to each section, reworks some copy to be more direct. | |||||
| 2016-10-27 | unrelated change; bold that stuff to emphasize it | Mark Otto | 1 | -2/+2 | |
| 2016-10-27 | Merge branch 'auto-flex-col' of https://github.com/alanmoo/bootstrap into ↵ | Mark Otto | 1 | -0/+31 | |
| alanmoo-auto-flex-col | |||||
| 2016-10-27 | Change variable for modal backdrop zindex, rearrange to be ordered from ↵ | Mark Otto | 1 | -3/+3 | |
| lowest to highest | |||||
| 2016-10-27 | Document our z-index values | Mark Otto | 1 | -0/+20 | |
| Fixes #18532 | |||||
| 2016-10-27 | Fixes #20498: Warn about flexbox bugs in our flex grid docs | Mark Otto | 1 | -0/+1 | |
