aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-07-08Added the .navbar-expand class to the docs-nav navbar to fix issue #22976gijsbotje1-1/+1
2017-07-06Docs: added missing quote in input-group example (#23010)Vincent Le Put1-1/+1
2017-07-05move the about directory into the docs to avoid collision with the multiple ↵Mark Otto5-1/+1
versions of our hosted docs
2017-07-05Remove box-shadow from .btn-link:focus (#22998)Patrick H. Lauke1-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-05Use config file for UglifyJS to ensure same behavior on every environments ↵Johann-S2-2/+7
(#22990)
2017-07-04move the overflow-y to the sticky `@supports` blockMark Otto1-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-04overflow-y auto on toc menuGijs Boddeus1-0/+1
fixes #22977
2017-07-04npm buildMark Otto7-97/+85
2017-07-04Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto12-21/+48
2017-07-04Update Popper.js to 1.10.8Johann-S8-12/+14
2017-07-04Dropdown - Disable applyStyle modifier instead of removing inline style ↵Johann-S2-7/+32
applied by Popper.js
2017-07-04fixed doc vertical-align.md "inlie" to "inline" (#22984)Casper1-1/+1
2017-07-03fixes #22979Mark Otto1-1/+1
2017-07-03fixes #22981Mark Otto1-1/+1
2017-07-02fixes #22968Mark Otto1-1/+1
2017-07-02fix some busted linksMark Otto9-44/+7
2017-07-02Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-5/+0
2017-07-02npm buildMark Otto28-279/+301
2017-07-01follow up to 4e067f722Mark Otto1-1/+1
2017-07-01Removed Japanese translationBailey1-5/+0
The Japanese website (http://bootstrap4.jp/) doesn't exist therefore I removed the link to it.
2017-07-01Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-5/+1
2017-07-01remove unused $list-group-color variable; it should naturally inherit from ↵Mark Otto1-1/+0
the body
2017-07-01update commentMark Otto1-1/+0
2017-07-01put button active bg and border in the mixin params for more customization ↵Mark Otto1-4/+1
options
2017-07-01match btn transition to inputMark Otto1-1/+1
2017-07-01doh, we already have that aboveMark Otto1-4/+0
2017-07-01Add .text-truncate class. We already had a mixin and documented the class, ↵Mark Otto2-1/+11
so this fixes that.
2017-07-01update linkMark Otto1-1/+1
2017-07-01update nameMark Otto1-1/+1
2017-07-01Redo the "responsive helpers" filesMark Otto6-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-01Move /utilities/typography to /utilities/text to match SCSS file nameMark Otto7-7/+7
2017-07-01Move /utilities/flexbox to /utilities/flex to match name of SCSS fileMark Otto8-8/+8
2017-07-01remove some unused vars, restore table-active variantMark Otto2-5/+2
2017-07-01badge variants are generated from -colors Sass mapMark Otto1-6/+0
2017-07-01button variants are generated from -colors Sass mapMark Otto1-24/+0
2017-07-01no xs sizes being usedMark Otto1-1/+0
2017-07-01Add bash script to lint our variablesMark Otto1-0/+28
2017-07-01build distMark Otto27-252/+272
2017-07-01Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-9/+21
2017-07-01Restore .text-mutedMark Otto1-3/+3
2017-07-01Update carousel display settingsMark Otto1-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-01using max-width in flex: 1 0 auto; in ie11 offsets the center-aligned contentsMark Otto1-1/+1
2017-07-01use @supports to apply transform3d to those who can do it, then provide a ↵Mark Otto1-3/+15
non-3d fallback to ie11
2017-07-01no need for offset, use justify-content-centerMark Otto1-2/+2
2017-07-01cleanup offsetsMark Otto4-15/+13
2017-06-30build distMark Otto27-234/+241
2017-06-30build distMark Otto7-220/+13
2017-06-30clip to border-box, update overlayMark Otto2-1/+2
2017-06-30remove a few .card-dark refsMark Otto1-3/+3
2017-06-30account for new blockquote changesMark Otto1-8/+8