aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-10Bring back some 'help text' love for forms with .form-textMark Otto2-17/+26
- Includes new class - New docs to support it - Rearranged older docs
2016-05-10Make named anchor/placeholder link style reset more specificPatrick H. Lauke1-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-09Merge branch 'v4-forms-cleanup' of https://github.com/twbs/bootstrap into ↵Mark Otto2-1/+6
v4-forms-cleanup
2016-05-09Update checkboxes and radios docsMark Otto2-1/+6
- Add lighter gray text to disabled state for .form-check - Separate radios and checkboxes example - Clarify docs
2016-05-09clarify docs comment from #19459Mark Otto1-1/+1
2016-05-09more options, clearer options, and proper markdown formattingMark Otto1-1/+1
2016-05-09Merge branch 'v4-dev-docs-hidden-show-replacement' of ↵Mark Otto1-1/+1
https://github.com/lamby/bootstrap into lamby-v4-dev-docs-hidden-show-replacement
2016-05-09Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devMark Otto1-1/+3
2016-05-09property orderMark Otto1-1/+1
2016-05-09Merge branch 'add-input-focus-variables' of ↵Mark Otto2-0/+4
https://github.com/kevinkucharczyk/bootstrap into kevinkucharczyk-add-input-focus-variables
2016-05-09Merge pull request #19459 from delftswa2016/v4-card-orderingMark Otto1-1/+3
Explicitly state the ordering of cards in card columns in the docs
2016-05-09Merge pull request #19667 from vsn4ik/v4-dev-use-border-radius-mixinMark Otto4-16/+13
Use @border-radius and add $nav-tabs-border-radius variable
2016-05-08update classes for inline form to new checkbox optionsMark Otto1-8/+5
2016-05-08oops, another checkbox needing a new classMark Otto1-3/+3
2016-05-08add options to the examples so they render properlyMark Otto1-3/+9
2016-05-08fix remaining checkboxes and radios in docsMark Otto1-12/+12
2016-05-08fix broken markdown formattingMark Otto1-3/+3
2016-05-08gruntMark Otto8-6/+30
2016-05-08Fixes #19771: Enable .form-control-sm/lg on select.form-controlMark Otto1-0/+12
2016-05-08lintingMark Otto1-1/+1
2016-05-08Redo checkboxes and radiosMark Otto11-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-08lol my bad, fix that last one tooMark Otto1-1/+1
2016-05-08Merge branch 'v4-dev' into v4-forms-cleanupMark Otto24-433/+610
2016-05-08Fixes #18492: Document .h1-.h6, change docs mention of inline usage to ↵Mark Otto1-1/+12
varying elements
2016-05-08Fixes #18705: Clarify removal of .help-text and update changes to ↵Mark Otto1-2/+2
.form-group for horizontal layouts
2016-05-08Fixes #18768: Add migration docs for dropdownsMark Otto1-0/+8
2016-05-08fixes #19439: add some docs context to migration for .btn-xs and .page-headerMark Otto1-3/+3
2016-05-08gruntMark Otto8-6/+22
2016-05-08Merge pull request #19863 from twbs/v4-inverse-table-variantsMark Otto1-7/+98
v4: Inverse table variants
2016-05-08Merge pull request #19735 from MatthewRayfield/v4-custom-select-disabled-stylingMark Otto2-1/+9
Add disabled styling for .custom-select
2016-05-08Merge pull request #19476 from delftswa2016/v4-card-docsMark Otto1-0/+12
Added explicit commentary to .card-* classes
2016-05-08Merge pull request #19862 from twbs/marktopper-patch-1Mark Otto12-313/+343
Update Normalize to v4.0.0
2016-05-08add code snippetMark Otto1-0/+18
2016-05-08Update table docsMark Otto1-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-08remove unneeded, commented out border change for legends; it's handled in ↵Mark Otto1-1/+0
normalize
2016-05-08document table border collapse change, move from old normalize to our rebootMark Otto2-1/+3
2016-05-08move that change to rebootMark Otto2-1/+2
2016-05-08Fix overflow auto removal on pre elementsMark Otto1-0/+1
2016-05-08gruntMark Otto8-146/+168
2016-05-08Fix up linter to ignore all other Normalize upstream shenanigansMark Otto1-0/+6
2016-05-08Merge branch 'patch-1' of https://github.com/marktopper/twitter-bootstrap ↵Mark Otto1-165/+164
into marktopper-patch-1
2016-05-08Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-0/+22
2016-05-08gruntMark Otto16-50/+38
2016-05-08Merge pull request #19706 from twbs/issue-templateMark Otto1-0/+22
Add GitHub issue template
2016-05-08Merge pull request #19793 from bassjobsen/patch-38Mark Otto1-0/+43
Update overview.md
2016-05-08Merge pull request #19861 from twbs/card-bordersMark Otto1-2/+1
Jank card borders were too janky
2016-05-08fix validation of dupe idsMark Otto1-3/+3
2016-05-08Merge pull request #19252 from twbs/card-img-overlay-paddingMark Otto2-1/+3
Add $card-img-overlay-padding variable
2016-05-08Merge pull request #19236 from twbs/carousel-icon-widthMark Otto2-5/+7
Extract $carousel-icon-width variable
2016-05-08Jank card borders were too jankyMark Otto1-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.