aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-11-13Merge pull request #15093 from twbs/id-calloutsChris Rebert26-98/+98
Give all docs callouts IDs [skip sauce]
2014-11-13Fix a small grammar mistake.XhmikosR1-1/+1
[ci skip]
2014-11-13give all docs callouts IDsChris Rebert26-98/+98
[skip sauce]
2014-11-13Use a 40x40 image for the `navbar` brand image example.XhmikosR1-1/+1
Saves 3.4KB.
2014-11-13Fix .form-inline docs exampleChris Rebert1-3/+8
Make sample code match live example Move <label> out of .input-group into .form-group instead Change field from Email to Username to make it less redundant, slightly more realistic Add <label> for Username field for consistency Fixes #15118
2014-11-13escaped uriZac Echola1-1/+1
2014-11-12Don't line wrap event names in JS plugin docsChris Rebert11-10/+15
2014-11-12add link to MDN docs regarding iOS Safari element clickabilityChris Rebert1-1/+1
2014-11-12corrects IRC roomZac Echola1-1/+1
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-12bump version to v3.3.1v3.3.1Mark Otto9-37/+37
2014-11-12gruntMark Otto1-1/+1
2014-11-12Fixed a typo in Sign-in page examplegitaeks1-1/+1
Fixed a typo in Sign-in page example http://getbootstrap.com/examples/signin/
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-11gruntMark Otto6-10/+6
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 Fenkart10-23/+23
Wash-up of some stray dropdown examples
2014-11-11Wash-up of some stray dropdown examplesPatrick H. Lauke10-23/+23
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. Lauke6-38/+38
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. Lauke24-252/+322
Closes #14951 by merging it.
2014-11-10Remove X-UA-Compatible caveat from Validators docsChris Rebert1-1/+1
Refs #15072
2014-11-10Run `grunt`.XhmikosR2-2/+2
2014-11-10Merge pull request #15009 from patrickhlauke/glyphicon-accessibility-tweaksXhmikosR2-14/+42
Glyphicon accessibility tweaks
2014-11-10Add aria-hidden to icons in about pagePatrick H. Lauke1-3/+3
2014-11-10Meaningful icons in about pagePatrick H. Lauke1-0/+3
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-10run cssmin on docs css for dist-css taskMark Otto1-1/+1
2014-11-09Merge branch 'master' into derpMark Otto7-12/+12
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 Otto10-83/+83
2014-11-09color contrast for links, gets us to 4.63:1Mark Otto7-36/+36
2014-11-09fix variable, run gruntMark Otto8-427/+498
2014-11-09Merge branch 'master' into derpMark Otto33-255/+18765
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-09gruntMark Otto5-11/+11
2014-11-09Fixes #14234 againMark Otto5-54/+23
- Rather than override and hack for IE8-10 and then IE11, scope to just Safari. - Drops the IE hacks for a media query Webkit hack
2014-11-08Fixes #14965: Reset top border-radii on dropdown menus in fixed bottom navbarsMark Otto5-4/+6
2014-11-08gruntMark Otto5-4/+17
2014-11-07Fixes #14979: Override .jumbotron padding within .container-fluid to match ↵Mark Otto5-5/+6
.container