aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-07-17fixed issue #23100Chirag Modi1-0/+1
2017-07-16distMark Otto35-2334/+464
2017-07-16(#22414) Rename for consistency `$custom-checkbox-border-radius`, ↵Patrick Yeo2-14/+14
`$custom-checkbox-icon-checked`, `$custom-checkbox-indeterminate-bg`, `$custom-checkbox-icon-indeterminate`, `$custom-checkbox-indeterminate-box-shadow`, `$custom-radio-border-radius`, `$custom-radio-icon-checked` to `$custom-checkbox-indicator-border-radius`, `$custom-checkbox-indicator-icon-checked`, `$custom-checkbox-indicator-indeterminate-bg`, `$custom-checkbox-indicator-icon-indeterminate`, `$custom-checkbox-indicator-indeterminate-box-shadow`, `$custom-radio-indicator-border-radius`, `$custom-radio-indicator-icon-checked`, respectively
2017-07-16fix location of favicons so it loads when viewing the examples. This is the ↵Scott Petrovic18-18/+18
only one I found in the project, so I am assuming it is the right one to point to (#22895)
2017-07-16Errata from #23094.Bardi Harborow3-4/+6479
2017-07-16Fall back to ESLint v3 indentation behaviour.Bardi Harborow1-1/+2
2017-07-16Switch to using NPM lock files.Bardi Harborow3-4136/+0
2017-07-16Update dependencies.Bardi Harborow8-8277/+245
2017-07-15Start testing on Node v8.Bardi Harborow1-2/+2
2017-07-14only need the one utility class, it'll naturally apply at sm and aboveMark Otto1-1/+1
2017-07-14Fix #22974John Galt1-1/+1
2017-07-14mention how to do edge-to-edge in docsMark Otto1-0/+2
/cc #23070
2017-07-14fixes #23045Mark Otto1-5/+0
2017-07-12Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto3-10/+32
2017-07-13Add badge counter example and accessibility advicePatrick H. Lauke1-0/+30
2017-07-12Fixed a word (connectinh / connecting)Casper1-1/+1
2017-07-11Remove ::first-letter and ::first-line selectors from print stylesPatrick H. Lauke1-9/+1
Bootstrap itself doesn't use any `::first-letter` or `::first-line` styles. These selectors also cause(d) problems in IE11 (see https://github.com/h5bp/html5-boilerplate/pull/1799) and currently cause a nasty rendering bug in Chrome where the first letter is vertically shifted (see https://github.com/twbs/bootstrap/issues/21771) As h5bp has now removed these as well, no need to keep and comment them out. See https://github.com/h5bp/html5-boilerplate/issues/1961 / https://github.com/h5bp/html5-boilerplate/pull/1962
2017-07-09Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-0/+6
2017-07-09Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-1/+1
2017-07-09fix broken example linkMark Otto1-1/+1
2017-07-09ignore itMark Otto1-0/+3
2017-07-08update docsearch config to handle h1s properly (load top of page, not at the h1)Mark Otto1-0/+6
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