aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-08-20fixes double border when .list-group.list-group-flush is preceded by ↵gijsbotje1-0/+4
.card-header
2017-08-20distMark Otto34-153/+535
2017-08-20added @content directive to media-breakpoint-only mixin for min and max casesAlex Chegodaev1-2/+6
2017-08-20Drop the variables file table of contents and update the comment at the topMark Otto1-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-20equalize height of the first card of the card-groupgijsbotje1-1/+1
2017-08-20fixed package.json jspm section.Albert Willemsen1-3/+6
2017-08-20Changed Typography title to TextSimon Podlipsky1-1/+1
2017-08-20Update redirect.htmlXhmikosR1-2/+3
2017-08-20Restore grid offset classesMark Otto3-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-19Carousel prev/next controls are renamed accordingly (#23561)Jeroen van Warmerdam1-1/+1
2017-08-18Fix favicons inclusion after e932345. (#23473)XhmikosR1-0/+2
2017-08-18Remove `color` property from `badge` classJon Wolski1-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-18Update devDependencies and fix a typo in comment. (#23534)XhmikosR2-354/+212
2017-08-18Update reboot.md (#23521)XhmikosR1-3/+3
2017-08-17Add a unit test to check if the carousel do not cycle when its parent isn't ↵Johann-S1-0/+39
visible
2017-08-17Unit test to check if our carousel do not cycle when we cannot see itJohann-S1-0/+37
2017-08-17Carousel - do not call next when the carousel or the parent isn't visibleJohann-S1-1/+3
2017-08-17Fix error in Alerts component doc (#23522)Jonathan Berger1-1/+1
2017-08-17Remove the unneeded `d-block` from `.carousel-item`s. (#23472)XhmikosR1-3/+3
2017-08-16Merge pull request #2 from twbs/v4-devGijs Boddeus1-1/+1
browsers-devices.md: fix typo. (#23495)
2017-08-16browsers-devices.md: fix typo. (#23495)XhmikosR1-1/+1
2017-08-15Merge pull request #1 from twbs/v4-devGijs Boddeus520-64525/+34462
updating fork of BS to v4-beta1
2017-08-15Fixed Example Carousel so it works on mobile (#23470)Retroity1-3/+3
2017-08-15Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto28-78/+169
2017-08-15fixes #23464: update grid migration docs to mention order replaced push/pullMark Otto1-1/+2
2017-08-15Remove $zindex-dropdown-backdrop from docs (#23461)Rolandas Barysas1-1/+0
It was removed in 6d64afe.
2017-08-15README.md: use https for the Bootstrap logo. (#23458)XhmikosR1-1/+1
2017-08-15Merge pull request #23457 from twbs/v4-dev-xmr-liquid-whitespaceXhmikosR7-34/+34
Reduce liquid's whitespace for a few pages and move about menu to the end.
2017-08-15Move About menu link to the end.XhmikosR1-2/+2
2017-08-15Reduce liquid's whitespace for a few pages.XhmikosR6-32/+32
Also fix a couple of typos while at it and change header tags' order.
2017-08-15Merge pull request #23101 from twbs/v4-dev-xmr-docs-faviconsXhmikosR20-6/+81
docs: New favicons and add a service worker
2017-08-15Register a service worker.XhmikosR4-1/+18
2017-08-15New favicons.XhmikosR16-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-15Beautify _config.yml. (#23448)XhmikosR1-37/+54
2017-08-14fix docs version, closes #23421Mark Otto1-1/+1
2017-08-14Fix .btn-outline-light hover colorMark Otto1-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-14distMark Otto35-187/+185
2017-08-14De-dupe width on .fluid-container (#23402)Mark Otto1-1/+0
Fixes #23397
2017-08-14FIX: Broken 'About' Link in the Footer (#23367)Ahmad Awais1-1/+1
2017-08-14Add traditional Chinese in translations.yml (#23357)Casper1-0/+5
2017-08-14Adds a default flag to paragraph-margin-bottom (#23420)Andres Galante1-1/+1
2017-08-14Small typo on screenreaders page (#23416)Peder Johnsen1-1/+1
Just fixes small typo
2017-08-14Remove remaining v4 alpha references (#23414)Jacob Müller2-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-14Removed comment (#23415)Jurre1-3/+0
There is no _custom.scss file anymore.
2017-08-14Mention badge-default in migration docs, fix typo on popover docs (#23409)jipexu2-1/+2
2017-08-14Adding Gemfile to package.jsonArthur Franco1-0/+1
Gemfile was missing. Couldn't compile documentation when using npm.
2017-08-14changes 1px to border-width variable on cardsAndres Galante1-1/+1
2017-08-14Remove apostropheCory Becker1-1/+1
2017-08-14v4 docs Add description for global variable `$enable-caret`Patrick Yeo1-0/+1
2017-08-14Add option to disable carets on dropdowns through `$enable-caret`Patrick Yeo4-19/+39