| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-05-10 | Bring back some 'help text' love for forms with .form-text | Mark Otto | 2 | -17/+26 | |
| - Includes new class - New docs to support it - Rearranged older docs | |||||
| 2016-05-10 | Make named anchor/placeholder link style reset more specific | Patrick H. Lauke | 1 | -2/+3 | |
| This avoids applying the reset to named anchors/placeholder links (links without an `href`) that have explicitly been made keyboard-focusable (using `tabindex`). This is not fool-proof - it's not easy/straightforward to check for the actual `tabindex` value itself, to ensure it's positive, not will this apply if a link has been "blessed" with `tabindex` via JS. However, this should catch most common uses (and gives a reasonably valid way around the issue for developers who, for whatever reason, DO want to use links without `href` - as side effect, it forces best practice of at least ensuring these links can also be focused with the keyboard) | |||||
| 2016-05-09 | Merge branch 'v4-forms-cleanup' of https://github.com/twbs/bootstrap into ↵ | Mark Otto | 2 | -1/+6 | |
| v4-forms-cleanup | |||||
| 2016-05-09 | Update checkboxes and radios docs | Mark Otto | 2 | -1/+6 | |
| - Add lighter gray text to disabled state for .form-check - Separate radios and checkboxes example - Clarify docs | |||||
| 2016-05-09 | clarify docs comment from #19459 | Mark Otto | 1 | -1/+1 | |
| 2016-05-09 | more options, clearer options, and proper markdown formatting | Mark Otto | 1 | -1/+1 | |
| 2016-05-09 | Merge branch 'v4-dev-docs-hidden-show-replacement' of ↵ | Mark Otto | 1 | -1/+1 | |
| https://github.com/lamby/bootstrap into lamby-v4-dev-docs-hidden-show-replacement | |||||
| 2016-05-09 | Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev | Mark Otto | 1 | -1/+3 | |
| 2016-05-09 | property order | Mark Otto | 1 | -1/+1 | |
| 2016-05-09 | Merge branch 'add-input-focus-variables' of ↵ | Mark Otto | 2 | -0/+4 | |
| https://github.com/kevinkucharczyk/bootstrap into kevinkucharczyk-add-input-focus-variables | |||||
| 2016-05-09 | Merge pull request #19459 from delftswa2016/v4-card-ordering | Mark Otto | 1 | -1/+3 | |
| Explicitly state the ordering of cards in card columns in the docs | |||||
| 2016-05-09 | Merge pull request #19667 from vsn4ik/v4-dev-use-border-radius-mixin | Mark Otto | 4 | -16/+13 | |
| Use @border-radius and add $nav-tabs-border-radius variable | |||||
| 2016-05-08 | update classes for inline form to new checkbox options | Mark Otto | 1 | -8/+5 | |
| 2016-05-08 | oops, another checkbox needing a new class | Mark Otto | 1 | -3/+3 | |
| 2016-05-08 | add options to the examples so they render properly | Mark Otto | 1 | -3/+9 | |
| 2016-05-08 | fix remaining checkboxes and radios in docs | Mark Otto | 1 | -12/+12 | |
| 2016-05-08 | fix broken markdown formatting | Mark Otto | 1 | -3/+3 | |
| 2016-05-08 | grunt | Mark Otto | 8 | -6/+30 | |
| 2016-05-08 | Fixes #19771: Enable .form-control-sm/lg on select.form-control | Mark Otto | 1 | -0/+12 | |
| 2016-05-08 | linting | Mark Otto | 1 | -1/+1 | |
| 2016-05-08 | Redo checkboxes and radios | Mark Otto | 11 | -161/+119 | |
| - Move disabled radio and checkbox styles to Reboot - Collapse .radio and .checkbox into single class, .form-check - Collapse .radio-inline and .checkbox-inline into single class, .form-check-inline - Require classes for sub-elements in both new classes | |||||
| 2016-05-08 | lol my bad, fix that last one too | Mark Otto | 1 | -1/+1 | |
| 2016-05-08 | Merge branch 'v4-dev' into v4-forms-cleanup | Mark Otto | 24 | -433/+610 | |
| 2016-05-08 | Fixes #18492: Document .h1-.h6, change docs mention of inline usage to ↵ | Mark Otto | 1 | -1/+12 | |
| varying elements | |||||
| 2016-05-08 | Fixes #18705: Clarify removal of .help-text and update changes to ↵ | Mark Otto | 1 | -2/+2 | |
| .form-group for horizontal layouts | |||||
| 2016-05-08 | Fixes #18768: Add migration docs for dropdowns | Mark Otto | 1 | -0/+8 | |
| 2016-05-08 | fixes #19439: add some docs context to migration for .btn-xs and .page-header | Mark Otto | 1 | -3/+3 | |
| 2016-05-08 | grunt | Mark Otto | 8 | -6/+22 | |
| 2016-05-08 | Merge pull request #19863 from twbs/v4-inverse-table-variants | Mark Otto | 1 | -7/+98 | |
| v4: Inverse table variants | |||||
| 2016-05-08 | Merge pull request #19735 from MatthewRayfield/v4-custom-select-disabled-styling | Mark Otto | 2 | -1/+9 | |
| Add disabled styling for .custom-select | |||||
| 2016-05-08 | Merge pull request #19476 from delftswa2016/v4-card-docs | Mark Otto | 1 | -0/+12 | |
| Added explicit commentary to .card-* classes | |||||
| 2016-05-08 | Merge pull request #19862 from twbs/marktopper-patch-1 | Mark Otto | 12 | -313/+343 | |
| Update Normalize to v4.0.0 | |||||
| 2016-05-08 | add code snippet | Mark Otto | 1 | -0/+18 | |
| 2016-05-08 | Update table docs | Mark Otto | 1 | -7/+80 | |
| - Change some things around, add some copy - Include table variant styles for the inverse tables thanks to bg and color utils | |||||
| 2016-05-08 | remove unneeded, commented out border change for legends; it's handled in ↵ | Mark Otto | 1 | -1/+0 | |
| normalize | |||||
| 2016-05-08 | document table border collapse change, move from old normalize to our reboot | Mark Otto | 2 | -1/+3 | |
| 2016-05-08 | move that change to reboot | Mark Otto | 2 | -1/+2 | |
| 2016-05-08 | Fix overflow auto removal on pre elements | Mark Otto | 1 | -0/+1 | |
| 2016-05-08 | grunt | Mark Otto | 8 | -146/+168 | |
| 2016-05-08 | Fix up linter to ignore all other Normalize upstream shenanigans | Mark Otto | 1 | -0/+6 | |
| 2016-05-08 | Merge branch 'patch-1' of https://github.com/marktopper/twitter-bootstrap ↵ | Mark Otto | 1 | -165/+164 | |
| into marktopper-patch-1 | |||||
| 2016-05-08 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -0/+22 | |
| 2016-05-08 | grunt | Mark Otto | 16 | -50/+38 | |
| 2016-05-08 | Merge pull request #19706 from twbs/issue-template | Mark Otto | 1 | -0/+22 | |
| Add GitHub issue template | |||||
| 2016-05-08 | Merge pull request #19793 from bassjobsen/patch-38 | Mark Otto | 1 | -0/+43 | |
| Update overview.md | |||||
| 2016-05-08 | Merge pull request #19861 from twbs/card-borders | Mark Otto | 1 | -2/+1 | |
| Jank card borders were too janky | |||||
| 2016-05-08 | fix validation of dupe ids | Mark Otto | 1 | -3/+3 | |
| 2016-05-08 | Merge pull request #19252 from twbs/card-img-overlay-padding | Mark Otto | 2 | -1/+3 | |
| Add $card-img-overlay-padding variable | |||||
| 2016-05-08 | Merge pull request #19236 from twbs/carousel-icon-width | Mark Otto | 2 | -5/+7 | |
| Extract $carousel-icon-width variable | |||||
| 2016-05-08 | Jank card borders were too janky | Mark Otto | 1 | -2/+1 | |
| - Drops the experiment I had going for `box-shadow`-powered borders - Reinstates regular `border` using existing variables Fixes #19097 and #19143. Nullifies #19828. | |||||
