| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2016-10-24 | Add documentation for col-{breakpoint}-auto | Alan Mooiman | 1 | -0/+31 | |
| 2016-10-09 | Merge pull request #20864 from twbs/fix-20688 | Mark Otto | 1 | -1/+1 | |
| Update the grid table heading to clarify max width over width | |||||
| 2016-10-09 | Merge pull request #20684 from twbs/v4-utils | Mark Otto | 1 | -5/+5 | |
| v4: The Utilities Update | |||||
| 2016-10-09 | Merge branch 'v4-dev' into v4-utils | Mark Otto | 5 | -21/+77 | |
| 2016-10-09 | Update grid docs mention of gutter width value (no more rems for awhile now) | Mark Otto | 1 | -1/+1 | |
| 2016-10-09 | Update grid docs to use new values for grid breakpoints and containers | Mark Otto | 1 | -8/+8 | |
| 2016-10-09 | Update the grid table heading to clarify max width over width | Mark Otto | 1 | -1/+1 | |
| Fixes #20688 | |||||
| 2016-10-03 | Fix broken/redirected links, moving to HTTPS where possible. (#20557) | Bardi Harborow | 2 | -4/+4 | |
| 2016-10-02 | fix typos | Mark Otto | 1 | -4/+4 | |
| 2016-10-02 | Merge branch 'customizable-grid-gutters-per-breakpoint' of ↵ | Mark Otto | 1 | -14/+41 | |
| https://github.com/pixelbandito/bootstrap into pixelbandito-customizable-grid-gutters-per-breakpoint | |||||
| 2016-10-02 | v4: Social meta tags (#20825) | Mark Otto | 5 | -0/+5 | |
| * 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-13 | Add breakpoint-specific gutters. | Kovah | 1 | -14/+41 | |
| 2016-09-12 | Grid mixins docs should match source code (#20705) | Nick | 1 | -8/+10 | |
| 2016-09-11 | Fixes #19466: Document the flexbox order utils (#20697) | Mark Otto | 1 | -0/+22 | |
| 2016-09-08 | Update docs to use new spacing util class names | Mark Otto | 1 | -5/+5 | |
| 2016-08-21 | Merge pull request #20475 from califrench/patch-1 | Mark Otto | 1 | -1/+12 | |
| Updated docs with extra auto resize example | |||||
| 2016-08-19 | add some margin utils | Mark Otto | 1 | -5/+5 | |
| 2016-08-06 | Updated docs with extra auto resize example | Scott Gauthreaux | 1 | -1/+12 | |
| I updated the doc with an example of a flex layout of 3 columns where the center column is specified as a `.col-xs-5` to show that other columns will resize no matter what the width of the center column. Experienced bootstrap developers will expect to have to use an even number for the center column width when in reality any size will work. I believe this is quite useful information and doesn't add too much to the docs. Another option would be to make that initial example a `.col-xs-5` instead of a `.col-xs-6` to highlight this fact in the first place. | |||||
| 2016-07-26 | Enable flexbox grid CSS on our docs page | Mark Otto | 1 | -1/+1 | |
| - Creates new flexbox grid Sass file in our docs assets - Updates the Gruntfile to compile said new Sass file and minify the output - Update notice on flexbox docs page for how it works - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features) | |||||
| 2016-07-25 | 30px not 15px | Mark Otto | 1 | -1/+1 | |
| 2016-07-25 | Customizing grid docs updates to followup on #19099 | Mark Otto | 1 | -2/+13 | |
| - More details on columns and gutters - Break it into clear sections | |||||
| 2016-07-25 | One more follow up to #19099, #20349, and #20361 | Mark Otto | 1 | -20/+20 | |
| Remove mention of base class and fix grid examples | |||||
| 2016-07-23 | Merge branch 'v4-dev' into v4-grid-fixes | Mark Otto | 1 | -1/+1 | |
| 2016-07-23 | Follow-up to #19099 for grid fixes | Mark Otto | 1 | -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-20 | Replace renamed classes in grid push/pull example (#20330) | Raphael Luba | 1 | -1/+1 | |
| The example for column ordering still referenced the old push/pull class names. | |||||
| 2016-07-12 | Remove trailing space. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2016-06-12 | Fixes #17089 a bit | Mark Otto | 1 | -5/+14 | |
| 2016-04-24 | Update overview.md | Bass Jobsen | 1 | -0/+1 | |
| endtag for the highlight | |||||
| 2016-04-24 | Update overview.md | Bass Jobsen | 1 | -0/+42 | |
| add the `@include media-breakpoint-only()` and `@include media-breakpoint-between` mixins | |||||
| 2016-02-08 | Grid docs: Remove !default from SCSS snippets | Chris Rebert | 1 | -2/+2 | |
| Fixup for fb4f5f0bf1e22f707bdd16880fe19328df091bde [skip sauce] | |||||
| 2016-02-06 | document how to customize grid tiers | Mark Otto | 1 | -0/+22 | |
| 2016-02-06 | update grid vars docs | Mark Otto | 1 | -4/+10 | |
| 2016-02-06 | formatting | Mark Otto | 1 | -2/+1 | |
| 2016-02-06 | More grid updates | Mark Otto | 1 | -12/+30 | |
| - Flexbox responsive behavior fixed with specific .col-{breakpoint} classes now added - Dropped the make-col mixin in favor of a column-basics placeholder that we can extend across our grid infrastructure - Updated docs to use required .col-xs-12 (as a safeguard for when folks enable flexbox mode--this isn't necessary in default grid mode) - Update flexbox grid docs to include responsive docs, tweak some other bits too | |||||
| 2016-02-06 | flip things around again, no more base class, try out some new stuff to keep ↵ | Mark Otto | 2 | -87/+97 | |
| responsive flex grid working | |||||
| 2016-02-06 | document horizontal flex utils, update the classes for the middle vertical ones | Mark Otto | 1 | -2/+53 | |
| 2016-02-06 | Add vertical alignment docs for flexbox grid | Mark Otto | 1 | -0/+62 | |
| 2016-02-06 | Merge branch 'v4-dev' into v4-grid-redux | Mark Otto | 1 | -5/+22 | |
| 2016-02-06 | Add flexbox grid page to the docs (still more content to add) | Mark Otto | 1 | -0/+71 | |
