| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2016-12-22 | make sure all nav demos for the navbar are using toggleable-* classes for ↵ | Mark Otto | 1 | -50/+87 | |
| proper responsive styles | |||||
| 2016-12-22 | dedupe ids | Mark Otto | 1 | -4/+4 | |
| 2016-12-22 | update justified nav to use justified navbar; remove safari bug warning ↵ | Mark Otto | 2 | -87/+42 | |
| given flexbox implementation | |||||
| 2016-12-22 | fix carousel navbar | Mark Otto | 1 | -16/+20 | |
| 2016-12-22 | fix sticky footer example navbar | Mark Otto | 1 | -30/+21 | |
| 2016-12-22 | fix up navbar top and fixed top examples | Mark Otto | 2 | -18/+40 | |
| 2016-12-22 | redo album navbar with new styles | Mark Otto | 2 | -43/+18 | |
| 2016-12-22 | make more examples responsive | Mark Otto | 1 | -57/+71 | |
| 2016-12-22 | remove | Mark Otto | 1 | -2/+0 | |
| 2016-12-22 | remove now unneeded collapse section | Mark Otto | 1 | -50/+0 | |
| 2016-12-22 | fix colors | Mark Otto | 1 | -2/+2 | |
| 2016-12-22 | override pos-f-t in examples | Mark Otto | 1 | -0/+9 | |
| 2016-12-22 | add responsive behaviors section | Mark Otto | 1 | -0/+78 | |
| 2016-12-22 | update responsive behavior in demo | Mark Otto | 1 | -2/+3 | |
| 2016-12-22 | Fix vertical alignment a bit | Mark Otto | 1 | -0/+2 | |
