aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-12-28update all examplesMark Otto10-40/+32
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-28Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto148-9122/+12887
2016-12-28gruntMark Otto7-430/+233
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-28update to migration docsMark Otto1-31/+16
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-27gruntMark Otto5-12/+10
2016-12-27Don't show `.bd-*` classes to the user (#21443)Starsam801-1/+11
* Don't show `bd-*` classes to the user * Add comments and another regex
2016-12-27Document how to break equal width cols to multiple rowsMark Otto1-0/+16
Fixes #21287
2016-12-27gruntMark Otto9-9/+10
2016-12-27fixes #21445Mark Otto2-14/+3
remove broken example class from grid docs
2016-12-26more flexbox docsMark Otto1-2/+45
2016-12-26follow up to #21436 to add docs for the .flex-row-reverse , ↵Mark Otto1-48/+100
.flex-column-reverse, and .flex-wrap-reverse
2016-12-26gruntMark Otto4-3/+101
2016-12-26Remove Meteor install instructions.Bardi Harborow1-6/+0
2016-12-25gruntMark Otto6-17/+34
2016-12-25throw some margin utils to fix spacingMark Otto1-1/+1
2016-12-25space that out a smidgeMark Otto1-1/+1
2016-12-25gruntMark Otto9-164/+177
2016-12-25Remove some leftover IE9/flex stuffStarsam803-1382/+0
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-25document it all, add align items examplesMark Otto1-2/+30
2016-12-25reorder docsMark Otto1-63/+62
2016-12-25stub out some docsMark Otto1-0/+13
2016-12-24gruntMark Otto1-1/+1
2016-12-24Update IE9 support (#21424)Quy1-2/+2
2016-12-24gruntMark Otto14-2061/+828
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-24nest modal examples cssMark Otto1-15/+17