aboutsummaryrefslogtreecommitdiff
path: root/docs/components
AgeCommit message (Collapse)AuthorFilesLines
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
2016-12-28update docs to improve contextual classes sectionMark Otto1-1/+14
2016-12-28Revamp list group states and docs to matchMark Otto1-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-27follow up to the fix for #20506 with some docs examples of input groups in ↵Mark Otto1-0/+30
button toolbars
2016-12-27revamp button group with flexboxMark Otto1-3/+15
2016-12-27update example with brand and new utilMark Otto1-1/+2
2016-12-27Fix grammatical/typo errorsQuy1-3/+3
2016-12-25throw some margin utils to fix spacingMark Otto1-1/+1
2016-12-25space that out a smidgeMark Otto1-1/+1
2016-12-25flex the modal header so we can remove custom stylesMark Otto1-12/+11
updates the dom order in our docs to match (floated content comes first, but no need for that in flexbox)
2016-12-24fixes #21423 by updating docs to mention flex display instead of ↵Mark Otto1-1/+1
inline-block; clarifies follow-up text about use of the proper utilities
2016-12-24dedupeMark Otto1-3/+3
2016-12-24started fixing nested .bd-example stuff, then rewrote the modal docsMark Otto1-158/+278
- better table of contents and overall structure - clearer examples of modal contents, longer modals, and modal options
2016-12-24remove old flex utils, update docs to matchMark Otto2-5/+5
2016-12-24Revamp navs docsMark Otto1-92/+75
- Reorganize things, leading with the base nav first instead of an accessibility note, and then moving the rest to a new available styles section. - Add horizontal alignment options thanks to new flex utils (these new utils will be documented later in another commit). - Dropped `.nav-stacked` for a flex util and added additional alignment options, so document those, too.
2016-12-24better/more form spacing in navbarsMark Otto1-3/+3
2016-12-24unify alignment of all these dang navbar formsMark Otto1-18/+18
2016-12-22margins to separate some cards in examplesMark Otto1-10/+10
2016-12-22final docs cleanup with columns and moreMark Otto1-15/+21
2016-12-22card deck footer exampleMark Otto1-1/+38
2016-12-22add aligned footer exampleMark Otto1-0/+34
2016-12-22redo subheadings and organization of card layout optionsMark Otto1-5/+6