aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-11-06fixes #24553: override border-color on focus of custom select with form ↵Mark Otto1-0/+1
validation (#24695)
2017-11-06Restore .progress-bar transition (#24694)Mark Otto1-0/+1
Unintentionally removed in #22703. Fixes #24643.
2017-11-06fixing label cutoff at 0% (#24544)Gijs Boddeus1-1/+2
2017-11-06Convert px values to rem on tooltip variables (#23468)Andres Galante2-16/+15
* converts px valures to rem on tooltip variables * keep as px to match popover changes
2017-11-06changes list-inline-padding from 5px to .5remAndres Galante1-1/+1
2017-11-06Minor Sass consistency changes. (#24677)XhmikosR7-8/+8
* use `background-color` instead of the shorthand * use `outline: 0` consistently * fix transform order * remove quotes from `SFMono-Regular`
2017-11-03Update package-lock.json. (#24666)XhmikosR1-214/+52
2017-11-03Remove whitespace in SVG includes.XhmikosR2-5/+5
2017-11-03Remove a few extra newlines.XhmikosR14-32/+0
2017-11-03Highlight snippet as CSS.XhmikosR1-1/+1
2017-11-03getting-started/introduction.md: move title below the retired meta tags.XhmikosR1-1/+2
2017-11-03Add svg files in workbox and remove jpg.XhmikosR1-1/+1
2017-11-03Update Jekyll excludes to ignore more files.XhmikosR1-0/+2
2017-11-03Update our Webpack documentation for Webpack 3 (#24656)Johann-S1-3/+17
2017-11-02Convert modal's px units to rem (#23782)Andres Galante1-16/+16
2017-11-01Create CODE_OF_CONDUCT.md (#24629)Mark Otto1-0/+46
2017-11-01Update devDependencies and gems. (#24610)XhmikosR2-994/+99
2017-11-01Fix broken footer link after the about page revamp. (#24612)XhmikosR1-1/+1
2017-10-31Fix invalid `<nav ... role="tablist">` in docs.patrickhlauke2-10/+13
2017-10-31More wording tweakspatrickhlauke1-2/+2
2017-10-31Shorten ignores - add more comments.XhmikosR1-7/+10
2017-10-31Remove `datetime-local` warning from vnu ignore list, change reboot example.patrickhlauke2-3/+10
2017-10-31Remove invalid example of `title` attribute in an SVG and related vnu error ↵patrickhlauke2-4/+0
suppression
2017-10-31Add comments to clarify why we ignore a couple of vnu's errors.patrickhlauke1-0/+4
* "autocomplete" attribute errors * "legend" is not allowed as child of "div"
2017-10-31Remove the redundant `role=navigation` from `nav`s.XhmikosR1-3/+3
2017-10-31vnu-jar.js: pass `-Xss512k` for 32-bit Java to avoid a StackOverflowError error.XhmikosR1-1/+8
2017-10-31Re-enable vnu-jar's warnings and suppress the ones we don't need now.XhmikosR1-2/+8
2017-10-31Add display utilities link in 'Utilities for layout' docs page (#24615)Giovanni Totaro - aka Vanni1-1/+1
2017-10-31build/*.js: es6ify. (#24611)XhmikosR3-5/+5
2017-10-31Remove bower.json from _config.yml. (#24609)XhmikosR1-1/+0
2017-10-31Update docsearch.js links (#24613)Martin Kolárik2-2/+2
2017-10-30Minor Markdown consistency cleanup. (#24605)XhmikosR6-5/+14
2017-10-30adds variables for the hr element marginAndres Galante2-3/+5
2017-10-30changes colors references on variables.scss from hardcoded to variables on ↵Andres Galante1-10/+10
the theme
2017-10-30redesign these tables, fix headings, add intro paragraphsMark Otto1-34/+38
2017-10-30Merge branch 'docs-bundle-js' of https://github.com/vannitotaro/bootstrap ↵Mark Otto2-2/+32
into vannitotaro-docs-bundle-js
2017-10-30distMark Otto11-82/+968
2017-10-30Add missing trailing slashes to URLs in docsGiovanni Totaro2-2/+2
2017-10-30Merge branch 'v4-dev' into docs-bundle-jsGiovanni Totaro - aka Vanni5-5/+5
2017-10-30Fix bad title for our dispose method in our documentationJohann-S5-5/+5
2017-10-30Explain contents of bundled JS files in docs (#23735)Giovanni Totaro2-2/+32
2017-10-30Do not create a Popper.js instance when we don't need itJohann-S1-21/+18
2017-10-29Clean up package.json scripts. (#24583)XhmikosR2-4/+5
* rename build/htmllint.js to build/vnu-jar.js * remove the unused `bash` script * split the `docs-lint` scripts * fix watch-js script to run only the parent `js-compile` script
2017-10-29distMark Otto16-71/+176
2017-10-29Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto8-19/+332
2017-10-29nuke container class for consistency while we're hereMark Otto1-1/+1
2017-10-29tweak spacingMark Otto1-1/+1
2017-10-29Throw error about Popper.js only when it's needed because some of our ↵Johann-S2-17/+15
plugins don't use it (#24573)
2017-10-29Add dropright and dropleft (right and left placements for our dropdown) (#23860)Johann-S5-2/+244
* Add dropright (right placement for our dropdown) * Add dropleft * moves drop left arrow to the left
2017-10-29Add `.modal-dialog-centered` for optional vertically centered modal (#24510)Mark Otto2-0/+73
* Add .modal-dialog-centered for optional vertically cenetered modal Fixes #23638 * adds modal-dialog-centered class to docs and removes margin to avoid generating a vertical scrolling * mention limitations * fix aria attr * Add `width: 100%` to the .modal-content for the centered version. Adding it here to avoid adding another selector by limiting it to the centered modal modifier.