| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-28 | update all examples | Mark Otto | 10 | -40/+32 | |
| 2016-12-28 | reorder classes because i like it this way :p | Mark Otto | 1 | -12/+12 | |
| 2016-12-28 | dedupe | Mark Otto | 1 | -1/+0 | |
| 2016-12-28 | clarify need for .navbar-toggleable classes | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | drop the flex-grow: 10 in favor of auto margin utils | Mark Otto | 1 | -7/+7 | |
| 2016-12-28 | drop the .nav base class from .navbar-nav | Mark Otto | 1 | -10/+10 | |
| 2016-12-28 | no float utils, use class name | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | better describe example | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | consistent punctuation | Mark Otto | 1 | -2/+2 | |
| it's important, yo | |||||
| 2016-12-28 | Merge branch 'v4-dev' into v4-docs-streamlined | Mark Otto | 148 | -9122/+12887 | |
| 2016-12-28 | grunt | Mark Otto | 7 | -430/+233 | |
| 2016-12-28 | add alignment docs with flex utils | Mark Otto | 1 | -4/+27 | |
| 2016-12-28 | simpler sizing examples | Mark Otto | 1 | -13/+14 | |
| 2016-12-28 | rogue extra line break | Mark Otto | 1 | -1/+0 | |
| 2016-12-28 | redo active and disabled docs snippets | Mark Otto | 1 | -22/+17 | |
| - remove screen reader stuff in favor of explicit labels - remove 4 and 5 items to keep examples simpler | |||||
| 2016-12-28 | add a working with icons example | Mark Otto | 1 | -3/+5 | |
| frees us up to not have to encourage so much markup throughout these pagination examples | |||||
| 2016-12-28 | redo main example to work in screen reader love instead of putting it in a ↵ | Mark Otto | 1 | -7/+15 | |
| callout | |||||
| 2016-12-28 | redo intro paragraph | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | update docs to improve contextual classes section | Mark Otto | 1 | -1/+14 | |
| 2016-12-28 | Revamp list group states and docs to match | Mark Otto | 1 | -38/+51 | |
| - Overhauls the states, including the link/button variants, for list groups to better match how we handle .btn states. - Moved the .list-group-item-action styles before the .list-group-item so that we don't have to do as much overriding. - Removed the plain-hover-focus mixins from the disabled and active states since they're unnecessary. - Added support for :active states on the .list-group-item-action variant (for the current click state). - Removed the heading and text classes and variables since we can accomplish the same thing with utilities. - Added support for :disabled on the .list-group-item-action as well since we can use those with button elements. - Rearranged docs to reflect all the above changes. - Reformatted some Sass variables. | |||||
| 2016-12-28 | update to migration docs | Mark Otto | 1 | -31/+16 | |
| 2016-12-27 | follow up to the fix for #20506 with some docs examples of input groups in ↵ | Mark Otto | 1 | -0/+30 | |
| button toolbars | |||||
| 2016-12-27 | revamp button group with flexbox | Mark Otto | 1 | -3/+15 | |
| 2016-12-27 | update example with brand and new util | Mark Otto | 1 | -1/+2 | |
| 2016-12-27 | Fix grammatical/typo errors | Quy | 1 | -3/+3 | |
| 2016-12-27 | grunt | Mark Otto | 5 | -12/+10 | |
| 2016-12-27 | Don't show `.bd-*` classes to the user (#21443) | Starsam80 | 1 | -1/+11 | |
| * Don't show `bd-*` classes to the user * Add comments and another regex | |||||
| 2016-12-27 | Document how to break equal width cols to multiple rows | Mark Otto | 1 | -0/+16 | |
| Fixes #21287 | |||||
| 2016-12-27 | grunt | Mark Otto | 9 | -9/+10 | |
| 2016-12-27 | fixes #21445 | Mark Otto | 2 | -14/+3 | |
| remove broken example class from grid docs | |||||
| 2016-12-26 | more flexbox docs | Mark Otto | 1 | -2/+45 | |
| 2016-12-26 | follow up to #21436 to add docs for the .flex-row-reverse , ↵ | Mark Otto | 1 | -48/+100 | |
| .flex-column-reverse, and .flex-wrap-reverse | |||||
| 2016-12-26 | grunt | Mark Otto | 4 | -3/+101 | |
| 2016-12-26 | Remove Meteor install instructions. | Bardi Harborow | 1 | -6/+0 | |
| 2016-12-25 | grunt | Mark Otto | 6 | -17/+34 | |
| 2016-12-25 | throw some margin utils to fix spacing | Mark Otto | 1 | -1/+1 | |
| 2016-12-25 | space that out a smidge | Mark Otto | 1 | -1/+1 | |
| 2016-12-25 | grunt | Mark Otto | 9 | -164/+177 | |
| 2016-12-25 | Remove some leftover IE9/flex stuff | Starsam80 | 3 | -1382/+0 | |
| 2016-12-25 | flex the modal header so we can remove custom styles | Mark Otto | 1 | -12/+11 | |
| updates the dom order in our docs to match (floated content comes first, but no need for that in flexbox) | |||||
| 2016-12-25 | document it all, add align items examples | Mark Otto | 1 | -2/+30 | |
| 2016-12-25 | reorder docs | Mark Otto | 1 | -63/+62 | |
| 2016-12-25 | stub out some docs | Mark Otto | 1 | -0/+13 | |
| 2016-12-24 | grunt | Mark Otto | 1 | -1/+1 | |
| 2016-12-24 | Update IE9 support (#21424) | Quy | 1 | -2/+2 | |
| 2016-12-24 | grunt | Mark Otto | 14 | -2061/+828 | |
| 2016-12-24 | fixes #21423 by updating docs to mention flex display instead of ↵ | Mark Otto | 1 | -1/+1 | |
| inline-block; clarifies follow-up text about use of the proper utilities | |||||
| 2016-12-24 | dedupe | Mark Otto | 1 | -3/+3 | |
| 2016-12-24 | started fixing nested .bd-example stuff, then rewrote the modal docs | Mark Otto | 1 | -158/+278 | |
| - better table of contents and overall structure - clearer examples of modal contents, longer modals, and modal options | |||||
| 2016-12-24 | nest modal examples css | Mark Otto | 1 | -15/+17 | |
