aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-23Move clean-css to npm scripts.Bardi Harborow3-61/+25
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-22small unrelated addition—adds .d-flex-inline utilMark Otto1-0/+1
2016-12-22reduce .media styles to their bare minimumMark Otto1-53/+2
Sets minimum required flex styles (including an explicit starting alignment) and removes everything else. - no need for .media-left and .media-right, we have padding utils - no need for a .media-heading, we have margin - no need for .media-object, we have display utils - no need for .media-list, we have .list-unstyled util
2016-12-22Rename Tags to Badges in commentsQuy1-2/+3
2016-12-22Merge branch 'flex-cards' into v4-devMark Otto5-163/+286
2016-12-22ughMark Otto1-1/+1
2016-12-22gruntMark Otto17-47/+137
2016-12-22typoMark Otto1-1/+1
2016-12-23Move scss-lint to npm scripts.Bardi Harborow3-420/+513
2016-12-22margins to separate some cards in examplesMark Otto1-10/+10
2016-12-22Add color variables for white and black (#21397)Jacob Müller1-66/+68
* Add color variables for white and black Closes #21395.
2016-12-22change card deck margin strategyMark Otto1-6/+6
- Instead of negative left/right margins, we selectively apply margins to the cards as needed. This way the first and last child never receive a left and right margin (respectively), so we don't need to negative indent those at the .card-deck level. - Drops the margin-bottom override on the .card because there's no more default margin there. - Drop the margin-bottom from the .card-deck to match our lack of margins on the card. This and the previous commit fixes #19883.
2016-12-22move to grid gutter width, fixes #21300Mark Otto1-1/+1
2016-12-23Change scope of docs anchor preventDefault to include modals.Bardi Harborow1-1/+1
2016-12-22New width and height utilsMark Otto2-3/+16
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-22switch from block to flexMark Otto1-1/+2
add flex direction too
2016-12-22remove default bottom margin on cardsMark Otto1-1/+0
use utils instead
2016-12-22move the card-block flex action up to all card-blocksMark Otto1-4/+3
this allows us to easily scale card blocks in groups and decks, without repeating it in our css
2016-12-22remove commented out codeMark Otto1-8/+0
2016-12-22comment typoMark Otto1-1/+1
2016-12-22fix commentMark Otto1-1/+1
2016-12-22add card column margin variable instead of relying on a default card marginMark Otto2-0/+2
this assumes no margin on the .card to start (which will follow in a later commit)
2016-12-22add card column count variableMark Otto2-1/+2
2016-12-22Rename card column gap variableMark Otto2-2/+2
2016-12-22New width and height utilsMark Otto2-3/+16
Adding 25%, 50%, and 75% to the mix for later use with cards
2016-12-22lintingMark Otto1-2/+2
2016-12-22text-align doesn't apply here, so we can nuke itMark Otto1-1/+0
2016-12-22Redo controls in flexboxMark Otto1-10/+4
- Drops the absolute positioning of the icons within the left/right controls. We have to keep the controls themselves positioned though since we're overlapping HTML elements here. - No more position, left, right, or margins involved; just some justify-content and align-items. - Add some comments for explaining which flex property-value pair does what. - Remove the unapplied font and line-height stuff now that we're all SVGs and flexbox here.
2016-12-22flexbox powered indicatorsMark Otto2-2/+7
This revamps the indicators to use flexbox instead of inline-block for added flexbility (hah). Indicators now automatically scale based on the number of elements present, and max out at the `$carousel-indicator-width` instead of always being that wide.
2016-12-22start small--set flex instead of block for active itemsMark Otto1-1/+1
2016-12-22gruntMark Otto10-382/+579
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 Otto2-10/+14
.navbar-toggleable-*
2016-12-22couple more utilsMark Otto1-2/+2
2016-12-22more example fixesMark Otto2-20/+22
2016-12-22more lintingMark Otto1-1/+1