aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-01-06clear up and split out breadcrumb examplesMark Otto1-8/+8
2016-01-06Merge pull request #18788 from twbs/refs-18458Chris Rebert1-0/+8
Add nested definition list to docs example
2016-01-06Merge pull request #18784 from twbs/input-typesChris Rebert1-0/+85
Add comprehensive `.form-control` example(/testcase) to docs
2016-01-06Add nested definition list to docs exampleChris Rebert1-0/+8
Refs #18458 [skip sauce]
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]
2016-01-06gruntMark Otto4-9/+9
2016-01-06Add comprehensive `.form-control` example(/testcase) to docsChris Rebert1-0/+85
Put all the textual input types right next to each other for easy visual comparison. Refs #17308, #18763 [skip sauce]
2016-01-06Merge pull request #18783 from twbs/v4-nav-cleanupMark Otto1-14/+25
v4: Nav cleanup
2016-01-06Nav docs updatesMark Otto1-14/+25
- More consistent states and labels in nav examples - Add stacked pills example for with <nav> element
2016-01-06Tweak phrasing of .tab('show') docsChris Rebert1-1/+1
Refs #18708 [ci skip]
2016-01-06Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-0/+8
2016-01-06gruntMark Otto4-71/+3
2016-01-06Merge pull request #18708 from Johann-S/showDocChris Rebert1-0/+8
Add documentation for Tab plugin's `show` method
2016-01-06fix blog example to use customized pagination based on button stylesMark Otto2-11/+5
2016-01-06add docs notesMark Otto1-1/+3
2016-01-06Rip out the pager componentMark Otto1-48/+3
2016-01-06Clarify a few things in migration docsMark Otto1-4/+4
2016-01-06gruntMark Otto4-50/+51
2016-01-06fix example cssMark Otto1-3/+3
2016-01-06Remove usages of and references to <input type="datetime">Chris Rebert2-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-06Update docs to account for #18772Chris Rebert3-11/+11
/fyi @mdo [skip sauce]
2016-01-06update docs to matchMark Otto1-7/+7
2016-01-06Merge pull request #18501 from petetnt/card-outline-docsMark Otto1-0/+55
Document .card-*-outline variants
2016-01-06Merge pull request #18741 from bassjobsen/patch-15Mark Otto2-17/+39
fix justified navbar
2016-01-06gruntMark Otto6-35/+44
2016-01-06Merge pull request #18771 from twbs/v4-custom-forms-revampMark Otto1-38/+57
v4: Custom forms (disabled state, revamp, etc)
2016-01-05rewrite custom file input component to use classes over nested elementsMark Otto1-6/+6
2016-01-05Change .c-select to .custom-selectMark Otto1-2/+2
2016-01-05clarify docsMark Otto1-1/+1
2016-01-05update forms docsMark Otto1-30/+49
- add more details on custom checkboxes and radios for how we handle the states and how the css works - create a disabled custom checkboxes and radios example
2016-01-05Merge pull request #18734 from tagliala/fix-highlight-docsMark Otto1-1/+1
Fix margins in highlighted code in docs
2016-01-05Add alternative migration possibility for panel color variantsChris Rebert1-5/+5
Refs #18767 [ci skip]
2016-01-05gruntMark Otto4-5/+3
2016-01-03gruntMark Otto6-16/+5
2016-01-03Merge pull request #18752 from twbs/v4-docs-scsslintMark Otto11-88/+72
v4: Docs Sass linting
2016-01-03Merge pull request #18662 from patrickhlauke/docs-collapse-accessibility-patch1Mark Otto2-26/+40
Docs: accessibility fix-up of collapsible content navbar, change site-wide main navbar
2016-01-03Merge pull request #18697 from bassjobsen/patch-31Mark Otto1-59/+56
remove `<div class="bd-sidebar">`
2016-01-03Merge pull request #18686 from patrickhlauke/docs-pagination-kbd1Mark Otto2-5/+12
Docs: add note and advice about .disabled and keyboard focus
2016-01-03Merge pull request #18669 from twbs/fix-18652Mark Otto2-3/+3
Remove .dl-horizontal; it's redundant to the grid system
2016-01-03Merge pull request #18675 from patrickhlauke/docs-code1Mark Otto1-5/+7
Docs: tweaks to content code
2016-01-03gruntMark Otto1-1/+1
2016-01-03reformat syntax styles for lintingMark Otto1-55/+55
2016-01-03basic lintingMark Otto2-2/+2
2016-01-03basic linting changes, disable some id selector testing per file as neededMark Otto6-8/+10
2016-01-03property order lintingMark Otto1-1/+1
2016-01-03we nuked the focusedinput example awhile back, so nuking the styles tooMark Otto1-12/+0
2016-01-03basic lintingMark Otto2-4/+4
2016-01-03nuke vendor prefixesMark Otto1-3/+1
2016-01-03remove unused rule for ads css that was hiding an image that no longer ↵Mark Otto1-4/+0
exists (i think)