| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-08-20 | fixes double border when .list-group.list-group-flush is preceded by ↵ | gijsbotje | 1 | -0/+4 | |
| .card-header | |||||
| 2017-08-20 | dist | Mark Otto | 34 | -153/+535 | |
| 2017-08-20 | added @content directive to media-breakpoint-only mixin for min and max cases | Alex Chegodaev | 1 | -2/+6 | |
| 2017-08-20 | Drop the variables file table of contents and update the comment at the top | Mark Otto | 1 | -38/+0 | |
| I never use this dang list and it just falls out of date far too easily. Dropping for my own sanity. | |||||
| 2017-08-20 | equalize height of the first card of the card-group | gijsbotje | 1 | -1/+1 | |
| 2017-08-20 | fixed package.json jspm section. | Albert Willemsen | 1 | -3/+6 | |
| 2017-08-20 | Changed Typography title to Text | Simon Podlipsky | 1 | -1/+1 | |
| 2017-08-20 | Update redirect.html | XhmikosR | 1 | -2/+3 | |
| 2017-08-20 | Restore grid offset classes | Mark Otto | 3 | -2/+58 | |
| Fixes #23360 by restoring just the offset class generation to our grid framework mixins. Also restores the `make-col-offset` mixin. Docs have been restored to illustrate this behavior and merged with the newer margin utilities examples. | |||||
| 2017-08-19 | Carousel prev/next controls are renamed accordingly (#23561) | Jeroen van Warmerdam | 1 | -1/+1 | |
| 2017-08-18 | Fix favicons inclusion after e932345. (#23473) | XhmikosR | 1 | -0/+2 | |
| 2017-08-18 | Remove `color` property from `badge` class | Jon Wolski | 1 | -1/+0 | |
| I suggest removing `color: #FFF` from the `badge` class, because it is provided by the `badge-<modifier>` classes along with a background-color, whereas there is no corresponding background-color provided on the `badge` class itself. Background ---------- According to the documentation: > [badge] Requires one of the contextual, color modifier classes for `color` and > `background-color`. That is, color and background color should be provided by a modifier class, rather than the badge class itself. e.g. `<span class='badge badge-primary'>4</span>` In general, providing a `color` property without also providing a `background-color` should be avoided. [W3 QA tips] In this context, this is a problem only if someone creates a `badge` without providing a modifier. Such an omition may be difficult to trouble-shoot, because this will most likely yield white text on a white background. [W3 QA tips](https://www.w3.org/QA/Tips/color) | |||||
| 2017-08-18 | Update devDependencies and fix a typo in comment. (#23534) | XhmikosR | 2 | -354/+212 | |
| 2017-08-18 | Update reboot.md (#23521) | XhmikosR | 1 | -3/+3 | |
| 2017-08-17 | Add a unit test to check if the carousel do not cycle when its parent isn't ↵ | Johann-S | 1 | -0/+39 | |
| visible | |||||
| 2017-08-17 | Unit test to check if our carousel do not cycle when we cannot see it | Johann-S | 1 | -0/+37 | |
| 2017-08-17 | Carousel - do not call next when the carousel or the parent isn't visible | Johann-S | 1 | -1/+3 | |
| 2017-08-17 | Fix error in Alerts component doc (#23522) | Jonathan Berger | 1 | -1/+1 | |
| 2017-08-17 | Remove the unneeded `d-block` from `.carousel-item`s. (#23472) | XhmikosR | 1 | -3/+3 | |
| 2017-08-16 | Merge pull request #2 from twbs/v4-dev | Gijs Boddeus | 1 | -1/+1 | |
| browsers-devices.md: fix typo. (#23495) | |||||
| 2017-08-16 | browsers-devices.md: fix typo. (#23495) | XhmikosR | 1 | -1/+1 | |
| 2017-08-15 | Merge pull request #1 from twbs/v4-dev | Gijs Boddeus | 520 | -64525/+34462 | |
| updating fork of BS to v4-beta1 | |||||
| 2017-08-15 | Fixed Example Carousel so it works on mobile (#23470) | Retroity | 1 | -3/+3 | |
| 2017-08-15 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 28 | -78/+169 | |
| 2017-08-15 | fixes #23464: update grid migration docs to mention order replaced push/pull | Mark Otto | 1 | -1/+2 | |
| 2017-08-15 | Remove $zindex-dropdown-backdrop from docs (#23461) | Rolandas Barysas | 1 | -1/+0 | |
| It was removed in 6d64afe. | |||||
| 2017-08-15 | README.md: use https for the Bootstrap logo. (#23458) | XhmikosR | 1 | -1/+1 | |
| 2017-08-15 | Merge pull request #23457 from twbs/v4-dev-xmr-liquid-whitespace | XhmikosR | 7 | -34/+34 | |
| Reduce liquid's whitespace for a few pages and move about menu to the end. | |||||
| 2017-08-15 | Move About menu link to the end. | XhmikosR | 1 | -2/+2 | |
| 2017-08-15 | Reduce liquid's whitespace for a few pages. | XhmikosR | 6 | -32/+32 | |
| Also fix a couple of typos while at it and change header tags' order. | |||||
| 2017-08-15 | Merge pull request #23101 from twbs/v4-dev-xmr-docs-favicons | XhmikosR | 20 | -6/+81 | |
| docs: New favicons and add a service worker | |||||
| 2017-08-15 | Register a service worker. | XhmikosR | 4 | -1/+18 | |
| 2017-08-15 | New favicons. | XhmikosR | 16 | -5/+63 | |
| Include everything for most browsers to work including Android. Kept favicon.ico to the root dir. Also added a manifest.json for PWA. | |||||
| 2017-08-15 | Beautify _config.yml. (#23448) | XhmikosR | 1 | -37/+54 | |
| 2017-08-14 | fix docs version, closes #23421 | Mark Otto | 1 | -1/+1 | |
| 2017-08-14 | Fix .btn-outline-light hover color | Mark Otto | 1 | -1/+5 | |
| Uses some if/else action to ensure there's readable text on hover. Swapped out a hex value to a variable while I was in there. Fixes #23398, fixes #23351. | |||||
| 2017-08-14 | dist | Mark Otto | 35 | -187/+185 | |
| 2017-08-14 | De-dupe width on .fluid-container (#23402) | Mark Otto | 1 | -1/+0 | |
| Fixes #23397 | |||||
| 2017-08-14 | FIX: Broken 'About' Link in the Footer (#23367) | Ahmad Awais | 1 | -1/+1 | |
| 2017-08-14 | Add traditional Chinese in translations.yml (#23357) | Casper | 1 | -0/+5 | |
| 2017-08-14 | Adds a default flag to paragraph-margin-bottom (#23420) | Andres Galante | 1 | -1/+1 | |
| 2017-08-14 | Small typo on screenreaders page (#23416) | Peder Johnsen | 1 | -1/+1 | |
| Just fixes small typo | |||||
| 2017-08-14 | Remove remaining v4 alpha references (#23414) | Jacob Müller | 2 | -4/+4 | |
| * Remove remaining references to v4 Alpha This commit removes the remaining refrences to the v4 Alpha website and replaces them with the corresponding v4 Beta ones. **Note:** We have to hard code the current docs version at some places. Wouldn't it be good to have a `/docs/latest/` redirect to solve this "issue" in the future? * Don't update the domain in the CNAME file | |||||
| 2017-08-14 | Removed comment (#23415) | Jurre | 1 | -3/+0 | |
| There is no _custom.scss file anymore. | |||||
| 2017-08-14 | Mention badge-default in migration docs, fix typo on popover docs (#23409) | jipexu | 2 | -1/+2 | |
| 2017-08-14 | Adding Gemfile to package.json | Arthur Franco | 1 | -0/+1 | |
| Gemfile was missing. Couldn't compile documentation when using npm. | |||||
| 2017-08-14 | changes 1px to border-width variable on cards | Andres Galante | 1 | -1/+1 | |
| 2017-08-14 | Remove apostrophe | Cory Becker | 1 | -1/+1 | |
| 2017-08-14 | v4 docs Add description for global variable `$enable-caret` | Patrick Yeo | 1 | -0/+1 | |
| 2017-08-14 | Add option to disable carets on dropdowns through `$enable-caret` | Patrick Yeo | 4 | -19/+39 | |
