| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2016-12-28 | properly pass focus shadow should you enable shadows | Mark Otto | 1 | -1/+6 |
| 2016-12-28 | create a variable for the focus box-shadow, use it in the button base class | Mark Otto | 2 | -2/+3 |
| 2016-12-28 | remove active styling from focus | Mark Otto | 1 | -3/+0 |
| 2016-12-28 | remove cursor: pointer | Mark Otto | 1 | -1/+0 |
| 2016-12-28 | redo outlines | Mark Otto | 2 | -10/+5 |
| 2016-12-28 | linting | Mark Otto | 1 | -1/+1 |
| 2016-12-28 | Redo button states | Mark Otto | 2 | -65/+35 |
| 2016-12-28 | fixes #21415 by moving disabled .btn-link color to the default state | Mark Otto | 1 | -1/+2 |
| 2016-12-28 | Rip number | Quy | 1 | -1/+1 |
| 2016-12-27 | inline-flex and width: 100% for stacked/vertical variation | Mark Otto | 1 | -2/+2 |
| 2016-12-27 | auto size input groups, fixes #20506 | Mark Otto | 1 | -0/+4 |
| 2016-12-27 | remove commented out code | Mark Otto | 1 | -1/+0 |
| 2016-12-27 | linting | Mark Otto | 1 | -1/+1 |
| 2016-12-27 | revamp button group with flexbox | Mark Otto | 1 | -39/+19 |
| 2016-12-27 | forgot to add display flex to the navbar, so utils weren't applying | Mark Otto | 1 | -0/+1 |
| 2016-12-27 | use var | Mark Otto | 1 | -1/+1 |
| 2016-12-27 | fix inline checks | Mark Otto | 1 | -1/+3 |
| 2016-12-27 | add some vars | Mark Otto | 2 | -12/+18 |
| 2016-12-27 | sure we only need the two mixins, but this ensures folks don't run into missi... | Mark Otto | 1 | -2/+1 |
| 2016-12-27 | Update bootstrap-grid.scss | Mark Otto | 1 | -1/+2 |
| 2016-12-27 | Update bootstrap-reboot.scss | Mark Otto | 1 | -1/+1 |
| 2016-12-27 | move custom down so folks can reassign var values and use other vars | Mark Otto | 1 | -1/+1 |
| 2016-12-26 | Add more flex utilities | Starsam80 | 1 | -31/+34 |
| 2016-12-26 | Rename tags to badges in comments | Quy | 1 | -4/+4 |