| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-04-16 | Rename variable $input-border-focus to $input-border-color-focus (#22413) | Patrick Yeo | 1 | -2/+2 |
| 2017-04-08 | Rename some .open to .show (#22389) | Mark Otto | 1 | -4/+4 |
| 2017-04-08 | css: .navbar child's aligning | Catalin Zalog | 1 | -4/+2 |
| 2017-04-08 | css: .navbar-expand .dropdown position | Catalin Zalog | 1 | -1/+5 |
| 2017-03-26 | .navbar-toggler color | Catalin Zalog | 1 | -4/+4 |
| 2017-03-23 | rename from .navbar-toggleable to .navbar-expand to reflect mobile first appr... | Mark Otto | 1 | -2/+2 |
| 2017-03-23 | Allow to customize navbar-brand font-size | Pierre-Denis Vanduynslager | 1 | -1/+1 |
| 2017-03-23 | Harmonize navbar-brand, navbar-text and nav-link height | Pierre-Denis Vanduynslager | 1 | -4/+4 |
| 2017-03-23 | revamp the collapse behavior | Mark Otto | 1 | -5/+20 |
| 2017-03-23 | account for fluid containers | Mark Otto | 1 | -2/+4 |
| 2017-03-23 | ditch abs positioned togglers for explicit justify-content: space-between on ... | Mark Otto | 1 | -11/+0 |
| 2017-03-23 | Simplify generation and get rid of previously added "breakpoint-previous" fun... | Pierre-Denis Vanduynslager | 1 | -4/+4 |
| 2017-03-23 | Generate correct breakpoints for navbar-toggleable-* and generate toggleable ... | Pierre-Denis Vanduynslager | 1 | -3/+3 |
| 2017-01-24 | Add align self to navbar brand (#21626) | Sergey Kovalenko | 1 | -0/+1 |
| 2017-01-21 | Fix container within navbar on smallest breakpoint (#21722) | Pierre Vanduynslager | 1 | -0/+7 |
| 2017-01-05 | Doc updates (#21542) | Quy | 1 | -1/+1 |
| 2017-01-02 | Remove .navbar-divider | Quy | 1 | -8/+0 |
| 2017-01-02 | update rest of docs, remove navbar specific modifiers, fix docs example css | Mark Otto | 1 | -29/+0 |
| 2017-01-02 | Remove .navbar-divider; it's undocumented and wasn't updated with the flexbox... | Mark Otto | 1 | -19/+0 |
| 2016-12-28 | linting | Mark Otto | 1 | -1/+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-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-27 | forgot to add display flex to the navbar, so utils weren't applying | Mark Otto | 1 | -0/+1 |
| 2016-12-22 | remove .hidden-* classes from .navbar-toggler and make that part of the .navb... | Mark Otto | 1 | -0/+4 |
| 2016-12-22 | more linting | Mark Otto | 1 | -1/+1 |
| 2016-12-22 | linting | Mark Otto | 1 | -1/+1 |
| 2016-12-22 | Redo navbar-toggler | Mark Otto | 1 | -7/+22 |
| 2016-12-22 | fixes #18115: move forward with one naming scheme for inversed color schemes,... | Mark Otto | 1 | -10/+10 |
| 2016-12-22 | fixes #18053 by removing container padding at lower breakpoints on responsive... | Mark Otto | 1 | -0/+5 |
| 2016-12-22 | remove | Mark Otto | 1 | -2/+0 |
| 2016-12-22 | Fix vertical alignment a bit | Mark Otto | 1 | -0/+2 |
| 2016-12-22 | move all nav link and collapse and container behaviors to the toggleable clas... | Mark Otto | 1 | -26/+24 |
| 2016-12-22 | move flex to navbar container only; otherwise it affects things negatively el... | Mark Otto | 1 | -1/+1 |
| 2016-12-22 | flexbox shiz | Mark Otto | 1 | -9/+11 |
| 2016-12-22 | no need for a clearfix given no more floats | Mark Otto | 1 | -2/+0 |
| 2016-12-22 | move padding on nav links and brand to be responsive padding, keeping mobile ... | Mark Otto | 1 | -3/+14 |
| 2016-12-22 | remove width 100% from positioning, remove rounded corners for utils | Mark Otto | 1 | -11/+0 |
| 2016-12-22 | remove justified, replacing with modifier later if needed; combine rules | Mark Otto | 1 | -8/+0 |
| 2016-12-22 | flexbox this thing | Mark Otto | 1 | -100/+23 |
| 2016-12-22 | indentation | Mark Otto | 1 | -2/+2 |
| 2016-12-22 | exploring table based navbar again | Mark Otto | 1 | -45/+114 |
| 2016-11-28 | Remove lots of duplication + minor cleanup (#21238) | Starsam80 | 1 | -3/+2 |