| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-29 | update navbar | Mark Otto | 1 | -12/+10 | |
| 2016-12-29 | remove commented out code, add top margin | Mark Otto | 1 | -8/+1 | |
| 2016-12-29 | Drop IE9 callout | Quy | 1 | -6/+0 | |
| 2016-12-29 | Drop IE9 comment | Quy | 1 | -1/+0 | |
| 2016-12-28 | grunt | Mark Otto | 21 | -407/+503 | |
| 2016-12-28 | add position relative to container | Mark Otto | 1 | -0/+1 | |
| allows for better/easier positioning of elements within (e.g., a toggler in a navbar) | |||||
| 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 | update all examples | Mark Otto | 10 | -40/+32 | |
| 2016-12-28 | redo order of css, add contents at top | Mark Otto | 1 | -128/+150 | |
| this was mad confusing for awhile | |||||
| 2016-12-28 | reorder classes because i like it this way :p | Mark Otto | 1 | -12/+12 | |
| 2016-12-28 | dedupe | Mark Otto | 1 | -1/+0 | |
| 2016-12-28 | clarify need for .navbar-toggleable classes | Mark Otto | 1 | -1/+1 | |
| 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 | |
| - since we're column to start, need to set row. - note that flex-direction cannot be inherited, so we have to set it twice. - apply the horizontal padding again to .nav-link. - remove the .nav-item styles (un-needed). - remove previous .nav-link styles as they were un-nested and potentially problematic in old placement should someone mix more navs in here. | |||||
| 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 | |
| since we're no longer using the .nav as a base class, we need to bring over some base styles for redoing browser list styles and setting flex in motion. also brings with it some .nav-link styling. we're still using this global class, but with this small modification for alignment of content in responsive modes. | |||||
| 2016-12-28 | drop the flex-grow: 10 in favor of auto margin utils | Mark Otto | 2 | -8/+7 | |
| 2016-12-28 | drop the .nav base class from .navbar-nav | Mark Otto | 1 | -10/+10 | |
| 2016-12-28 | no float utils, use class name | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | better describe example | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | consistent punctuation | Mark Otto | 1 | -2/+2 | |
| it's important, yo | |||||
| 2016-12-29 | Change last reference from tags over to badges. | Pierre-Denis Vanduynslager | 1 | -1/+1 | |
| 2016-12-28 | Merge branch 'navbar-tweaks' into v4-docs-streamlined | Mark Otto | 13 | -192/+211 | |
| 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 | update all examples | Mark Otto | 10 | -40/+32 | |
| 2016-12-28 | redo order of css, add contents at top | Mark Otto | 1 | -128/+150 | |
| this was mad confusing for awhile | |||||
| 2016-12-28 | reorder classes because i like it this way :p | Mark Otto | 1 | -12/+12 | |
| 2016-12-28 | dedupe | Mark Otto | 1 | -1/+0 | |
| 2016-12-28 | clarify need for .navbar-toggleable classes | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | line break for readibility | Mark Otto | 1 | -0/+1 | |
| 2016-12-28 | Merge branch 'twbs/v4-dev' into dropdown-keyboard | Pierre-Denis Vanduynslager | 357 | -26852/+32018 | |
| 2016-12-28 | reflect nav changes here in the responsive views | Mark Otto | 1 | -10/+10 | |
| - since we're column to start, need to set row. - note that flex-direction cannot be inherited, so we have to set it twice. - apply the horizontal padding again to .nav-link. - remove the .nav-item styles (un-needed). - remove previous .nav-link styles as they were un-nested and potentially problematic in old placement should someone mix more navs in here. | |||||
| 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 | |
| since we're no longer using the .nav as a base class, we need to bring over some base styles for redoing browser list styles and setting flex in motion. also brings with it some .nav-link styling. we're still using this global class, but with this small modification for alignment of content in responsive modes. | |||||
| 2016-12-28 | drop the flex-grow: 10 in favor of auto margin utils | Mark Otto | 2 | -8/+7 | |
| 2016-12-28 | drop the .nav base class from .navbar-nav | Mark Otto | 1 | -10/+10 | |
| 2016-12-28 | no float utils, use class name | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | better describe example | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | consistent punctuation | Mark Otto | 1 | -2/+2 | |
| it's important, yo | |||||
| 2016-12-28 | Merge branch 'v4-dev' into v4-docs-streamlined | Mark Otto | 317 | -20999/+30578 | |
| 2016-12-28 | grunt | Mark Otto | 14 | -860/+466 | |
| 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 | |
