| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-07-08 | Added the .navbar-expand class to the docs-nav navbar to fix issue #22976 | gijsbotje | 1 | -1/+1 | |
| 2017-07-06 | Docs: added missing quote in input-group example (#23010) | Vincent Le Put | 1 | -1/+1 | |
| 2017-07-05 | move the about directory into the docs to avoid collision with the multiple ↵ | Mark Otto | 5 | -1/+1 | |
| versions of our hosted docs | |||||
| 2017-07-05 | Remove box-shadow from .btn-link:focus (#22998) | Patrick H. Lauke | 1 | -0/+1 | |
| When focused, these buttons styled as links still give good visible focus indication through the underline, so this should not be a concern. Closes #22655 | |||||
| 2017-07-05 | Use config file for UglifyJS to ensure same behavior on every environments ↵ | Johann-S | 2 | -2/+7 | |
| (#22990) | |||||
| 2017-07-04 | move the overflow-y to the sticky `@supports` block | Mark Otto | 1 | -2/+1 | |
| also remove the overflow-x. when you specify either overflow-y or overflow-x, the other is essentially nullified and thus ineffective anyway | |||||
| 2017-07-04 | overflow-y auto on toc menu | Gijs Boddeus | 1 | -0/+1 | |
| fixes #22977 | |||||
| 2017-07-04 | npm build | Mark Otto | 7 | -97/+85 | |
| 2017-07-04 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 12 | -21/+48 | |
| 2017-07-04 | Update Popper.js to 1.10.8 | Johann-S | 8 | -12/+14 | |
| 2017-07-04 | Dropdown - Disable applyStyle modifier instead of removing inline style ↵ | Johann-S | 2 | -7/+32 | |
| applied by Popper.js | |||||
| 2017-07-04 | fixed doc vertical-align.md "inlie" to "inline" (#22984) | Casper | 1 | -1/+1 | |
| 2017-07-03 | fixes #22979 | Mark Otto | 1 | -1/+1 | |
| 2017-07-03 | fixes #22981 | Mark Otto | 1 | -1/+1 | |
| 2017-07-02 | fixes #22968 | Mark Otto | 1 | -1/+1 | |
| 2017-07-02 | fix some busted links | Mark Otto | 9 | -44/+7 | |
| 2017-07-02 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -5/+0 | |
| 2017-07-02 | npm build | Mark Otto | 28 | -279/+301 | |
| 2017-07-01 | follow up to 4e067f722 | Mark Otto | 1 | -1/+1 | |
| 2017-07-01 | Removed Japanese translation | Bailey | 1 | -5/+0 | |
| The Japanese website (http://bootstrap4.jp/) doesn't exist therefore I removed the link to it. | |||||
| 2017-07-01 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -5/+1 | |
| 2017-07-01 | remove unused $list-group-color variable; it should naturally inherit from ↵ | Mark Otto | 1 | -1/+0 | |
| the body | |||||
| 2017-07-01 | update comment | Mark Otto | 1 | -1/+0 | |
| 2017-07-01 | put button active bg and border in the mixin params for more customization ↵ | Mark Otto | 1 | -4/+1 | |
| options | |||||
| 2017-07-01 | match btn transition to input | Mark Otto | 1 | -1/+1 | |
| 2017-07-01 | doh, we already have that above | Mark Otto | 1 | -4/+0 | |
| 2017-07-01 | Add .text-truncate class. We already had a mixin and documented the class, ↵ | Mark Otto | 2 | -1/+11 | |
| so this fixes that. | |||||
| 2017-07-01 | update link | Mark Otto | 1 | -1/+1 | |
| 2017-07-01 | update name | Mark Otto | 1 | -1/+1 | |
| 2017-07-01 | Redo the "responsive helpers" files | Mark Otto | 6 | -31/+66 | |
| - Moves the embed SCSS to the utilities subfolder - Separate the floats from the embed docs - Rename embed docs from responsive helpers to embeds | |||||
| 2017-07-01 | Move /utilities/typography to /utilities/text to match SCSS file name | Mark Otto | 7 | -7/+7 | |
| 2017-07-01 | Move /utilities/flexbox to /utilities/flex to match name of SCSS file | Mark Otto | 8 | -8/+8 | |
| 2017-07-01 | remove some unused vars, restore table-active variant | Mark Otto | 2 | -5/+2 | |
| 2017-07-01 | badge variants are generated from -colors Sass map | Mark Otto | 1 | -6/+0 | |
| 2017-07-01 | button variants are generated from -colors Sass map | Mark Otto | 1 | -24/+0 | |
| 2017-07-01 | no xs sizes being used | Mark Otto | 1 | -1/+0 | |
| 2017-07-01 | Add bash script to lint our variables | Mark Otto | 1 | -0/+28 | |
| 2017-07-01 | build dist | Mark Otto | 27 | -252/+272 | |
| 2017-07-01 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 2 | -9/+21 | |
| 2017-07-01 | Restore .text-muted | Mark Otto | 1 | -3/+3 | |
| 2017-07-01 | Update carousel display settings | Mark Otto | 1 | -2/+2 | |
| Use `display: block` since we're not really using any flex styles on the `.carousel-items` (only their controls and indicators). For the indicators, since moving to `width`, our indicators grow to fill available space, so we need to change `flex: 1 0 auto` to `flex: 0 1 auto` to prevent that. | |||||
| 2017-07-01 | using max-width in flex: 1 0 auto; in ie11 offsets the center-aligned contents | Mark Otto | 1 | -1/+1 | |
| 2017-07-01 | use @supports to apply transform3d to those who can do it, then provide a ↵ | Mark Otto | 1 | -3/+15 | |
| non-3d fallback to ie11 | |||||
| 2017-07-01 | no need for offset, use justify-content-center | Mark Otto | 1 | -2/+2 | |
| 2017-07-01 | cleanup offsets | Mark Otto | 4 | -15/+13 | |
| 2017-06-30 | build dist | Mark Otto | 27 | -234/+241 | |
| 2017-06-30 | build dist | Mark Otto | 7 | -220/+13 | |
| 2017-06-30 | clip to border-box, update overlay | Mark Otto | 2 | -1/+2 | |
| 2017-06-30 | remove a few .card-dark refs | Mark Otto | 1 | -3/+3 | |
| 2017-06-30 | account for new blockquote changes | Mark Otto | 1 | -8/+8 | |
