| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-24 | Change up the "justified" nav options | Mark Otto | 1 | -29/+15 | |
| Given move to flexbox, we can make this available for everyone and clean it up some. - Simplifies the `.nav-justified` styles to build on the flex-powered `.nav` base class. - Adds the `.nav-fill` to make nav links fill available horizontal space, but not equal width. | |||||
| 2016-12-24 | Make .nav flex-powered | Mark Otto | 1 | -36/+3 | |
| - Set an explicit `display: flex` on the base `.nav` class and remove the floats/clearfixes from our navs. - Set some global styles for `.nav-link`, a departure from the previous solution that featured no predefined padding. - Move `.nav-link` from `inline-block` to `block` given this setting was added for our tabs and pills anyway. - Remove horizontal margin from nav tabs; let folks set that on their own from now on. | |||||
| 2016-12-24 | pull in changes from #19832 to fix offcanvas | Mark Otto | 2 | -4/+14 | |
| 2016-12-24 | Undo #21171 (which closed #20977) | Mark Otto | 2 | -1/+3 | |
| Turns out we did have the correct height calculation with our custom selects. The problem was we lacked a shared line-height with our buttons and inputs. This restores the previous `calc` math and adds a line-height that reuses the input line-height. | |||||
| 2016-12-24 | update navbars in jumbotron, offcanvas, starter examples to flex versions | Mark Otto | 3 | -34/+93 | |
| 2016-12-24 | better/more form spacing in navbars | Mark Otto | 2 | -6/+6 | |
| 2016-12-24 | unify alignment of all these dang navbar forms | Mark Otto | 7 | -38/+38 | |
| 2016-12-24 | Move uglifyjs to npm script. | Bardi Harborow | 3 | -67/+13 | |
| 2016-12-23 | Closes: #21412: Fix unit test for carousel | Johann-S | 1 | -1/+0 | |
| 2016-12-23 | Carousel: Only prevents default for ARROW_LEFT and ARROW_RIGHT keys | Matheus Azzi | 2 | -0/+33 | |
| Fixes 2 bugs: 1. All keydowns were being prevented. Because of that the user wasn't able to navigate in the whole page using ARROW_UP/ARROW_DOWN. 2. Even when is an input or textarea the keydowns were being prevented. Because of that the user wasn't able to type any text on these elements. | |||||
| 2016-12-22 | scrollspy: fix wrong activation of all nested links (#20304) | mr-july | 1 | -1/+1 | |
| * fix wrong activation of all nested links; just first level item should be activated * use template instead of string concatenation | |||||
| 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 | |
