| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-11-12 | Merge pull request #15087 from patrickhlauke/dropdown-accessibility-tweaks | Heinrich Fenkart | 10 | -23/+23 | |
| Wash-up of some stray dropdown examples | |||||
| 2014-11-11 | Wash-up of some stray dropdown examples | Patrick H. Lauke | 10 | -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-11 | Merge pull request #15077 from jayanthkoushik/issue-15076-fix | Mark Otto | 1 | -0/+5 | |
| Fix Issue #15076. | |||||
| 2014-11-11 | aria-hidden added to some stray glyphicons | Patrick H. Lauke | 6 | -38/+38 | |
| plus minor tweak to customizer's generated alerts | |||||
| 2014-11-11 | Improved accessible glyphicon advice/use | Patrick H. Lauke | 1 | -25/+37 | |
| ...to actually make it consistent with what I said in the glyphicon docs section... | |||||
| 2014-11-11 | Fix Issue #15076. | Jayanth Koushik | 1 | -0/+5 | |
| This commit adds documentation explaining the need to have an initial .active element in carousels. | |||||
| 2014-11-11 | Assorted accessibility (and some consistency) fixes for documentation | Patrick H. Lauke | 24 | -252/+322 | |
| Closes #14951 by merging it. | |||||
| 2014-11-10 | Remove X-UA-Compatible caveat from Validators docs | Chris Rebert | 1 | -1/+1 | |
| Refs #15072 | |||||
| 2014-11-10 | Run `grunt`. | XhmikosR | 2 | -2/+2 | |
| 2014-11-10 | Merge pull request #15009 from patrickhlauke/glyphicon-accessibility-tweaks | XhmikosR | 2 | -14/+42 | |
| Glyphicon accessibility tweaks | |||||
| 2014-11-10 | Add aria-hidden to icons in about page | Patrick H. Lauke | 1 | -3/+3 | |
| 2014-11-10 | Meaningful icons in about page | Patrick H. Lauke | 1 | -0/+3 | |
| 2014-11-10 | Accessibility tweaks and explanation for glyphicons | Patrick H. Lauke | 1 | -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-10 | run cssmin on docs css for dist-css task | Mark Otto | 1 | -1/+1 | |
| 2014-11-09 | Merge branch 'master' into derp | Mark Otto | 7 | -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-09 | darken primary blue for accessibility contrast on link colors | Mark Otto | 10 | -83/+83 | |
| 2014-11-09 | color contrast for links, gets us to 4.63:1 | Mark Otto | 7 | -36/+36 | |
| 2014-11-09 | fix variable, run grunt | Mark Otto | 8 | -427/+498 | |
| 2014-11-09 | Merge branch 'master' into derp | Mark Otto | 33 | -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-09 | grunt | Mark Otto | 5 | -11/+11 | |
| 2014-11-09 | Fixes #14234 again | Mark Otto | 5 | -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-08 | Fixes #14965: Reset top border-radii on dropdown menus in fixed bottom navbars | Mark Otto | 5 | -4/+6 | |
| 2014-11-08 | grunt | Mark Otto | 5 | -4/+17 | |
| 2014-11-07 | Fixes #14979: Override .jumbotron padding within .container-fluid to match ↵ | Mark Otto | 5 | -5/+6 | |
| .container | |||||
| 2014-11-07 | Fixes #15046: Add full font overrides for popovers and tooltips | Mark Otto | 4 | -3/+6 | |
| 2014-11-05 | Merge pull request #14986 from twbs/safari-broken-printing-doc | Chris Rebert | 2 | -3/+12 | |
| Add #14868 to the compatibility docs | |||||
| 2014-11-05 | grunt | Heinrich Fenkart | 1 | -2/+2 | |
| 2014-11-05 | Customizer: Remove file type check from config import | Heinrich Fenkart | 1 | -19/+13 | |
| Fixes #14978. | |||||
| 2014-11-05 | Use a Jekyll plugin instead of the `copy:configBridge` grunt task | Heinrich Fenkart | 1 | -0/+9 | |
| 2014-11-05 | grunt | Heinrich Fenkart | 5 | -6/+7 | |
| 2014-11-05 | grunt | Heinrich Fenkart | 4 | -12/+37 | |
| 2014-11-05 | grunt | Heinrich Fenkart | 9 | -16/+53 | |
| 2014-11-04 | Add initialization examples to tooltip and popover "Opt-in functionality" ↵ | Jayanth Koushik | 2 | -0/+13 | |
| callouts Fixes #14950. Closes #15015 by merging it. | |||||
| 2014-11-04 | HTTPS for Apple Safari Radar in bugify filter | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-11-04 | Merge pull request #14987 from twbs/overengineer-wall-of-browser-bugs | Heinrich Fenkart | 5 | -120/+252 | |
| Use Jekyll data for Wall of Browser Bugs | |||||
| 2014-11-04 | Use autoprefixer for Customizer builds | Heinrich Fenkart | 2 | -11/+16045 | |
| 2014-11-04 | Remove duplicate code from Customizer/Gruntfile by sharing it | Heinrich Fenkart | 2 | -28/+11 | |
| 2014-11-04 | Use Jekyll data for Wall of Browser Bugs | Heinrich Fenkart | 5 | -120/+252 | |
| 2014-11-03 | Add event.relatedTarget + `data-*` example to Modal docs | Chris Rebert | 3 | -0/+92 | |
| Fixes #14245 | |||||
| 2014-11-03 | Add #14868 to the compatibility docs | Chris Rebert | 2 | -3/+12 | |
| 2014-11-03 | Add Wall of Browser Bugs entry for #14972 | Heinrich Fenkart | 1 | -0/+6 | |
| 2014-11-01 | Fix typo | Aaron Cordovez | 1 | -1/+1 | |
| Corrected spelling of the word "elements" | |||||
| 2014-11-01 | fix whitespace in js dropdown docs | Manuel Meurer | 1 | -1/+1 | |
| 2014-11-01 | Merge pull request #14917 from twbs/examples-footer | XhmikosR | 5 | -10/+10 | |
| Examples: Make use of the `footer` tag instead of a class. | |||||
| 2014-10-31 | Add Wall of Browser Bugs entry for #14409 | Chris Rebert | 1 | -1/+7 | |
| Closes #14409. [skip sauce] | |||||
| 2014-10-31 | grunt | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-10-31 | Customizer: listen to the right event for manual file selection in import | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-10-31 | grunt | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-10-30 | Replace deprecated uses of .pull-left & .pull-right in .media docs | Chris Rebert | 1 | -5/+5 | |
| Refs https://github.com/twbs/bootlint/pull/153 [skip sauce] | |||||
| 2014-10-30 | Replace v3.2.1 reference with v3.3.0 since there wasn't a v3.2.1 | hillai | 1 | -1/+1 | |
| Closes #14941 | |||||
