aboutsummaryrefslogtreecommitdiff
path: root/docs/components
AgeCommit message (Collapse)AuthorFilesLines
2016-03-06Remove iOS virtual keyboard bug section from docsChris Rebert1-1/+1
The modal backdrop positioning bug related to iOS' virtual keyboard doesn't seem to reproduce in iOS 8.0+. (Possibly as a side-effect of https://bugs.webkit.org/show_bug.cgi?id=153224 ) Refs #9023 [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-19Fix validation errors.XhmikosR1-1/+1
[skip sauce]
2016-02-18Docs: Add example of .dropdown-menu-rightJeremy Kratz1-6/+11
Fixes #18493 Closes #18836 [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-17- Conveying color meaning to AT as markdown includePatrick H. Lauke6-10/+16
- Add/replace callout for color and AT with include
2016-02-16Merge branch 'fix-19094' of https://github.com/ameya-pandilwar/bootstrap ↵Mark Otto3-51/+51
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-16Fix docs for new naming of .btn-outlineIgor Tarasov1-1/+1
This one was overlooked at edit See #17719 and #19199
2016-02-13Merge branch 'v4-dev' into v4-custom-forms-validationMark Otto1-1/+22
2016-02-13Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-0/+19
2016-02-11Updated label to tag in list-group exampleAmeya Pandilwar1-5/+5
2016-02-11Rename .label class to .tagAmeya Pandilwar2-46/+46
2016-02-09Merge pull request #18925 from twbs/fixes-18922Chris Rebert1-0/+19
Make translation of custom file input text easier
2016-02-09clearer copyMark Otto1-1/+3
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-08clarify, fix marginMark Otto1-2/+2
2016-02-08Fix apparent typo in b8ff763d6232d4a61858739b43f509366ffd1500Chris Rebert1-1/+1
[ci skip]
2016-02-08Only caption 1st set of progress bar examplesChris Rebert1-29/+13
2016-02-07add example of multiple add-ons to docsMark Otto1-5/+32
2016-02-07Merge branch 'multiple-input-group-addon' of ↵Mark Otto1-1/+1
https://github.com/vicary/bootstrap into vicary-multiple-input-group-addon
2016-02-07docs/components/forms.md: Fix typo: non => noneChris Rebert1-1/+1
Fixup for 365db6e3a8fd9c1bac75cf170948c946e2ed7678 /fyi @mdo [skip sauce]
2016-02-07Docs: Add captions above progress bars; refs #17264Chris Rebert1-18/+47
[skip sauce]
2016-02-07Docs: Add "Horizontal centering" subheading for .m-x-autoChris Rebert1-2/+3
Refs #19102 [skip sauce]
2016-02-06docs/components/modal.md: Fix typoChris Rebert1-1/+1
Fixup for #19105 [ci skip]
2016-02-06Updat modal sizingMark Otto1-1/+1
- Switch from width to max-width for all widths to avoid scaling outside viewport bounds - Rejigger the media queries for a more logical breakpoint for the large and small modal sizes - Avoids changing the width of the default modal (nullifying #17794 and fixing #17581)
2016-02-06Revamp list group items built with anchors and buttonsMark Otto1-30/+30
- Make it an explicit class instead of qualifying with elements (.list-group-item-action) - Rearrange the entire file for more straightforward flow - Fix text-decoration bug as a result of the reorder - Switch from h4's to h5's in docs - Update docs to merge anchors and buttons sections; clearify usage guidelines there, too - Nullify #17479 in the process
2016-02-06Tweak disabled button docs to help out #17231Mark Otto1-1/+5
2016-02-06clarify some docs for form validation including quick mention for ↵Mark Otto1-1/+6
customizing or disabling icons
2016-02-06Drop .center-block for .m-x-autoMark Otto1-22/+13
- Both classes do about the same thing, but with different names - Clarifies docs for .m-x-auto requiring a fixed width block element for it to work - Add missing heading for clearfix section in docs (unrelated)
2016-02-03Merge branch 'v4-card-fuckery' into v4-devMark Otto1-0/+50
2016-02-03fuck that other class, let's just get tabs and pills in thereMark Otto1-35/+2
2016-02-03Dump the type margin overrides in alerts for utils, document that particular ↵Mark Otto1-0/+13
example, sidesteps part of #18884
2016-01-28Fix typo in forms.mdcndpzc1-1/+1
Closes #19049
2016-01-26Add docs for custom file input's text and $custom-file-textChris Rebert1-0/+19
[skip sauce]
2016-01-24DOCS - Fix a link in popover for v4Abdullah Alrasheed1-1/+1
2016-01-17fuck around with card borders and moreMark Otto1-0/+83
2016-01-17Merge pull request #18885 from twbs/list-groupMark Otto1-7/+0
Remove near-duplicate contextual list group example
2016-01-15Use mixin syntaxQuy1-1/+1
2016-01-14typo: from controls --> form controlsRaphael Ackermann1-1/+1
2016-01-13Remove near-duplicate contextual list group exampleChris Rebert1-7/+0
[skip sauce]
2016-01-13List group docs: rm unnecessary <p> from Markdown sourceChris Rebert1-1/+2
[skip sauce]
2016-01-11remove link to the pager componentBass Jobsen1-1/+1
see https://github.com/twbs/bootstrap/pull/18782
2016-01-06clear up and split out breadcrumb examplesMark Otto1-8/+8
2016-01-06Merge pull request #18784 from twbs/input-typesChris Rebert1-0/+85
Add comprehensive `.form-control` example(/testcase) to docs
2016-01-06Merge branch 'input-type-reset-btn' into v4-devChris Rebert1-0/+1
2016-01-06Add <input type="reset"> example to Button Tags docs for completenessChris Rebert1-0/+1
[skip sauce]