| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-03-19 | fixes #21920 | Mark Otto | 1 | -3/+3 | |
| 2017-03-19 | document it | Mark Otto | 1 | -0/+27 | |
| 2017-03-19 | Fix justified nav styles and update nav docs for fill/justify | Mark Otto | 1 | -0/+22 | |
| - Justified and fill nav variants need .nav-item classes on the anchors in addition to .nav-link - Fix broken styles for the .nav-justified class which wasn't actually doing what we needed it to | |||||
| 2017-03-19 | link to caniuse for context | Mark Otto | 1 | -1/+1 | |
| 2017-03-19 | Change duplicate id. | Bardi Harborow | 1 | -2/+2 | |
| 2017-03-18 | add header and footer to example | Mark Otto | 1 | -0/+2 | |
| 2017-03-18 | fixes #21584 | Mark Otto | 1 | -4/+4 | |
| - revert back to display block for list items to prevent unwanted behaviors - fixes a handful of other linked issues (see main thread) - updates docs to include more utilities for the one example | |||||
| 2017-03-07 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 3 | -4/+4 | |
| 2017-03-02 | Fixed spelling error. (#22102) | Alex Neises | 1 | -1/+1 | |
| 2017-03-02 | Fix spelling error. | Sam Rapaport | 1 | -1/+1 | |
| 2017-02-27 | Fix broken links. | Bardi Harborow | 2 | -2/+2 | |
| 2017-02-26 | add more grid layout options | Mark Otto | 1 | -1/+49 | |
| 2017-02-12 | use secondary buttons instead of primary ones for a bit better example of styles | Mark Otto | 1 | -6/+6 | |
| 2017-02-09 | Change 'has no affect' to 'has no effect' | Matt Eason | 1 | -1/+1 | |
| 2017-02-04 | Fixes #21892 | Mark Otto | 1 | -2/+2 | |
| 2017-01-16 | Specify card component is necessary for accordion behavior (#21746) | Erin Brown | 1 | -1/+1 | |
| - It is unclear that the use of the card component is necessary when extending the collapse behavior to behave like an accordion. | |||||
| 2017-01-15 | Add doc example with badge links (#21674) | Pierre-Denis Vanduynslager | 1 | -0/+13 | |
| 2017-01-15 | Add alert divider (<hr>) example in docs (#21673) | Pierre-Denis Vanduynslager | 1 | -1/+2 | |
| * Add alert divider (<hr />)example in docs * <hr/> => <hr> per @vsn4ik suggestion | |||||
| 2017-01-12 | Merge pull request #21671 from vanduynslagerp/fix-21665 | Patrick H. Lauke | 1 | -1/+1 | |
| Fix modal id in doc example (Fix #21665) | |||||
| 2017-01-11 | Remove incorrect aria-multiselectable | Patrick H. Lauke | 1 | -1/+1 | |
| Closes https://github.com/twbs/bootstrap/issues/21635 | |||||
| 2017-01-11 | Fix modal id in doc | Pierre-Denis Vanduynslager | 1 | -1/+1 | |
| 2017-01-05 | Doc updates (#21542) | Quy | 5 | -8/+8 | |
| * Change it's to its. * Fix links * Fix typos | |||||
| 2017-01-05 | Update broken links. | Bardi Harborow | 3 | -3/+3 | |
| 2017-01-04 | Update custom content example for list group to use utils so the layout ↵ | Mark Otto | 1 | -10/+22 | |
| doesn't break | |||||
| 2017-01-04 | Fix progress doc markup | Pierre-Denis Vanduynslager | 1 | -1/+1 | |
| 2017-01-03 | fixes #21454 by revamping some docs styles for dropdowns | Mark Otto | 1 | -31/+29 | |
| 2017-01-03 | Update sizing links | Quy | 2 | -2/+2 | |
| 2017-01-02 | update docs and examples to use new utils | Mark Otto | 1 | -3/+9 | |
| 2017-01-02 | fixes #21509: remove reference to .card-deck-wrapper | Mark Otto | 1 | -1/+1 | |
| 2017-01-01 | Change .in to .show (#21500) | Quy | 1 | -1/+1 | |
| 2017-01-01 | Fix carousel markup | Quy | 1 | -4/+4 | |
| 2016-12-31 | Move .table-responsive from wrapper to .table | Quy | 6 | -486/+463 | |
| 2016-12-30 | add example of width util | Mark Otto | 1 | -1/+9 | |
| 2016-12-30 | Rewrite progress component without <progress> element | Mark Otto | 1 | -30/+98 | |
| - <progress> element didn't allow animation, labels overlaid, multiple bars, etc. - Revamps CSS to use something more similar to v3's implementation - Ditches variant mixin for `bg-` utils - Rebuilds docs to match, including adding a new Height section for customizing that. Only potential remaining todo is adding `.sr-only` instances to within the bar. Unsure if that's necessary. | |||||
| 2016-12-29 | Drop IE9 callout | Quy | 1 | -6/+0 | |
| 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 | 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 | |
