aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-08-04Dropup dropdown-menu should have margin on the bottom instead of topPatrick Yeo1-0/+5
2017-08-04(#22414) Rename for consistency `$dropdown-margin-top` to `$dropdown-spacer`Patrick Yeo2-2/+2
2017-08-04distMark Otto11-34/+23
2017-08-04better label, remove some contents to better illustrate behaviorMark Otto1-12/+1
2017-08-04fix navbar alignment for never expand situationsMark Otto1-0/+3
2017-08-04given `width: 100%` is always on a container now and it's constrained by ↵Mark Otto1-6/+0
max-width, we can remove our navbar changes from #21722 and #22383
2017-08-04Merge branch 'issue_23100' of https://github.com/chiraggmodi/bootstrap into ↵Mark Otto1-2/+2
chiraggmodi-issue_23100
2017-08-04remove old validation docs, fixes #23217Mark Otto1-28/+0
2017-07-31Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto13-70/+38
2017-07-31fixes https://github.com/toshimaru/jekyll-toc/issues/25Mark Otto1-10/+5
2017-07-31Fix HTML errors. (#23184)XhmikosR1-4/+4
The "aria-controls" attribute must point to an element in the same document.
2017-07-31Add semicolon for our dist files in stamp.js (#23182)Johann-S1-1/+1
2017-07-30Specify `rel="noopener` for external links.XhmikosR3-10/+10
2017-07-30docs: add a few more Open Graph tags.XhmikosR1-1/+6
2017-07-30Compress brand SVGs with SVGOMG.XhmikosR3-52/+15
~30% savings.
2017-07-30_data/browser-features.yml: remove trailing spaces.XhmikosR1-1/+1
2017-07-30docs: exclude package-lock.json from dist.XhmikosR1-1/+1
2017-07-30Losslessly compress social logos.XhmikosR2-0/+0
Before: 374 KB (383.630 bytes) After: 304 KB (311.505 bytes)
2017-07-30Update docs and carousel example for `order-`.XhmikosR2-8/+9
2017-07-30Update accessibility.md汪磊1-1/+1
2017-07-28Update Popper.js to 1.11.0 (#23162)Johann-S8-12/+11
2017-07-28Fix ESLint docs errors. (#23163)XhmikosR2-1/+2
Ignore ESLint error in ie-emulation-modes-warning.js. Although the error is valid, enough time has been spent on old IE's problems, so just ignore it.
2017-07-27Wall of Browser Bugs: Update CSS multi-column entries (#23168)Chris Rebert1-10/+10
Remove https://bugzilla.mozilla.org/show_bug.cgi?id=1282363 because CSSWG deemed Firefox's behavior to be the correct behavior per https://github.com/w3c/csswg-drafts/issues/314 Replace it with a Chrome bug about changing Chrome to follow the spec & Firefox: https://bugs.chromium.org/p/chromium/issues/detail?id=269061
2017-07-27Remove fixed bugs from Wall of Browser Bugs (#23159)Chris Rebert1-40/+0
* https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/817822/ * https://bugs.chromium.org/p/chromium/issues/detail?id=465274 * https://bugs.chromium.org/p/chromium/issues/detail?id=510079 * https://bugs.webkit.org/show_bug.cgi?id=158276
2017-07-26Remove Firefox transitioncancel entry from Most Wanted listChris Rebert1-10/+0
The transitioncancel event was shipped in Firefox 53 🎉 https://bugzilla.mozilla.org/show_bug.cgi?id=1264125
2017-07-18make changes as per suggestion in #23100Chirag Modi1-2/+1
2017-07-18remove change which set from variable and make those in container classChirag Modi2-1/+1
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