| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-31 | Move .table-responsive from wrapper to .table | Quy | 11 | -822/+785 | |
| 2016-12-31 | tweak a few more things | Mark Otto | 1 | -3/+3 | |
| - adjust some verbiage - change the example to correct some labels and range names | |||||
| 2016-12-31 | minor rephrasing on layout/overview docs | Alice Young | 1 | -3/+3 | |
| 2016-12-31 | Rip out the tab-focus mixin, remove application to anchors in reboot | Mark Otto | 3 | -15/+1 | |
| 2016-12-31 | v4: Rip out IE compatibility mode meta tags (#21483) | Mark Otto | 31 | -114/+5 | |
| * Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8 * update and remove some IE bits from our supported browser page * update introduction.md to match * reword starter template intro | |||||
| 2016-12-31 | Fix responsive embed class in flex container | なつき | 1 | -5/+18 | |
| 2016-12-31 | Allow to use nav with tab JS | Johann-S | 3 | -1/+50 | |
| 2016-12-31 | one more test file | Mark Otto | 1 | -2/+2 | |
| 2016-12-31 | nuke local test vendor jquery and tether, replace with docs assets | Mark Otto | 12 | -18/+13 | |
| 2016-12-31 | move local docs jquery to slim | Mark Otto | 2 | -4/+4 | |
| 2016-12-31 | update homepage to include depedencies, fixes #21250 | Mark Otto | 1 | -0/+2 | |
| 2016-12-31 | make note of slim build | Mark Otto | 1 | -1/+1 | |
| 2016-12-31 | switch to jquery slim, update examples to use code.jquery.com cdn | Mark Otto | 15 | -16/+16 | |
| 2016-12-31 | Update visual test carousel | Johann-S | 1 | -4/+4 | |
| 2016-12-30 | add example of width util | Mark Otto | 1 | -1/+9 | |
| 2016-12-30 | hook up animation toggle | Mark Otto | 1 | -0/+5 | |
| 2016-12-30 | Rewrite progress component without <progress> element | Mark Otto | 5 | -142/+119 | |
| - <progress> element didn't allow animation, labels overlaid, multiple bars, etc. - Revamps CSS to use something more similar to v3's implementation - Ditches variant mixin for `bg-` utils - Rebuilds docs to match, including adding a new Height section for customizing that. Only potential remaining todo is adding `.sr-only` instances to within the bar. Unsure if that's necessary. | |||||
| 2016-12-30 | fix navbar in dropdown visual test file | Mark Otto | 1 | -4/+7 | |
| 2016-12-31 | Change remaining JS files to comply with ESLint config. | Bardi Harborow | 7 | -101/+104 | |
| 2016-12-31 | Extend ESLint to cover all JS files and drop JSCS. | Bardi Harborow | 3 | -46/+9 | |
| 2016-12-30 | Document $enable-print-styles (#21474) | Quy | 1 | -0/+1 | |
| 2016-12-29 | Close #21249 : Add a Unit test for #21227 | Johann-S | 2 | -0/+62 | |
| 2016-12-29 | redo and make sticky | Mark Otto | 2 | -4/+22 | |
| 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 | |
