| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-27 | Don't show `.bd-*` classes to the user (#21443) | Starsam80 | 1 | -1/+11 | |
| * Don't show `bd-*` classes to the user * Add comments and another regex | |||||
| 2016-12-27 | Document how to break equal width cols to multiple rows | Mark Otto | 1 | -0/+16 | |
| Fixes #21287 | |||||
| 2016-12-27 | bump jquery and grunt-sass | Mark Otto | 1 | -3/+3 | |
| plus shx? :shrug: | |||||
| 2016-12-27 | grunt | Mark Otto | 16 | -16/+18 | |
| 2016-12-27 | fixes #21445 | Mark Otto | 2 | -14/+3 | |
| remove broken example class from grid docs | |||||
| 2016-12-26 | more flexbox docs | Mark Otto | 1 | -2/+45 | |
| 2016-12-26 | follow up to #21436 to add docs for the .flex-row-reverse , ↵ | Mark Otto | 1 | -48/+100 | |
| .flex-column-reverse, and .flex-wrap-reverse | |||||
| 2016-12-26 | grunt | Mark Otto | 8 | -6/+202 | |
| 2016-12-26 | Add more flex utilities | Starsam80 | 1 | -31/+34 | |
| 2016-12-26 | Rename tags to badges in comments | Quy | 1 | -4/+4 | |
| 2016-12-26 | Remove Meteor install instructions. | Bardi Harborow | 2 | -7/+0 | |
| 2016-12-25 | grunt | Mark Otto | 10 | -32/+66 | |
| 2016-12-25 | Fixes #20586 | Mark Otto | 1 | -1/+1 | |
| Use pixels instead of rem units for focus box-shadow on custom controls so that IE11, Edge, and Win FF screw it up less | |||||
| 2016-12-25 | throw some margin utils to fix spacing | Mark Otto | 1 | -1/+1 | |
| 2016-12-25 | Use calc() on .col-form-label padding calculations | Mark Otto | 1 | -6/+6 | |
| Fixes #21135. There's a height mismatch here because we're setting padding on the labels, while inputs get padding *and* a top+bottom border. This now uses calc to determine the exact height needed to match labels to inputs. | |||||
| 2016-12-25 | Replaces #21270 with proper fix | Mark Otto | 1 | -1/+1 | |
| Rather than overriding this just on inline form examples, this should be for all static form controls to match inputs. | |||||
| 2016-12-25 | space that out a smidge | Mark Otto | 1 | -1/+1 | |
| 2016-12-25 | vertically center .form-group contents in inline forms | Mark Otto | 1 | -0/+1 | |
| fixes broken inline form example mentioned in #21407 | |||||
| 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 | |
