| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-01-06 | version bump | Mark Otto | 1 | -1/+1 |
| 2017-01-05 | Doc updates (#21542) | Quy | 1 | -1/+1 |
| 2017-01-03 | Custom Forms: Allow Chrome/Firefox feature that lets the user drag and drop i... | Phillip Marshall | 1 | -0/+2 |
| 2017-01-03 | clarify usage of base font-size so we know what's up | Mark Otto | 5 | -4/+5 |
| 2017-01-03 | Remove -size-root so we can respect user prefs on browser default font-size | Mark Otto | 3 | -9/+8 |
| 2017-01-03 | Drop .carete (#21525) | Quy | 4 | -30/+0 |
| 2017-01-03 | button groups should be inline-flex to match their button counter parts (inli... | Mark Otto | 1 | -1/+1 |
| 2017-01-03 | Drop .table-reflow | Mark Otto | 1 | -43/+0 |
| 2017-01-02 | Remove .navbar-divider | Quy | 1 | -8/+0 |
| 2017-01-02 | remove magic dropdown positioning for fixed bottom; folks should set this as ... | Mark Otto | 1 | -3/+1 |
| 2017-01-02 | update rest of docs, remove navbar specific modifiers, fix docs example css | Mark Otto | 2 | -37/+8 |
| 2017-01-02 | New position utils, split docs | Mark Otto | 4 | -21/+35 |
| 2017-01-02 | remove line break | Mark Otto | 1 | -1/+0 |
| 2017-01-02 | Remove .navbar-divider; it's undocumented and wasn't updated with the flexbox... | Mark Otto | 2 | -21/+0 |
| 2017-01-02 | fixes #21511: set line-height to 1.1 for display headings | Mark Otto | 2 | -10/+15 |
| 2017-01-01 | Update carousel comments (#21501) | Quy | 1 | -3/+3 |
| 2017-01-01 | Update copyright years to 2017 | Nuno Arruda | 1 | -2/+2 |
| 2016-12-31 | Rip out the tab-focus mixin, remove application to anchors in reboot | Mark Otto | 3 | -15/+1 |
| 2016-12-31 | Fix responsive embed class in flex container | なつき | 1 | -5/+18 |
| 2016-12-30 | Rewrite progress component without <progress> element | Mark Otto | 4 | -112/+21 |
| 2016-12-29 | Drop IE9 comment | Quy | 1 | -1/+0 |
| 2016-12-28 | add position relative to container | Mark Otto | 1 | -0/+1 |
| 2016-12-28 | use align-items on .form-inline to keep items from growing too much (#21461) | Mark Otto | 1 | -0/+1 |
| 2016-12-28 | linting | Mark Otto | 1 | -1/+1 |
| 2016-12-28 | add align-self to linter property order | Mark Otto | 1 | -0/+1 |
| 2016-12-28 | redo order of css, add contents at top | Mark Otto | 1 | -128/+150 |
| 2016-12-28 | line break for readibility | Mark Otto | 1 | -0/+1 |
| 2016-12-28 | reflect nav changes here in the responsive views | Mark Otto | 1 | -10/+10 |
| 2016-12-28 | don't let the toggle grow when it's the only flex child | Mark Otto | 1 | -0/+1 |
| 2016-12-28 | set the direction to column (aka, vertical) for mobile views | Mark Otto | 1 | -0/+1 |
| 2016-12-28 | remove extra line break | Mark Otto | 1 | -1/+0 |
| 2016-12-28 | bring over styles from .nav for .navbar-nav | Mark Otto | 1 | -3/+7 |
| 2016-12-28 | drop the flex-grow: 10 in favor of auto margin utils | Mark Otto | 1 | -1/+0 |
| 2016-12-29 | Change last reference from tags over to badges. | Pierre-Denis Vanduynslager | 1 | -1/+1 |
| 2016-12-28 | limit linter override to the affected ruleset | Mark Otto | 1 | -2/+2 |
| 2016-12-28 | remove plain-hover-focus from navbar navs | Mark Otto | 1 | -6/+2 |
| 2016-12-28 | update navs to use `.show` instead of `.open` for dropdowns | Mark Otto | 1 | -2/+2 |
| 2016-12-28 | linting | Mark Otto | 1 | -2/+2 |
| 2016-12-28 | no need to float, but do set display: block; | Mark Otto | 1 | -1/+1 |
| 2016-12-28 | remove plain-hover-focus mixins | Mark Otto | 1 | -12/+8 |
| 2016-12-28 | no need for cursor: default, since, well, it's the default | Mark Otto | 1 | -1/+0 |
| 2016-12-28 | add a comment here to explain some things | Mark Otto | 1 | -1/+1 |
| 2016-12-28 | .page-item's don't need this anymore (they're flex items) | Mark Otto | 1 | -2/+0 |
| 2016-12-28 | remove default margin, allow folks to use utils instead | Mark Otto | 1 | -2/+0 |
| 2016-12-28 | update pagination list reset styles | Mark Otto | 1 | -1/+3 |
| 2016-12-28 | move pagination to flexbox | Mark Otto | 1 | -1/+1 |
| 2016-12-28 | remove plain-hover-focus from list group mixin | Mark Otto | 1 | -5/+3 |
| 2016-12-28 | Revamp list group states and docs to match | Mark Otto | 2 | -82/+84 |
| 2016-12-28 | Revamp dropdown item states | Mark Otto | 1 | -22/+13 |
| 2016-12-28 | Remove plain-hover-focus mixins from navs | Mark Otto | 2 | -23/+10 |