aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-11-24document itMark Otto1-2/+2
2017-11-25Use Jekyll's `smartify` filter when possible. (#24866)XhmikosR1-1/+1
2017-11-25Update package.json. (#24582)XhmikosR1-0/+1
1. Use the same jQuery version in jspm 2. Update the files to only include the source and dist folders
2017-11-24Custom select updates (#24699)Mark Otto1-0/+40
* Add support for size attribute on custom selects * Add large custom select, document it and the small variant * fix custom select focus state * fix custom file input focus styles * remove empty line
2017-11-24lets the centered modal have any height (#24803)Andres Galante1-1/+1
2017-11-24Rewrite custom form check backgrounds (#24697)Mark Otto1-0/+1
* Rewrite custom form check backgrounds Previously, this was all just a background-color and background-image. When we restored the gradients though, we had two background-images competing on the same element, causing rendering glitches. This refactors that code, creating a mixin to simplify things, so we can we easily use two background-images (SVG icon and gradient) when -gradients is set to true. Fixes #24598 * restore default vars * Revamp custom check and radio backgrounds Instead of applying multiple background-image's to the same element, we're adding a new ::before pseudo-element to layer the background-images. Gradients go on the .custom-control-indicator while their icons go on the ::before element. This allows us to shave some bytes from when we compile and we previously needed to redeclare the background-image for the icon if you changed the gradient. * remove now unused mixin * mention change in migration docs
2017-11-24closes #24450Mark Otto1-3/+1
2017-11-24Update typography docs (#24863)ysds1-1/+1
2017-11-20Add support for fractional viewport widths (zoom/high-dpi displays) (#24299)Patrick H. Lauke3-10/+17
* Change breakpoint max- calculation to fractional values * Update docs to reflect fractional max-width breakpoint values * Add fractional max-width to offcanvas example * Add documentation and SCSS comment for fractional viewport support
2017-11-20Fix dropup example codeysds1-2/+1
2017-11-19Typos in grid.md (#24828)Rychu1-1/+1
Fixed typos in offsetting section of grid.md
2017-11-17Change the text color to dark on bg color warning examples (#24805)Andres Galante1-2/+2
2017-11-16Fix installing deps in our webpack docsJohann-S1-1/+1
2017-11-15Use UMD and fix build to properly load deps (#24783)Federico Zivolo1-19/+3
2017-11-15Correct spelling mistakes. (#24778)Edward Betts1-1/+1
2017-11-15Removed .col-form-label from vertical form example (#24771)Daniel Niccoli1-2/+2
Fixes #24739
2017-11-11fix typo grid.md (#24757)Gijs Boddeus1-1/+1
fixes #24744
2017-11-09Add missing `role="button"` in collapse examples. (#24725)Patrick Yeo1-8/+8
2017-11-09Use native pseudo-selectors instead of jQuery selectors (#24713)Vasilii Artemchuk3-9/+9
2017-11-08Use correct jQuery name in docs (#24712)Vasilii Artemchuk15-15/+15
2017-11-06descriptive docs variable naming (#24521)m5o1-2/+2
* use descriptive docs btn naming * rename `btn-bd-yellow` to `btn-bd-download` * sort state vars * sort state vars * info, warning, danger * rename btn-bd-purple * rename `.btn-bd-purple` to `.btn-bd-primary` * align docs color variables * generate $bd-purple-light color * with http://razorltd.github.io/sasscolourfunctioncalculator/ * allow overide of docs variables
2017-11-06getting-started.md: Redirect from `/getting-started/` too. (#24669)XhmikosR1-2/+3
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-03Update our Webpack documentation for Webpack 3 (#24656)Johann-S1-3/+17
2017-10-31Fix invalid `<nav ... role="tablist">` in docs.patrickhlauke1-9/+13
2017-10-31Remove `datetime-local` warning from vnu ignore list, change reboot example.patrickhlauke1-2/+7
2017-10-31Remove the redundant `role=navigation` from `nav`s.XhmikosR1-3/+3
2017-10-31Add display utilities link in 'Utilities for layout' docs page (#24615)Giovanni Totaro - aka Vanni1-1/+1
2017-10-30Minor Markdown consistency cleanup. (#24605)XhmikosR6-5/+14
2017-10-30redesign these tables, fix headings, add intro paragraphsMark Otto1-34/+38
2017-10-30Add missing trailing slashes to URLs in docsGiovanni Totaro1-1/+1
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 Totaro1-1/+31
2017-10-29Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-0/+184
2017-10-29nuke container class for consistency while we're hereMark Otto1-1/+1
2017-10-29tweak spacingMark Otto1-1/+1
2017-10-29Add dropright and dropleft (right and left placements for our dropdown) (#23860)Johann-S1-0/+126
* 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 Otto1-0/+58
* 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.
2017-10-29Merge branch 'v4-dev' of https://github.com/jipexu/bootstrap into jipexu-v4-devMark Otto1-17/+17
2017-10-28Add information about the fact we do not use Popper.js for Dropdown c… ↵Johann-S1-1/+1
(#24571) * Add information about the fact we do not use Popper.js for Dropdown contained in navbars * Update dropdowns.md * Update dropdowns.md
2017-10-28Revamp docs About section (#24589)Mark Otto2-25/+18
- Drops the Team page for privacy and accuracy. I don't want to pressure folks into feeling committed to the project through a page like this, and it also doesn't allow folks any privacy option (as you can hide org membership on your GitHub profile). - Moves the History page into an Overview page, which includes an updated history page and a quick team blurb at the top. - Added redirects to the new Overview page from Team and History
2017-10-27form y space in docjeanpierre1-17/+17
2017-10-26Add `table-row` in documentation (#24551)Paweł Kuna1-0/+1
2017-10-22fixes #23695Mark Otto1-0/+1
2017-10-22Merge branch 'input-group-custom-forms' into v4-devMark Otto1-2/+95
2017-10-22clarifyMark Otto1-1/+3
2017-10-22improve visual appeal of examplesMark Otto1-4/+4