aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-12-27[Tab] Add documentation for method showJohann-S1-0/+8
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-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-24Add Tether to example pages that were missing itChris Rebert13-0/+13
[skip sauce]
2015-12-24Include Tether via CDN in starter templates; fixes #18664Chris Rebert1-2/+4
[skip sauce]
2015-12-24Merge pull request #18654 from patrickhlauke/docs-helptext1Patrick H. Lauke1-9/+23
Docs: reintroduce `aria-describedby` advice for help text
2015-12-24Run `grunt`.XhmikosR18-268/+313
[ci skip]
2015-12-24Add aria-describedby to main form controls examplePatrick H. Lauke1-4/+4
2015-12-24Docs: reintroduce aria-describedby advice for help textPatrick H. Lauke1-5/+19
Based on v3 http://getbootstrap.com/css/#forms-help-text, adapted to make examples more "real life"
2015-12-23Refactor Breadcrumbs componentChris Rebert2-7/+20
Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors, so as to no longer require the usage of `<ol>`-based markup. Rename variables to follow naming conventions: * $breadcrumb-padding-vertical => $breadcrumb-padding-y * $breadcrumb-padding-horizontal => $breadcrumb-padding-x Introduce new variable: $breadcrumb-item-padding [skip sauce]
2015-12-23Clarify what text-capitalize actually doesPatrick H. Lauke1-0/+2
as on first skimming over these, it may not be completely obvious
2015-12-23Change italicized to italicPatrick H. Lauke1-1/+1
...otherwise, by the same logic, it should be "Bolded text" above. just looks clunky...
2015-12-23Fix bulleted lists on Utilities docDavid\ Beitey1-0/+3
2015-12-21Migration guide: .panel-title's closest replacement is .card-header; fixes ↵Chris Rebert1-1/+1
#18619 [skip sauce]
2015-12-20Address IE10 in browser compatibility docsChris Rebert1-7/+7
[skip sauce]
2015-12-17Add RubyGems section to "Download" docsChris Rebert1-7/+27
Closes #17291 by finishing the last remaining task. Also reorders the sections in the "Download" docs. [skip sauce]
2015-12-13Fix anchor linkQuy1-1/+1
2015-12-12Remove extraneous characterQuy1-1/+1
2015-12-12Merge pull request #18561 from twbs/fix-18558Chris Rebert1-1/+1
Docs: Replace `data-src` attribute with `src` in highlighted code
2015-12-12Docs: Replace `data-src` attribute with `src` in highlighted code; fixes #18558Chris Rebert1-1/+1
[skip sauce]
2015-12-12Merge pull request #18511 from bassjobsen/patch-15Chris Rebert1-18/+17
Docs Responsive breakpoints from em to px
2015-12-13Using px rather than em valuesBass Jobsen1-5/+5
Should close https://github.com/twbs/bootstrap/issues/18556
2015-12-12Add <br>s to fix appearance of responsive float docs exampleChris Rebert1-8/+8
[skip sauce]
2015-12-11Merge pull request #18531 from patrickhlauke/ie-edge-progressbarPatrick H. Lauke1-1/+1
progress bar for IE10+/Edge (border radius, use ::-ms-fill, variant mixins, striped)
2015-12-11update progress bar documentationPatrick H. Lauke1-1/+1
clarify lack of support for striped and animated striped bars in IE10+/Edge
2015-12-10Remove fully supported features from IE9 limitations docsChris Rebert1-8/+0
If these are supported, why bother mentioning them in a section that's about communicating what's not supported? These rows made sense when the section also covered IE8 (http://getbootstrap.com/getting-started/#support-ie8-ie9 ), which doesn't support these features, but we no longer care about IE8 in v4. [skip sauce]
2015-12-09Add Wall of Browser Bugs entry for #18504Chris Rebert1-0/+10
https://connect.microsoft.com/IE/feedback/details/2110930/edge-ie11-gradient-background-image-on-tr-is-only-applied-to-first-td [skip sauce]
2015-12-09Add Badges entry to v4 migration guide; fixes #18506Chris Rebert1-0/+4
[ci skip]
2015-12-09Migration docs: Make Buttons and Button Group sections adjacentChris Rebert1-4/+4
[ci skip]
2015-12-09Added information about the help-block classJonathan1-0/+1
Fixes #18505 Closes #18509
2015-12-09 Responsive breakpoints from em to pxBass Jobsen1-18/+17
Should close https://github.com/twbs/bootstrap/issues/18503
2015-12-08Merge pull request #18486 from vsn4ik/v4-unnecessary-style-aliging-imagesChris Rebert1-2/+2
Remove unnecessary style attribyte on docs (aligning-images)
2015-12-09Remove !default Scss flag in docs grid examplevsn4ik1-1/+1
2015-12-08Remove unnecessary style attribyte on docs (aligning-images)vsn4ik1-2/+2
2015-12-08derp, wrong highlight syntaxMark Otto1-2/+2
2015-12-08add extra line before spacing utilities exampleLachlan Campbell1-0/+1
2015-12-08grunt after version bumpMark Otto4-58/+58
2015-12-08manually bump versions because npm script wasn't working for meMark Otto16-27/+27
2015-12-08Update docs for spacing utilities themselves to account for #18185Chris Rebert1-69/+39
/fyi @mdo There might be prettier/better ways of explaining these, but for the sake of having accurate docs for tomorrow, this should do in a pinch. [skip sauce]
2015-12-08Update examples to account for #18185Chris Rebert8-14/+14
[skip sauce]
2015-12-08gruntMark Otto2-2/+2
2015-12-08Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-1/+1
2015-12-08unfuck that border from rem to pxMark Otto4-11/+12