| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-01-06 | clear up and split out breadcrumb examples | Mark Otto | 1 | -8/+8 | |
| 2016-01-06 | Merge pull request #18788 from twbs/refs-18458 | Chris Rebert | 1 | -0/+8 | |
| Add nested definition list to docs example | |||||
| 2016-01-06 | Merge pull request #18784 from twbs/input-types | Chris Rebert | 2 | -1/+91 | |
| Add comprehensive `.form-control` example(/testcase) to docs | |||||
| 2016-01-06 | Add nested definition list to docs example | Chris Rebert | 1 | -0/+8 | |
| Refs #18458 [skip sauce] | |||||
| 2016-01-06 | Merge branch 'input-type-reset-btn' into v4-dev | Chris Rebert | 1 | -0/+1 | |
| 2016-01-06 | Add <input type="reset"> example to Button Tags docs for completeness | Chris Rebert | 1 | -0/+1 | |
| [skip sauce] | |||||
| 2016-01-06 | grunt | Mark Otto | 8 | -18/+18 | |
| 2016-01-06 | Add comprehensive `.form-control` example(/testcase) to docs | Chris Rebert | 2 | -1/+91 | |
| Put all the textual input types right next to each other for easy visual comparison. Refs #17308, #18763 [skip sauce] | |||||
| 2016-01-06 | Merge pull request #18783 from twbs/v4-nav-cleanup | Mark Otto | 3 | -56/+59 | |
| v4: Nav cleanup | |||||
| 2016-01-06 | Consolidate nav-tab dropdown styles with nav-tab styles | Mark Otto | 1 | -12/+7 | |
| - Moves styles up the document a bit to nest them - Drops the static 1px for $navbar-tabs-border-width so once again it’s all tied together should folks customize that | |||||
| 2016-01-06 | New $nav-pills-active-link-* variables | Mark Otto | 2 | -6/+6 | |
| - Renames old and unused $nav-pills-active-link-hover-* for $nav-pills-active-link-* ones - Puts those vars to use in place of defaults $component-* vars on nav pills | |||||
| 2016-01-06 | Spacing y'all | Mark Otto | 1 | -20/+20 | |
| 2016-01-06 | Regroup nav variables | Mark Otto | 1 | -5/+0 | |
| 2016-01-06 | Revamp tabbed nav border variables | Mark Otto | 2 | -4/+4 | |
| - Add new $nav-tabs-border-width for the bottom border on the .nav-tabs parent class - Use that new variable for the negative margin on nav-items within it for consistent customization - Drop the $nav-tabs-link-border-width for the new variable so it’s all tied together | |||||
| 2016-01-06 | Add $nav-disabled-link-hover-bg variable | Mark Otto | 2 | -1/+2 | |
| 2016-01-06 | Add $nav-item-inline-spacer variable | Mark Otto | 2 | -1/+2 | |
| So folks can customize the distance between nav links in inline navs. | |||||
| 2016-01-06 | Nav docs updates | Mark Otto | 1 | -14/+25 | |
| - More consistent states and labels in nav examples - Add stacked pills example for with <nav> element | |||||
| 2016-01-06 | Tweak phrasing of .tab('show') docs | Chris Rebert | 1 | -1/+1 | |
| Refs #18708 [ci skip] | |||||
| 2016-01-06 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -0/+8 | |
| 2016-01-06 | grunt | Mark Otto | 8 | -142/+6 | |
| 2016-01-06 | Merge pull request #18708 from Johann-S/showDoc | Chris Rebert | 1 | -0/+8 | |
| Add documentation for Tab plugin's `show` method | |||||
| 2016-01-06 | follow up to #18782: remove pager vars | Mark Otto | 1 | -15/+0 | |
| 2016-01-06 | Merge pull request #18782 from twbs/v4-rip-pager | Mark Otto | 6 | -119/+11 | |
| v4: Drop pager component | |||||
| 2016-01-06 | fix blog example to use customized pagination based on button styles | Mark Otto | 2 | -11/+5 | |
| 2016-01-06 | add docs notes | Mark Otto | 1 | -1/+3 | |
| 2016-01-06 | Rip out the pager component | Mark Otto | 3 | -107/+3 | |
| 2016-01-06 | Ignore HTML validator warning about <input type="datetime-local"> | Chris Rebert | 1 | -1/+1 | |
| Erratum from #18778 [skip sauce] | |||||
| 2016-01-06 | Remove associated comment too | Chris Rebert | 1 | -1/+0 | |
| Erratum from #18658 [ci skip] | |||||
| 2016-01-06 | fixes #18658: no more min-width action on progress bars. we had them in v3 ↵ | Mark Otto | 1 | -12/+0 | |
| and ended up removing them for additional problems it caused folks. | |||||
| 2016-01-06 | Clarify a few things in migration docs | Mark Otto | 1 | -4/+4 | |
| 2016-01-06 | grunt | Mark Otto | 8 | -100/+102 | |
| 2016-01-06 | fix example css | Mark Otto | 1 | -3/+3 | |
| 2016-01-06 | Merge pull request #18775 from twbs/hack-18543 | Patrick H. Lauke | 1 | -0/+7 | |
| Set -ms-overflow-style:scrollbar to workaround apparent IE11+Edge @viewport bug | |||||
| 2016-01-06 | Merge pull request #18778 from twbs/rip-datetime | Patrick H. Lauke | 2 | -2/+2 | |
| Remove usages of and references to <input type="datetime"> | |||||
| 2016-01-06 | Remove usages of and references to <input type="datetime"> | Chris Rebert | 2 | -2/+2 | |
| It has been removed from the HTML specification: https://github.com/whatwg/html/issues/336 Only Presto Opera ever implemented a special UI for it. [skip sauce] | |||||
| 2016-01-06 | Update docs to account for #18772 | Chris Rebert | 3 | -11/+11 | |
| /fyi @mdo [skip sauce] | |||||
| 2016-01-06 | Set -ms-overflow-style:scrollbar to workaround apparent IE11+Edge @viewport bug | Chris Rebert | 1 | -0/+7 | |
| Closes #18543 | |||||
| 2016-01-06 | Merge pull request #18774 from twbs/v4-outline-cards | Mark Otto | 2 | -13/+13 | |
| v4: Rename .card-*-outline to .card-outline-* | |||||
| 2016-01-06 | update docs to match | Mark Otto | 1 | -7/+7 | |
| 2016-01-06 | Merge branch 'v4-dev' into v4-outline-cards | Mark Otto | 1 | -0/+55 | |
| 2016-01-06 | Merge pull request #18501 from petetnt/card-outline-docs | Mark Otto | 1 | -0/+55 | |
| Document .card-*-outline variants | |||||
| 2016-01-06 | rename .card-*-outline to .card-outline-* for consistency with button outlines | Mark Otto | 1 | -6/+6 | |
| 2016-01-06 | Merge pull request #18518 from sergej2705/v4-dev-background-variant | Mark Otto | 1 | -1/+1 | |
| Added !important to hover | |||||
| 2016-01-06 | Merge pull request #18695 from bassjobsen/patch-30 | Mark Otto | 1 | -8/+9 | |
| .container, .container-fluid should be conditional upon $enable-grid-… | |||||
| 2016-01-06 | Merge pull request #18736 from twbs/readme-badges | Mark Otto | 1 | -0/+2 | |
| README: Add badges for Packagist and Atmosphere | |||||
| 2016-01-06 | Merge pull request #18772 from twbs/v4-outline-buttons | Mark Otto | 1 | -6/+6 | |
| v4: Rename .btn-*-outline to .btn-outline-* | |||||
| 2016-01-06 | fixes #17719: rename .btn-*-outline to .btn-outline-* | Mark Otto | 1 | -6/+6 | |
| 2016-01-06 | Merge pull request #18741 from bassjobsen/patch-15 | Mark Otto | 2 | -17/+39 | |
| fix justified navbar | |||||
| 2016-01-06 | grunt | Mark Otto | 10 | -68/+86 | |
| 2016-01-06 | Merge pull request #18771 from twbs/v4-custom-forms-revamp | Mark Otto | 3 | -102/+143 | |
| v4: Custom forms (disabled state, revamp, etc) | |||||
