aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
AgeCommit message (Collapse)AuthorFilesLines
2014-11-12Merge pull request #15089 from twbs/data-attrib-calloutChris Rebert1-5/+5
move data attributes callout into data attributes doc subsection
2014-11-12Merge pull request #15094 from twbs/js-navsChris Rebert11-26/+51
JS docs: add Options, Methods, Events subsections to nav sidebar
2014-11-11navbar callouts cleanupChris Rebert1-11/+6
Move all callouts to be adjacent to each other Combine JS-related callouts into a single callout
2014-11-11JS docs: add Options, Methods, Events subsections to nav sidebarChris Rebert11-26/+51
2014-11-11Merge pull request #15092 from twbs/scrollspy-calloutsChris Rebert1-8/+8
move scrollspy callouts so they're all adjacent to each other [skip sauce]
2014-11-11Merge pull request #15091 from twbs/popovers-headingChris Rebert1-1/+1
move popover examples heading to directly before the actual examples
2014-11-11add missing dots to .sr-only class mentions, for consistency w/ rest of docsChris Rebert3-5/+5
2014-11-11move scrollspy callouts so they're all adjacent to each otherChris Rebert1-8/+8
2014-11-11move popover examples heading to directly before the actual examplesChris Rebert1-1/+1
2014-11-11consolidate relatedTarget docs in dropdown event docsChris Rebert1-4/+5
2014-11-11move data attributes callout into data attributes doc subsectionChris Rebert1-5/+5
2014-11-11move carousel accessibility callout next to rest of calloutsChris Rebert1-5/+5
2014-11-11move single-toggle button plugin callout before example for consistencyChris Rebert1-4/+4
2014-11-12Merge pull request #15087 from patrickhlauke/dropdown-accessibility-tweaksHeinrich Fenkart3-13/+13
Wash-up of some stray dropdown examples
2014-11-11Wash-up of some stray dropdown examplesPatrick H. Lauke3-13/+13
adding explicit aria-expanded="false" initial state (so they're correctly announced by AT as being collapsed), and - in the case of old-school use of <a> - role="button"
2014-11-11Merge pull request #15077 from jayanthkoushik/issue-15076-fixMark Otto1-0/+5
Fix Issue #15076.
2014-11-11aria-hidden added to some stray glyphiconsPatrick H. Lauke2-29/+29
plus minor tweak to customizer's generated alerts
2014-11-11Improved accessible glyphicon advice/usePatrick H. Lauke1-25/+37
...to actually make it consistent with what I said in the glyphicon docs section...
2014-11-11Fix Issue #15076.Jayanth Koushik1-0/+5
This commit adds documentation explaining the need to have an initial .active element in carousels.
2014-11-11Assorted accessibility (and some consistency) fixes for documentationPatrick H. Lauke16-225/+287
Closes #14951 by merging it.
2014-11-10Remove X-UA-Compatible caveat from Validators docsChris Rebert1-1/+1
Refs #15072
2014-11-10Merge pull request #15009 from patrickhlauke/glyphicon-accessibility-tweaksXhmikosR1-11/+36
Glyphicon accessibility tweaks
2014-11-10Accessibility tweaks and explanation for glyphiconsPatrick H. Lauke1-11/+36
- add aria-hidden="true" to avoid SRs unintentionally reading out the Unicode character (see http://www.filamentgroup.com/lab/bulletproof_icon_fonts.html) - callout with advice on accessible icon usage - replaced sr-only text in examples with (in the case of button) cleaner aria-label - additional example of icon used to convey meaning (in a non-interactive control)
2014-11-09Merge branch 'master' into derpMark Otto1-1/+1
Conflicts: dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/customizer-variables.html docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css less/_variables.less
2014-11-09darken primary blue for accessibility contrast on link colorsMark Otto1-1/+1
2014-11-09color contrast for links, gets us to 4.63:1Mark Otto1-1/+1
2014-11-09fix variable, run gruntMark Otto1-353/+431
2014-11-09Merge branch 'master' into derpMark Otto5-11/+590
Conflicts: Gruntfile.js _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/button-groups.html docs/_includes/components/jumbotron.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/customizer-variables.html docs/_includes/footer.html docs/_includes/getting-started/browser-device-support.html docs/_includes/js/carousel.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/_includes/nav/getting-started.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/browser-bugs.html docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/examples/justified-nav/index.html less/_forms.less less/_tooltip.less less/navs.less less/theme.less
2014-11-05Merge pull request #14986 from twbs/safari-broken-printing-docChris Rebert2-3/+12
Add #14868 to the compatibility docs
2014-11-04Add initialization examples to tooltip and popover "Opt-in functionality" ↵Jayanth Koushik2-0/+13
callouts Fixes #14950. Closes #15015 by merging it.
2014-11-04Remove duplicate code from Customizer/Gruntfile by sharing itHeinrich Fenkart1-13/+7
2014-11-03Add event.relatedTarget + `data-*` example to Modal docsChris Rebert2-0/+81
Fixes #14245
2014-11-03Add #14868 to the compatibility docsChris Rebert2-3/+12
2014-11-01Fix typoAaron Cordovez1-1/+1
Corrected spelling of the word "elements"
2014-11-01fix whitespace in js dropdown docsManuel Meurer1-1/+1
2014-10-30Replace deprecated uses of .pull-left & .pull-right in .media docsChris Rebert1-5/+5
Refs https://github.com/twbs/bootlint/pull/153 [skip sauce]
2014-10-30Replace v3.2.1 reference with v3.3.0 since there wasn't a v3.2.1hillai1-1/+1
Closes #14941
2014-10-29fixes #14911: bump dependencies to fix customizer text from being cut shorMark Otto1-154/+154
2014-10-28gruntMark Otto1-0/+5
2014-10-28indentation and commentMark Otto1-17/+24
2014-10-29Customizer: include the minified files only on GitHub pages.XhmikosR1-0/+10
2014-10-28Safari v8.0 still suffers from Justified Nav rendering bugChris Rebert1-1/+1
2014-10-29gruntHeinrich Fenkart1-153/+153
2014-10-28Merge pull request #14885 from twbs/remove-baseurlMark Otto1-1/+1
Remove `baseurl` as it doesn't serve any real purpose.
2014-10-28add missing href="#" to .btn-group-justified exampleChris Rebert1-6/+6
[skip sauce]
2014-10-28add missing hrefs to <a>s in docs+examplesChris Rebert1-2/+2
2014-10-28reads more smoothlyChris Rebert1-1/+1
For @XhmikosR
2014-10-28Merge branch 'master' into jonschlinkert/masterChris Rebert2-395/+479
2014-10-27.bs-customizer-input => .col-xs-4Chris Rebert1-373/+373
2014-10-27add clearfix divs to customizer input rowsChris Rebert1-0/+100