aboutsummaryrefslogtreecommitdiff
path: root/docs/components
AgeCommit message (Collapse)AuthorFilesLines
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
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-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-22put new toggler markup to useMark Otto1-11/+33
2016-12-22fixes #18115: move forward with one naming scheme for inversed color ↵Mark Otto1-6/+6
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
2016-12-22make more examples responsiveMark Otto1-57/+71
2016-12-22remove now unneeded collapse sectionMark Otto1-50/+0
2016-12-22fix colorsMark Otto1-2/+2
2016-12-22add responsive behaviors sectionMark Otto1-0/+78
2016-12-22update responsive behavior in demoMark Otto1-2/+3
2016-12-22unique idsMark Otto1-8/+0
2016-12-22make supported content example responsiveMark Otto1-23/+27
2016-12-22no more .navbar-fullMark Otto1-1/+1
2016-12-22more navbar docs changesMark Otto1-1/+5
2016-12-22cleanup navbar docs for flex changesMark Otto1-39/+27
2016-12-22follow up to #21393: clarify progress docs browser support and remove ie9 ↵Mark Otto1-14/+1
section
2016-12-22Remove IE9 browser hacks. (#21393)Bardi Harborow2-6/+0
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto3-55/+26
* remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
2016-12-20update docs to use .mt-1 on floated labels; clarify docs for guidanceMark Otto1-5/+5