| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-25 | use flex and direction to do the stacked controls instead of float hacks | Mark Otto | 1 | -2/+3 | |
| This also fixes #21280. Previously, we were using float and clear on the individual controls, but that meant a computer height of `0` for the parent `.custom-controls-stacked`. No more problem after using flexbox though. | |||||
| 2016-12-25 | move custom checks/radios to inline-flex | Mark Otto | 1 | -1/+1 | |
| 2016-12-25 | grunt | Mark Otto | 18 | -328/+355 | |
| 2016-12-25 | Use variables for the width/height classes | Starsam80 | 2 | -9/+12 | |
| 2016-12-25 | Clean up _spacing.scss a little bit | Starsam80 | 1 | -20/+16 | |
| 2016-12-25 | Remove some leftover IE9/flex stuff | Starsam80 | 5 | -1392/+3 | |
| 2016-12-25 | linting | Mark Otto | 1 | -2/+2 | |
| 2016-12-25 | flex the footer and include some margin magic | Mark Otto | 1 | -2/+7 | |
| - we need to set margin for space between footer buttons as flexbox doesn't render HTML spaces like inline-block does - flexbox doesn't have collapsing margins or anything, so we hack it with some :not(:first-child) and :not(:last-child) action | |||||
| 2016-12-25 | flex the modal header so we can remove custom styles | Mark Otto | 2 | -17/+14 | |
| updates the dom order in our docs to match (floated content comes first, but no need for that in flexbox) | |||||
| 2016-12-25 | No need to override a margin-top that never was set; only specify ↵ | Mark Otto | 1 | -1/+1 | |
| margin-bottom override | |||||
| 2016-12-25 | Enable flex on the .modal-content, ensure .modal-body stretches the height ↵ | Mark Otto | 1 | -0/+5 | |
| (if needed) | |||||
| 2016-12-25 | darker border on modal header | Mark Otto | 1 | -1/+1 | |
| 2016-12-25 | trailing space | Mark Otto | 1 | -1/+1 | |
| 2016-12-25 | line break for sanity | Mark Otto | 1 | -0/+1 | |
| 2016-12-25 | add my-auto and m-auto | Mark Otto | 1 | -0/+5 | |
| 2016-12-25 | document it all, add align items examples | Mark Otto | 1 | -2/+30 | |
| 2016-12-25 | responsive auto margin classes | Mark Otto | 1 | -8/+13 | |
| 2016-12-25 | reorder docs | Mark Otto | 1 | -63/+62 | |
| 2016-12-25 | stub out some docs | Mark Otto | 1 | -0/+13 | |
| 2016-12-25 | add mr-auto and ml-auto for some flex shiz | Mark Otto | 1 | -0/+3 | |
| 2016-12-25 | Disable Hound on test cases. | Bardi Harborow | 2 | -0/+5 | |
| 2016-12-25 | Fixes #18228: Don't use `transparent` for bottom border, use bg color | Mark Otto | 1 | -1/+1 | |
| 2016-12-24 | [Fix #19849] Tabs are opened even if disabled. (#20795) | Alessandro Rodi | 2 | -1/+41 | |
| * [Fix #19849] Tabs are opened even if disabled. * fix hund code review hints * rollback hound issues because Travis fails | |||||
| 2016-12-24 | grunt | Mark Otto | 1 | -1/+1 | |
| 2016-12-24 | Update IE9 support (#21424) | Quy | 1 | -2/+2 | |
| 2016-12-24 | grunt | Mark Otto | 29 | -2493/+1650 | |
| 2016-12-24 | fixes #21423 by updating docs to mention flex display instead of ↵ | Mark Otto | 1 | -1/+1 | |
| inline-block; clarifies follow-up text about use of the proper utilities | |||||
| 2016-12-24 | dedupe | Mark Otto | 1 | -3/+3 | |
| 2016-12-24 | started fixing nested .bd-example stuff, then rewrote the modal docs | Mark Otto | 1 | -158/+278 | |
| - better table of contents and overall structure - clearer examples of modal contents, longer modals, and modal options | |||||
| 2016-12-24 | nest modal examples css | Mark Otto | 1 | -15/+17 | |
| 2016-12-24 | rip numbers | Mark Otto | 1 | -67/+67 | |
| 2016-12-24 | add order docs | Mark Otto | 1 | -0/+12 | |
| 2016-12-24 | Update toc numbering (#21422) | Quy | 1 | -4/+3 | |
| 2016-12-24 | remove unused media vars, update numbers (oof) /cc @Quy | Mark Otto | 1 | -10/+3 | |
| 2016-12-24 | remove unused utils, comment | Mark Otto | 1 | -4/+0 | |
| 2016-12-24 | remove old flex utils, update docs to match | Mark Otto | 7 | -42/+21 | |
| 2016-12-24 | align-self docs | Mark Otto | 1 | -2/+41 | |
| 2016-12-24 | document align-content utils | Mark Otto | 1 | -13/+142 | |
| 2016-12-24 | change presentation of those utils docs | Mark Otto | 1 | -35/+68 | |
| 2016-12-24 | document justify-content and align-items utils | Mark Otto | 1 | -0/+65 | |
| 2016-12-24 | indentation | Mark Otto | 1 | -15/+15 | |
| 2016-12-24 | duplicate of the .flex-fill util | Mark Otto | 1 | -3/+0 | |
| 2016-12-24 | remove the table classes in favor of lists | Mark Otto | 1 | -93/+0 | |
| 2016-12-24 | try out alt responsive variation lists | Mark Otto | 1 | -9/+16 | |
| 2016-12-24 | add docs class for highlighting | Mark Otto | 1 | -0/+5 | |
| 2016-12-24 | Start to blow out and document more flexbox utilities | Mark Otto | 4 | -0/+268 | |
| - Adds new flexbox.md file to utilities docs - Adds a `breakpoints.yml` data file for easier output of responsive classes in the docs. Will put this to use on other pages soon. - Adds hella flex utils. There are some dupes for now, but they'll get removed in time. | |||||
| 2016-12-24 | fix incorrect class name for inline-flex | Mark Otto | 1 | -1/+1 | |
| 2016-12-24 | Revamp navs docs | Mark Otto | 1 | -92/+75 | |
| - Reorganize things, leading with the base nav first instead of an accessibility note, and then moving the rest to a new available styles section. - Add horizontal alignment options thanks to new flex utils (these new utils will be documented later in another commit). - Dropped `.nav-stacked` for a flex util and added additional alignment options, so document those, too. | |||||
| 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. | |||||
