| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-23 | Move clean-css to npm scripts. | Bardi Harborow | 3 | -61/+25 | |
| 2016-12-22 | overhauls media object docs | Mark Otto | 1 | -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-22 | small unrelated addition—adds .d-flex-inline util | Mark Otto | 1 | -0/+1 | |
| 2016-12-22 | reduce .media styles to their bare minimum | Mark Otto | 1 | -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-22 | Rename Tags to Badges in comments | Quy | 1 | -2/+3 | |
| 2016-12-22 | Merge branch 'flex-cards' into v4-dev | Mark Otto | 5 | -163/+286 | |
| 2016-12-22 | ugh | Mark Otto | 1 | -1/+1 | |
| 2016-12-22 | grunt | Mark Otto | 17 | -47/+137 | |
| 2016-12-22 | typo | Mark Otto | 1 | -1/+1 | |
| 2016-12-23 | Move scss-lint to npm scripts. | Bardi Harborow | 3 | -420/+513 | |
| 2016-12-22 | margins to separate some cards in examples | Mark Otto | 1 | -10/+10 | |
| 2016-12-22 | Add color variables for white and black (#21397) | Jacob Müller | 1 | -66/+68 | |
| * Add color variables for white and black Closes #21395. | |||||
| 2016-12-22 | change card deck margin strategy | Mark Otto | 1 | -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-22 | move to grid gutter width, fixes #21300 | Mark Otto | 1 | -1/+1 | |
| 2016-12-23 | Change scope of docs anchor preventDefault to include modals. | Bardi Harborow | 1 | -1/+1 | |
| 2016-12-22 | New width and height utils | Mark Otto | 2 | -3/+16 | |
| Adding 25%, 50%, and 75% to the mix for later use with cards | |||||
| 2016-12-22 | no more need for this | Mark Otto | 1 | -5/+0 | |
| 2016-12-22 | final docs cleanup with columns and more | Mark Otto | 1 | -15/+21 | |
| 2016-12-22 | card deck footer example | Mark Otto | 1 | -1/+38 | |
| 2016-12-22 | add aligned footer example | Mark Otto | 1 | -0/+34 | |
| 2016-12-22 | redo subheadings and organization of card layout options | Mark Otto | 1 | -5/+6 | |
| 2016-12-22 | better grouping of card styles docs | Mark Otto | 1 | -3/+7 | |
| 2016-12-22 | redo image section for intros and subheadings | Mark Otto | 1 | -3/+7 | |
| 2016-12-22 | retitle nav section | Mark Otto | 1 | -0/+5 | |
| 2016-12-22 | update alignment section with widths | Mark Otto | 1 | -0/+29 | |
| 2016-12-22 | redo sizing section with utils and grid callouts | Mark Otto | 1 | -2/+65 | |
| 2016-12-22 | redo the supported content section entirely to give it sub sections | Mark Otto | 1 | -91/+40 | |
| 2016-12-22 | redo docs intro for the example | Mark Otto | 1 | -2/+4 | |
| 2016-12-22 | switch from block to flex | Mark Otto | 1 | -1/+2 | |
| add flex direction too | |||||
| 2016-12-22 | remove default bottom margin on cards | Mark Otto | 1 | -1/+0 | |
| use utils instead | |||||
| 2016-12-22 | move the card-block flex action up to all card-blocks | Mark Otto | 1 | -4/+3 | |
| this allows us to easily scale card blocks in groups and decks, without repeating it in our css | |||||
| 2016-12-22 | remove commented out code | Mark Otto | 1 | -8/+0 | |
| 2016-12-22 | comment typo | Mark Otto | 1 | -1/+1 | |
| 2016-12-22 | fix comment | Mark Otto | 1 | -1/+1 | |
| 2016-12-22 | add card column margin variable instead of relying on a default card margin | Mark Otto | 2 | -0/+2 | |
| this assumes no margin on the .card to start (which will follow in a later commit) | |||||
| 2016-12-22 | add card column count variable | Mark Otto | 2 | -1/+2 | |
| 2016-12-22 | Rename card column gap variable | Mark Otto | 2 | -2/+2 | |
| 2016-12-22 | New width and height utils | Mark Otto | 2 | -3/+16 | |
| Adding 25%, 50%, and 75% to the mix for later use with cards | |||||
| 2016-12-22 | linting | Mark Otto | 1 | -2/+2 | |
| 2016-12-22 | text-align doesn't apply here, so we can nuke it | Mark Otto | 1 | -1/+0 | |
| 2016-12-22 | Redo controls in flexbox | Mark Otto | 1 | -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-22 | flexbox powered indicators | Mark Otto | 2 | -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-22 | start small--set flex instead of block for active items | Mark Otto | 1 | -1/+1 | |
| 2016-12-22 | grunt | Mark Otto | 10 | -382/+579 | |
| 2016-12-22 | redo custom docs navbar | Mark Otto | 2 | -48/+34 | |
| 2016-12-22 | streamline example navbars by removing .hidden-* classes on togglers | Mark Otto | 7 | -12/+12 | |
| 2016-12-22 | remove .hidden-* classes from .navbar-toggler and make that part of the ↵ | Mark Otto | 2 | -10/+14 | |
| .navbar-toggleable-* | |||||
| 2016-12-22 | couple more utils | Mark Otto | 1 | -2/+2 | |
| 2016-12-22 | more example fixes | Mark Otto | 2 | -20/+22 | |
| 2016-12-22 | more linting | Mark Otto | 1 | -1/+1 | |
