| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-10-31 | Remove `datetime-local` warning from vnu ignore list, change reboot example. | patrickhlauke | 1 | -2/+7 | |
| 2017-10-31 | Remove the redundant `role=navigation` from `nav`s. | XhmikosR | 1 | -3/+3 | |
| 2017-10-31 | Add display utilities link in 'Utilities for layout' docs page (#24615) | Giovanni Totaro - aka Vanni | 1 | -1/+1 | |
| 2017-10-30 | Minor Markdown consistency cleanup. (#24605) | XhmikosR | 6 | -5/+14 | |
| 2017-10-30 | redesign these tables, fix headings, add intro paragraphs | Mark Otto | 1 | -34/+38 | |
| 2017-10-30 | Add missing trailing slashes to URLs in docs | Giovanni Totaro | 1 | -1/+1 | |
| 2017-10-30 | Merge branch 'v4-dev' into docs-bundle-js | Giovanni Totaro - aka Vanni | 5 | -5/+5 | |
| 2017-10-30 | Fix bad title for our dispose method in our documentation | Johann-S | 5 | -5/+5 | |
| 2017-10-30 | Explain contents of bundled JS files in docs (#23735) | Giovanni Totaro | 1 | -1/+31 | |
| 2017-10-29 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 2 | -0/+184 | |
| 2017-10-29 | nuke container class for consistency while we're here | Mark Otto | 1 | -1/+1 | |
| 2017-10-29 | tweak spacing | Mark Otto | 1 | -1/+1 | |
| 2017-10-29 | Add dropright and dropleft (right and left placements for our dropdown) (#23860) | Johann-S | 1 | -0/+126 | |
| * Add dropright (right placement for our dropdown) * Add dropleft * moves drop left arrow to the left | |||||
| 2017-10-29 | Add `.modal-dialog-centered` for optional vertically centered modal (#24510) | Mark Otto | 1 | -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-29 | Merge branch 'v4-dev' of https://github.com/jipexu/bootstrap into jipexu-v4-dev | Mark Otto | 1 | -17/+17 | |
| 2017-10-28 | Add information about the fact we do not use Popper.js for Dropdown c… ↵ | Johann-S | 1 | -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-28 | Revamp docs About section (#24589) | Mark Otto | 2 | -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-27 | form y space in doc | jeanpierre | 1 | -17/+17 | |
| 2017-10-26 | Add `table-row` in documentation (#24551) | Paweł Kuna | 1 | -0/+1 | |
| 2017-10-22 | fixes #23695 | Mark Otto | 1 | -0/+1 | |
| 2017-10-22 | Merge branch 'input-group-custom-forms' into v4-dev | Mark Otto | 1 | -2/+95 | |
| 2017-10-22 | clarify | Mark Otto | 1 | -1/+3 | |
| 2017-10-22 | improve visual appeal of examples | Mark Otto | 1 | -4/+4 | |
| 2017-10-22 | combine | Mark Otto | 1 | -3/+1 | |
| 2017-10-22 | line break | Mark Otto | 1 | -0/+1 | |
| 2017-10-22 | Merge branch 'v4-dev' of https://github.com/aavmurphy/bootstrap into ↵ | Mark Otto | 1 | -46/+57 | |
| aavmurphy-v4-dev | |||||
| 2017-10-22 | mention spacing in card docs, fixes part of #24373 | Mark Otto | 1 | -1/+1 | |
| 2017-10-22 | copy edit | Mark Otto | 1 | -3/+1 | |
| 2017-10-22 | Merge branch 'input-group-custom-forms' of https://github.com/twbs/bootstrap ↵ | Mark Otto | 1 | -1/+1 | |
| into input-group-custom-forms | |||||
| 2017-10-22 | add ids, add for attributes, and fix dupe ids | Mark Otto | 1 | -11/+11 | |
| 2017-10-23 | Enable stylelint's `function-comma-space-after`. (#24501) | XhmikosR | 4 | -9/+9 | |
| The option is set to `always-single-line` in stylelint-config-standard which we extend. | |||||
| 2017-10-22 | New examples screenshots. (#24395) | XhmikosR | 37 | -18/+18 | |
| The images are PNG 8-bit optimized with optipng, zopflipng and pngout. | |||||
| 2017-10-22 | start beta 3 migration docs, mention removed var | Mark Otto | 1 | -0/+6 | |
| 2017-10-22 | Fix broken URI fragment and a redirected link. (#24456) | XhmikosR | 1 | -1/+1 | |
| 2017-10-22 | Reduce whitespace liquid outputs. (#24470) | XhmikosR | 1 | -2/+2 | |
| 2017-10-20 | Use `navbar-expand-sm` in our navbar bottom example for small devices (#24463) | Johann-S | 1 | -1/+1 | |
| 2017-10-20 | Be consistent with "JS"/"JavaScript". (#24457) | XhmikosR | 7 | -7/+7 | |
| 2017-10-20 | Reduce z-indexes in button-group, input-group, list-group, and pagination to ↵ | rmacklin | 1 | -0/+2 | |
| the minimum necessary (#24315) These were using `z-index: 2` to "Place active items above their siblings for proper border styling". However, using `z-index: 1` is sufficient for accomplishing that goal. In input-group, there were also three `z-index: 3` rules for the hover/focus/active states. I reduced these to `z-index: 2` since they just needed to be "one more than normal" (i.e. one more than what is now `z-index: 1` after my changes). These changes can be verified by viewing the documentation pages for Button group, Input group, List group, and Pagination before and after this commit and observing that the active elements are still "above" their siblings, so their borders look correct. | |||||
| 2017-10-20 | Merge branch 'v4-dev' into input-group-custom-forms | XhmikosR | 1 | -1/+1 | |
| 2017-10-20 | migration.md: fix Jekyll variable. (#24449) | XhmikosR | 1 | -1/+1 | |
| Rationale: the page is not available locally, only on gh-pages, thus leading to a 404 locally. | |||||
| 2017-10-19 | Add input group support for custom selects and custom files | Mark Otto | 1 | -1/+92 | |
| Closes #24437, closes #22457 | |||||
| 2017-10-19 | another ; | Andrew Murphy | 1 | -1/+1 | |
| 2017-10-19 | formatting | Andrew Murphy | 1 | -17/+17 | |
| 2017-10-19 | typo | Andrew Murphy | 1 | -1/+1 | |
| 2017-10-19 | suggested changes | Andrew Murphy | 1 | -12/+12 | |
| 2017-10-19 | typov4.0.0-beta.2 | Mark Otto | 1 | -1/+1 | |
| 2017-10-19 | new current_ruby-version var | Mark Otto | 1 | -2/+2 | |
| 2017-10-19 | update getting started docs too | Mark Otto | 1 | -2/+2 | |
| 2017-10-19 | spelling changes to theming.md (#24444) | Gijs Boddeus | 1 | -4/+4 | |
| 2017-10-19 | remove form control label as it have been removed (#24442) | Laussel Loïc | 2 | -4/+4 | |
