aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
AgeCommit message (Collapse)AuthorFilesLines
2015-03-23Callout for tooltips and keyboard/AT accessibilityPatrick H. Lauke1-0/+4
Include callout explicitly mentioning tooltips should only be added to focusable elements. Closes #16134
2015-03-20Add docs on how to install Bootstrap via composerRodrigo Prado1-0/+4
Closes #16113 Closes #16114 [skip sauce]
2015-03-16Clarify that role="button" is required for dismiss-on-next-click popoversChris Rebert1-1/+1
Refs #15947
2015-03-13Document that .progress-bar-striped doesn't work in IE<=9; fixes #16058Chris Rebert1-1/+1
[skip sauce]
2015-03-09docs redesign a bitMark Otto2-17/+11
2015-03-03add role="button" to a[data-toggle="collapse"]; fixes #15972Chris Rebert1-9/+9
2015-03-03Accessibility and headings hierarchy for the "CSS" page.Steven Black2-21/+21
Closes #15948 by merging it.
2015-03-03Accessibility and headings hierarchy for the "Getting started" page.Steven Black7-58/+58
Closes #15946 by merging it.
2015-03-03Javascript docs: Accessibility and cosmetic changes to headings.Steven Black10-33/+33
Closes #15915 by merging it.
2015-03-03Properly document Modal#handleUpdateHeinrich Fenkart2-4/+5
2015-03-01Merge pull request #15965 from kkirsche/fixURLChris Rebert1-1/+1
[Docs / README] Fix URL to match the plugin keyword recommendation
2015-03-01Fix URL to match the keywordKevin Kirsche1-1/+1
Fix URL to match the keyword
2015-03-01Merge branch 'master' into v4Mark Otto2-3/+3
Conflicts: .travis.yml Gruntfile.js bower.json dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_data/glyphicons.yml docs/_includes/components/breadcrumbs.html docs/_includes/components/button-dropdowns.html docs/_includes/components/button-groups.html docs/_includes/components/dropdowns.html docs/_includes/components/glyphicons.html docs/_includes/components/labels.html docs/_includes/components/list-group.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/components/thumbnails.html docs/_includes/components/wells.html docs/_includes/css/buttons.html docs/_includes/css/forms.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/grunt.html docs/_includes/getting-started/license.html docs/_includes/getting-started/template.html docs/_includes/header.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_layouts/default.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/assets/js/vendor/FileSaver.js docs/assets/js/vendor/autoprefixer.js docs/assets/js/vendor/uglify.min.js docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.min.js docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/narrow-jumbotron/narrow-jumbotron.css docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/non-responsive/non-responsive.css docs/examples/theme/index.html grunt/configBridge.json js/affix.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tooltip.js less/badges.less less/glyphicons.less less/type.less less/variables.less package.json scss/_dropdown.scss scss/_forms.scss test-infra/npm-shrinkwrap.json
2015-03-01Replace accidently removed textKevin Kirsche2-2/+2
X-Ref #15742 cc: @mdo
2015-02-28[Fixes #15928] Encourage use of icons with form validation states for ↵Kevin Kirsche1-3/+3
colorblind users [Fixes #15928] Encourage use of icons with form validation states for colorblind users Update text per @patrickhlauke's feedback Update text per @patrickhlauke's feedback. Fix stupid grammar mistake
2015-02-24Merge pull request #15914 from StevenBlack/docs.js.headingsMark Otto2-9/+9
docs > js > headings
2015-02-25Follow-up to 769c27a19f: Add new section to navHeinrich Fenkart1-0/+1
2015-02-25Document how to properly handle modals with dynamic content heightKevin Kirsche1-0/+3
Fixes #15106. Closes #15910.
2015-02-24Accessibility changes to headings (transitions.html)Steven Black1-2/+2
2015-02-24Accessibility changes to headings (overview.html)Steven Black1-7/+7
2015-02-24Merge pull request #15900 from kkirsche/patch-5Mark Otto1-3/+3
[Docs—Fixes #15882]Use an ID as the example for Scrollspy
2015-02-24Merge pull request #15903 from michael-k/patch-1Mark Otto1-1/+1
Updated license links
2015-02-24Merge pull request #15887 from StevenBlack/headings-labelsMark Otto1-2/+2
docs>components>labels headings
2015-02-24Merge pull request #15889 from StevenBlack/headings-progressbarsMark Otto1-6/+6
docs>components>progress bars headings
2015-02-24Merge pull request #15828 from kkirsche/patch-20Chris Rebert1-0/+1
Add plugin package keyword recommendation
2015-02-24Merge pull request #15891 from StevenBlack/headings-listgroup-panel-wellMark Otto3-14/+14
docs>components>(remaining components) headings
2015-02-24Merge pull request #15890 from StevenBlack/headings-mediaMark Otto1-3/+3
docs>components>media object headings
2015-02-24Merge pull request #15888 from StevenBlack/headings-thumbnailsMark Otto1-2/+2
docs>components>thumbnails headings
2015-02-24Merge pull request #15886 from StevenBlack/headings-buttondropdownsMark Otto1-4/+4
docs>components>button-dropdowns headings
2015-02-24Merge pull request #15885 from StevenBlack/headings-buttongroupsMark Otto1-6/+6
docs>components>button-groups headings
2015-02-24Merge pull request #15884 from StevenBlack/headings-dropdownsMark Otto1-5/+5
docs>components>dropdowns.html headings
2015-02-24Updated license linksMichael1-1/+1
Added attributes rel and target.
2015-02-24[Docs—Fixes #15882]Use an ID as the example for ScrollspyKevin Kirsche1-3/+3
Fixes #15882 — Use an ID as the example for Scrollspy so that it is more clear that this is for use with a single nav.
2015-02-24Update footer.htmlChristian1-1/+1
Update Creative Commons link to HTTPS.
2015-02-23docs>components>(remainder) headingsSteven Black3-14/+14
2015-02-23docs>components>media object headingsSteven Black1-3/+3
2015-02-23docs>components>progress bars headingsSteven Black1-6/+6
2015-02-23docs>components>thumbnails headingsSteven Black1-2/+2
2015-02-23Normalized the heading hierarchy in the documentation for the Labels component.Steven Black1-2/+2
2015-02-23Normalized the heading hierarchy in the documentation for the Button ↵Steven Black1-4/+4
dropdowns component.
2015-02-23docs>components>button-groups headingsSteven Black1-6/+6
Normalized the heading hierarchy in the documentation for the Button groups component.
2015-02-23Docs>Components>Dropdowns headingsSteven Black1-5/+5
Normalized the heading hierarchy in the documentation for the Dropdowns component.
2015-02-23Add plugin package keyword recommendationKevin Kirsche1-0/+1
Related to #15823, I would be interested in officially recommending a keyword such as `twbs-bootstrap` so that we can more easily showcase plugins and extensions for Bootstrap without requiring additional curation by the admins / collabs of TWBS specificity Add additional comment to docs Fix capitalization Update tag per @mdo's recommendation
2015-02-21Fix copy/pasta'd id on accessibility skiplink calloutPatrick H. Lauke1-1/+1
2015-02-21Typo in URLPatrick H. Lauke1-1/+1
2015-02-20Fix capitalization/singular of comments in helper class docsQuy Ton1-5/+5
Closes #15839 by merging a tweaked version of it.
2015-02-20fixed a few typos in the docsJon Chretien2-6/+6
2015-02-19Fix #15712: Add example of how to use grid system within a modalKevin Kirsche1-0/+96
Closes #15725 by merging a tweaked version of it.
2015-02-19Dropdown docs: Tweak .dropup copyChris Rebert1-1/+1
2015-02-19Affix docs: add MDN link for `position: sticky`Chris Rebert1-1/+1