aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-02-27Update anchor-js to v3.1.0.XhmikosR1-4/+4
[ci skip]
2016-02-25Wall of Browser Bugs: Update Chromium bug tracker URLsChris Rebert1-1/+1
RIP code.google.com [skip sauce]
2016-02-25Merge pull request #19277 from patrickhlauke/v4-dev-forms-fixes#2Patrick H. Lauke1-43/+51
Forms fixes: fieldset/legend, new .form-control-legend, accessibility advice
2016-02-24Correct grammarPaul Rose1-1/+1
2016-02-19Appropriate use of fieldset/div, legend, callout for hidden/no label ↵Patrick H. Lauke1-43/+51
alternatives
2016-02-19Run grunt.XhmikosR8-12/+12
[ci skip]
2016-02-19Fix validation errors.XhmikosR4-4/+4
[skip sauce]
2016-02-18Docs: Add example of .dropdown-menu-rightJeremy Kratz1-6/+11
Fixes #18493 Closes #18836 [skip sauce]
2016-02-18Merge pull request #18987 from xcatliu/v4-dev-fix-search-json-prefixChris Rebert1-1/+1
Add prefix to footer.html search.json [skip sauce]
2016-02-18Document .pos-f-t utility class; fixes #18494Russell Beye1-0/+14
Add documentation to components/utilities to publicly expose the .pos-f-t utility class to users. Closes #18799 [skip sauce]
2016-02-18Document the possibility of extending the $spacers mapTobias1-0/+2
It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map. Example: ``` $spacers: ( 0: ( x: 0, y: 0 ), 1: ( x: $spacer-x, y: $spacer-y ), 2: ( x: ($spacer-x * 1.5), y: ($spacer-y * 1.5) ), 3: ( x: ($spacer-x * 3), y: ($spacer-y * 3) ), 4: ( x: ($spacer-x * 5), y: ($spacer-y * 5) ) ); ``` Closes #18706 [skip sauce]
2016-02-18Docs: Remove <meta name="keywords"> from <head>Chris Rebert1-1/+0
Ports #18872 to v4 [skip sauce]
2016-02-18Modal docs: Added JS event handler for relatedTarget demoJames Mosier1-0/+11
Fixes #17584 Closes #17607 by merging it
2016-02-17Merge pull request #19255 from patrickhlauke/color-accessibility-callout-includePatrick H. Lauke8-10/+24
Docs: add/unify advice on contextual colors and accessibility
2016-02-17Replace "label" with "tag" in navigationPatrick H. Lauke1-1/+1
2016-02-17- Conveying color meaning to AT as markdown includePatrick H. Lauke8-10/+24
- Add/replace callout for color and AT with include
2016-02-16gruntMark Otto4-3/+4
2016-02-16update migration docsMark Otto1-2/+3
2016-02-16gruntMark Otto4-21/+21
2016-02-16Merge branch 'fix-19094' of https://github.com/ameya-pandilwar/bootstrap ↵Mark Otto4-52/+52
into ameya-pandilwar-fix-19094
2016-02-16Merge pull request #19116 from twbs/docs-17264Mark Otto1-18/+31
Docs: Add captions above progress bars
2016-02-16Merge branch 'v4-dev' into mark-paddingMark Otto8-10/+14
2016-02-16gruntMark Otto2-2/+2
2016-02-16gruntMark Otto6-7/+11
2016-02-16Fix typos in plural tag namesJaga Santagostino1-1/+1
2016-02-16Fix docs for new naming of .btn-outlineIgor Tarasov1-1/+1
This one was overlooked at edit See #17719 and #19199
2016-02-15gruntMark Otto5-25/+118
2016-02-13Merge branch 'v4-dev' into v4-custom-forms-validationMark Otto6-44/+39
2016-02-13gruntMark Otto4-5/+8
2016-02-13Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-20/+19
2016-02-11Updated label to tag in list-group exampleAmeya Pandilwar1-5/+5
2016-02-11Rename .label class to .tagAmeya Pandilwar3-47/+47
2016-02-10Remove http://bugzil.la/1060131 from Wall of Browser BugsChris Rebert1-10/+0
http://bugzil.la/1060131 has been fixed by http://bugzil.la/823483 which should land in Firefox 46. Refs #14320 [ci skip]
2016-02-10Remove http://bugzil.la/975632 from Wall of Browser BugsChris Rebert1-10/+0
http://bugzil.la/975632 has been fixed by http://bugzil.la/823483 which should land in Firefox 46. Refs #10690 [ci skip]
2016-02-09Merge pull request #18925 from twbs/fixes-18922Chris Rebert1-0/+19
Make translation of custom file input text easier
2016-02-09spacing in docs example"Mark Otto1-0/+4
2016-02-09Update form validation docsMark Otto1-2/+17
- Give some guidance on when someone might use any of the three validation states. Fixes #18702. - Improve the examples to provide examples of supporting validation text with the new `.form-control-feedback`, as well as always-present help text. Nullifies #18704.
2016-02-09clarify help text class in docsMark Otto1-1/+1
2016-02-09.text-help is dead, long live .form-control-feedbackMark Otto1-0/+2
Uses a new more specific class, adds some basic spacing, and clarifies that this class is only for validation feedback. Clears up the help text class question in https://github.com/twbs/bootstrap/pull/18704#issuecomment-168241731 and addresses the vertical spacing in #18703.
2016-02-09clarifies form-group migration docs a bit per #18705Mark Otto1-1/+1
2016-02-09Update grid docs for form layoutsMark Otto1-44/+68
- Add container to fix padding in mobile views - Add large and small variations - Cross link grid classes and mixins - Fix up some words
2016-02-09clearer copyMark Otto1-1/+3
2016-02-08gruntMark Otto4-21/+12
2016-02-08Alternate fix to #17965: Updates to use the new class name and adds some ↵Mark Otto1-0/+27
basic docs for custom checkbox/radio validation
2016-02-08gruntMark Otto1-1/+1
2016-02-08clarify, fix marginMark Otto1-2/+2
2016-02-08Revert "https://webkit.org/b/138201 no longer repros"Chris Rebert1-0/+10
2016-02-08Merge pull request #19126 from twbs/native-font-stack-docsChris Rebert1-4/+8
Fixes+tweaks to native font stack docs
2016-02-08Grid docs: Remove !default from SCSS snippetsChris Rebert1-2/+2
Fixup for fb4f5f0bf1e22f707bdd16880fe19328df091bde [skip sauce]
2016-02-08Migration docs: Mention $grid-breakpoints and $container-max-widths by nameChris Rebert1-1/+1
[skip sauce]