| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2016-12-22 | linting | Mark Otto | 1 | -1/+1 | |
| 2016-12-22 | migrate some notes on over here | Mark Otto | 1 | -1/+10 | |
| 2016-12-22 | put new toggler markup to use | Mark Otto | 10 | -24/+72 | |
| 2016-12-22 | Redo navbar-toggler | Mark Otto | 2 | -8/+23 | |
| - Require inner element for the icon for improved customization (e.g., drop the element to replace it with your own icon font or SVG) - Tighten up padding - Better comments | |||||
| 2016-12-22 | fixes #18115: move forward with one naming scheme for inversed color ↵ | Mark Otto | 14 | -35/+44 | |
| schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name) | |||||
| 2016-12-22 | fixes #18053 by removing container padding at lower breakpoints on ↵ | Mark Otto | 2 | -2/+9 | |
| responsive navbars | |||||
| 2016-12-22 | even more utils for forms | Mark Otto | 1 | -2/+2 | |
| 2016-12-22 | more margin utils on forms | Mark Otto | 1 | -4/+4 | |
