aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
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)
2016-01-01Add Wall of Browser Bugs entry for #18738Chris Rebert1-0/+10
* https://bugs.webkit.org/show_bug.cgi?id=152637 * http://openradar.appspot.com/24030853 [ci skip]
2016-01-01grunt dist docsChris Rebert12-16/+24
[ci skip]
2016-01-01Update copyright years to 2016Chris Rebert3-3/+3
[ci skip]
2016-01-01add .nav-justified classBass Jobsen1-10/+32
2016-01-01add new CSS classes to the navbarBass Jobsen1-7/+7
2015-12-31Fix margins in highlightsGeremia Taglialatela1-1/+1
2015-12-30Merge pull request #18614 from patrickhlauke/docs-browsers-devices1Chris Rebert1-6/+16
Docs: update browser support info
2015-12-30Split out to new para, into two sentencesPatrick H. Lauke1-1/+3
2015-12-27[Tab] Add documentation for method showJohann-S1-0/+8
2015-12-27Remove Opera 18 and IE11 mentionPatrick H. Lauke2-2/+2
As per our browser compat policy, we only claim support for latest versions of Opera on desktop. Current Opera is version 34. From testing, IE11 does support `pointer-events:none` just fine now.
2015-12-27remove `<div class="bd-sidebar">`Bass Jobsen1-59/+56
content had already been wrapped in the `<div class="col-md-3 col-md-push-9 bd-sidebar">`
2015-12-26Tweak the wording for link functionalityPatrick H. Lauke1-1/+1
to harmonise it with the callout given in pagination
2015-12-26Add note and advice about .disabled and keyboard focusPatrick H. Lauke1-4/+11
2015-12-26Merge pull request #18690 from patrickhlauke/docs-tooltips1Patrick H. Lauke1-0/+6
Docs: add accessibility callout for tooltips
2015-12-26Add accessibility callout for tooltipsPatrick H. Lauke1-0/+6
2015-12-26Fix typo in docs/getting-started/introduction.mdJerry Cheung1-1/+1
Remove 'including'.
2015-12-26Change wording on link styled as buttonPatrick H. Lauke1-2/+2
"Go somewhere" is more descriptive of an example link, rather than a button that triggers in-page functionality. Also makes it consistent with all other examples in this page
2015-12-25Merge pull request #18679 from patrickhlauke/docs-button-disabled1Patrick H. Lauke1-3/+3
Docs: add aria-disabled to disabled link example and description
2015-12-25Merge pull request #18678 from patrickhlauke/docs-button-active1Chris Rebert1-2/+2
Docs: add aria-pressed=true to components buttons active state example
2015-12-25Change "preformatted text" heading and intro paraPatrick H. Lauke1-3/+3
also, stray "blocks" in the "Sample output", which doesn't seem to belong there.
2015-12-25Add ellipsis to modal example codePatrick H. Lauke1-1/+1
2015-12-25Add aria-disabled to disabled link example and descriptionPatrick H. Lauke1-3/+3
2015-12-25Add aria-pressed=true to examplePatrick H. Lauke1-2/+2
...as per the text immediately preceding this example
2015-12-25Fix code block examplePatrick H. Lauke1-1/+3
use `<code>` (as it's still semantically code that we're marking up) and make the example actually multiple lines...
2015-12-25Missing angle bracketsPatrick H. Lauke1-1/+1
2015-12-24Remove .dl-horizontal; it's redundant to the grid system; fixes #18652Chris Rebert2-3/+3
[skip sauce]