aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
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
2016-12-24add order docsMark Otto1-0/+12
2016-12-24remove old flex utils, update docs to matchMark Otto6-21/+21
2016-12-24align-self docsMark Otto1-2/+41
2016-12-24document align-content utilsMark Otto1-13/+142
2016-12-24change presentation of those utils docsMark Otto1-35/+68
2016-12-24document justify-content and align-items utilsMark Otto1-0/+65
2016-12-24indentationMark Otto1-15/+15
2016-12-24remove the table classes in favor of listsMark Otto1-93/+0
2016-12-24try out alt responsive variation listsMark Otto1-9/+16
2016-12-24add docs class for highlightingMark Otto1-0/+5
2016-12-24Start to blow out and document more flexbox utilitiesMark Otto3-0/+226
- Adds new flexbox.md file to utilities docs - Adds a `breakpoints.yml` data file for easier output of responsive classes in the docs. Will put this to use on other pages soon. - Adds hella flex utils. There are some dupes for now, but they'll get removed in time.
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-24pull in changes from #19832 to fix offcanvasMark Otto2-4/+14
2016-12-24update navbars in jumbotron, offcanvas, starter examples to flex versionsMark Otto3-34/+93
2016-12-24better/more form spacing in navbarsMark Otto2-6/+6
2016-12-24unify alignment of all these dang navbar formsMark Otto7-38/+38
2016-12-22overhauls media object docsMark Otto1-93/+63
- better copy and examples throughout - callout on flexbug #12 for inline elements like links and images (which is the problem in #20408) - add order section
2016-12-22Merge branch 'flex-cards' into v4-devMark Otto3-138/+267
2016-12-22ughMark Otto1-1/+1
2016-12-22gruntMark Otto10-27/+76
2016-12-22typoMark Otto1-1/+1
2016-12-22margins to separate some cards in examplesMark Otto1-10/+10
2016-12-23Change scope of docs anchor preventDefault to include modals.Bardi Harborow1-1/+1
2016-12-22New width and height utilsMark Otto1-3/+9
Adding 25%, 50%, and 75% to the mix for later use with cards