aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
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
2014-11-07Fixes #15046: Add full font overrides for popovers and tooltipsMark Otto4-3/+6
2014-11-05Merge pull request #14986 from twbs/safari-broken-printing-docChris Rebert2-3/+12
Add #14868 to the compatibility docs
2014-11-05gruntHeinrich Fenkart1-2/+2
2014-11-05Customizer: Remove file type check from config importHeinrich Fenkart1-19/+13
Fixes #14978.
2014-11-05Use a Jekyll plugin instead of the `copy:configBridge` grunt taskHeinrich Fenkart1-0/+9
2014-11-05gruntHeinrich Fenkart5-6/+7
2014-11-05gruntHeinrich Fenkart4-12/+37
2014-11-05gruntHeinrich Fenkart9-16/+53
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-04HTTPS for Apple Safari Radar in bugify filterHeinrich Fenkart1-1/+1
2014-11-04Merge pull request #14987 from twbs/overengineer-wall-of-browser-bugsHeinrich Fenkart5-120/+252
Use Jekyll data for Wall of Browser Bugs
2014-11-04Use autoprefixer for Customizer buildsHeinrich Fenkart2-11/+16045
2014-11-04Remove duplicate code from Customizer/Gruntfile by sharing itHeinrich Fenkart2-28/+11
2014-11-04Use Jekyll data for Wall of Browser BugsHeinrich Fenkart5-120/+252
2014-11-03Add event.relatedTarget + `data-*` example to Modal docsChris Rebert3-0/+92
Fixes #14245
2014-11-03Add #14868 to the compatibility docsChris Rebert2-3/+12
2014-11-03Add Wall of Browser Bugs entry for #14972Heinrich Fenkart1-0/+6
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-11-01Merge pull request #14917 from twbs/examples-footerXhmikosR5-10/+10
Examples: Make use of the `footer` tag instead of a class.
2014-10-31Add Wall of Browser Bugs entry for #14409Chris Rebert1-1/+7
Closes #14409. [skip sauce]
2014-10-31gruntHeinrich Fenkart1-1/+1
2014-10-31Customizer: listen to the right event for manual file selection in importHeinrich Fenkart1-1/+1
2014-10-31gruntHeinrich Fenkart1-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