aboutsummaryrefslogtreecommitdiff
path: root/docs/components
AgeCommit message (Collapse)AuthorFilesLines
2017-03-19fixes #21920Mark Otto1-3/+3
2017-03-19document itMark Otto1-0/+27
2017-03-19Fix justified nav styles and update nav docs for fill/justifyMark Otto1-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-19link to caniuse for contextMark Otto1-1/+1
2017-03-19Change duplicate id.Bardi Harborow1-2/+2
2017-03-18add header and footer to exampleMark Otto1-0/+2
2017-03-18fixes #21584Mark Otto1-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-07Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto3-4/+4
2017-03-02Fixed spelling error. (#22102)Alex Neises1-1/+1
2017-03-02Fix spelling error.Sam Rapaport1-1/+1
2017-02-27Fix broken links.Bardi Harborow2-2/+2
2017-02-26add more grid layout optionsMark Otto1-1/+49
2017-02-12use secondary buttons instead of primary ones for a bit better example of stylesMark Otto1-6/+6
2017-02-09Change 'has no affect' to 'has no effect'Matt Eason1-1/+1
2017-02-04Fixes #21892Mark Otto1-2/+2
2017-01-16Specify card component is necessary for accordion behavior (#21746)Erin Brown1-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-15Add doc example with badge links (#21674)Pierre-Denis Vanduynslager1-0/+13
2017-01-15Add alert divider (<hr>) example in docs (#21673)Pierre-Denis Vanduynslager1-1/+2
* Add alert divider (<hr />)example in docs * <hr/> => <hr> per @vsn4ik suggestion
2017-01-12Merge pull request #21671 from vanduynslagerp/fix-21665Patrick H. Lauke1-1/+1
Fix modal id in doc example (Fix #21665)
2017-01-11Remove incorrect aria-multiselectablePatrick H. Lauke1-1/+1
Closes https://github.com/twbs/bootstrap/issues/21635
2017-01-11Fix modal id in docPierre-Denis Vanduynslager1-1/+1
2017-01-05Doc updates (#21542)Quy5-8/+8
* Change it's to its. * Fix links * Fix typos
2017-01-05Update broken links.Bardi Harborow3-3/+3
2017-01-04Update custom content example for list group to use utils so the layout ↵Mark Otto1-10/+22
doesn't break
2017-01-04Fix progress doc markupPierre-Denis Vanduynslager1-1/+1
2017-01-03fixes #21454 by revamping some docs styles for dropdownsMark Otto1-31/+29
2017-01-03Update sizing linksQuy2-2/+2
2017-01-02update docs and examples to use new utilsMark Otto1-3/+9
2017-01-02fixes #21509: remove reference to .card-deck-wrapperMark Otto1-1/+1
2017-01-01Change .in to .show (#21500)Quy1-1/+1
2017-01-01Fix carousel markupQuy1-4/+4
2016-12-31Move .table-responsive from wrapper to .tableQuy6-486/+463
2016-12-30add example of width utilMark Otto1-1/+9
2016-12-30Rewrite progress component without <progress> elementMark Otto1-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-29Drop IE9 calloutQuy1-6/+0
2016-12-28reorder classes because i like it this way :pMark Otto1-12/+12
2016-12-28dedupeMark Otto1-1/+0
2016-12-28clarify need for .navbar-toggleable classesMark Otto1-1/+1
2016-12-28drop the flex-grow: 10 in favor of auto margin utilsMark Otto1-7/+7
2016-12-28drop the .nav base class from .navbar-navMark Otto1-10/+10
2016-12-28no float utils, use class nameMark Otto1-1/+1
2016-12-28better describe exampleMark Otto1-1/+1
2016-12-28consistent punctuationMark Otto1-2/+2
it's important, yo
2016-12-28add alignment docs with flex utilsMark Otto1-4/+27
2016-12-28simpler sizing examplesMark Otto1-13/+14
2016-12-28rogue extra line breakMark Otto1-1/+0
2016-12-28redo active and disabled docs snippetsMark Otto1-22/+17
- remove screen reader stuff in favor of explicit labels - remove 4 and 5 items to keep examples simpler
2016-12-28add a working with icons exampleMark Otto1-3/+5
frees us up to not have to encourage so much markup throughout these pagination examples
2016-12-28redo main example to work in screen reader love instead of putting it in a ↵Mark Otto1-7/+15
callout
2016-12-28redo intro paragraphMark Otto1-1/+1