aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
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
2016-12-22no more need for thisMark Otto1-5/+0
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
2016-12-22better grouping of card styles docsMark Otto1-3/+7
2016-12-22redo image section for intros and subheadingsMark Otto1-3/+7
2016-12-22retitle nav sectionMark Otto1-0/+5
2016-12-22update alignment section with widthsMark Otto1-0/+29
2016-12-22redo sizing section with utils and grid calloutsMark Otto1-2/+65
2016-12-22redo the supported content section entirely to give it sub sectionsMark Otto1-91/+40
2016-12-22redo docs intro for the exampleMark Otto1-2/+4
2016-12-22New width and height utilsMark Otto1-3/+9
Adding 25%, 50%, and 75% to the mix for later use with cards
2016-12-22gruntMark Otto6-206/+297
2016-12-22redo custom docs navbarMark Otto2-48/+34
2016-12-22streamline example navbars by removing .hidden-* classes on togglersMark Otto7-12/+12
2016-12-22remove .hidden-* classes from .navbar-toggler and make that part of the ↵Mark Otto1-10/+10
.navbar-toggleable-*
2016-12-22couple more utilsMark Otto1-2/+2
2016-12-22more example fixesMark Otto2-20/+22
2016-12-22migrate some notes on over hereMark Otto1-1/+10
2016-12-22put new toggler markup to useMark Otto10-24/+72
2016-12-22fixes #18115: move forward with one naming scheme for inversed color ↵Mark Otto12-19/+28
schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name)
2016-12-22fixes #18053 by removing container padding at lower breakpoints on ↵Mark Otto1-2/+4
responsive navbars
2016-12-22even more utils for formsMark Otto1-2/+2
2016-12-22more margin utils on formsMark Otto1-4/+4
2016-12-22make sure all nav demos for the navbar are using toggleable-* classes for ↵Mark Otto1-50/+87
proper responsive styles