| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-06-16 | Update customize.min.js with version bump | Julian Thilo | 1 | -6/+6 | |
| 2015-06-16 | bump version | Mark Otto | 1 | -1/+1 | |
| 2015-06-16 | customizer and raw filesv3.3.5 | Mark Otto | 2 | -6/+6 | |
| 2015-06-16 | bump version | Mark Otto | 8 | -33/+33 | |
| 2015-06-16 | grunt | Mark Otto | 8 | -9/+10 | |
| 2015-06-15 | Clarify that <fieldset> only uses the disabled attribute | Kevin Kirsche | 1 | -1/+1 | |
| Fix #16632 | |||||
| 2015-06-13 | overhaul nav and shit again | Mark Otto | 8 | -186/+16 | |
| - drop the index pages save for examples - comment out the extend section for now - fix up spacing fix on team list | |||||
| 2015-06-13 | album example added | Mark Otto | 2 | -13/+24 | |
| 2015-06-13 | components index | Mark Otto | 1 | -1/+52 | |
| 2015-06-11 | Slightly expand accessible modals callout | Patrick H. Lauke | 1 | -1/+1 | |
| to include a note about `role="document"` | |||||
| 2015-06-11 | Add role="document" to modal itself | Patrick H. Lauke | 1 | -6/+6 | |
| Initial fix to generalise use of modals. Generally, true role="dialog" containers would require only forms/controls as content, with all other text correctly and explicitly associated via aria-labelledby/aria-describedby and similar...but as authors use modals also as generic overlays, this extra role is required to get AT (particularly NVDA) out of "forms" mode and reenable reading keys | |||||
| 2015-06-09 | tweak code styles | Mark Otto | 3 | -3/+3 | |
| 2015-06-09 | spec out variables customize docs | Mark Otto | 1 | -11/+15 | |
| 2015-06-09 | some download changes | Mark Otto | 2 | -21/+31 | |
| 2015-06-09 | copy editing on homepage | Mark Otto | 1 | -4/+7 | |
| 2015-06-09 | remove commented out css | Mark Otto | 1 | -13/+0 | |
| 2015-06-09 | grunt | Mark Otto | 2 | -2/+2 | |
| 2015-06-09 | hide the brand on small viewports | Mark Otto | 1 | -1/+1 | |
| 2015-06-09 | redo most of the css for the masthead, page headers, and ads | Mark Otto | 3 | -114/+102 | |
| 2015-06-08 | grunt | Mark Otto | 3 | -159/+159 | |
| 2015-06-08 | Use new gradient syntax in justified nav example; fixes #16598 | Kevin Kirsche | 1 | -2/+1 | |
| Closes #16599 by merging a tweaked version of it. | |||||
| 2015-06-02 | Merge pull request #16571 from patrickhlauke/generalize-dropdowns | Patrick H. Lauke | 16 | -208/+208 | |
| generalize dropdowns / drop role="menu" | |||||
| 2015-06-02 | generalize dropdowns / drop role="menu" | Patrick H. Lauke | 16 | -208/+208 | |
| as role="menu" is a very specific (and strict) ARIA pattern for desktop-like application menus, and our dropdowns are often used as pure navigation dropdowns, this change abandons ARIA menus for a more open-ended and light-weight approach (see http://heydonworks.com/practical_aria_examples/#submenus and http://www.w3.org/WAI/tutorials/menus/flyout/#improve-screen-reader-support-using-wai-aria) note that in dropdown.js, switched to now target ``.dropdown-menu`` instead of ``role["menu"]`` - this also prevents bootstrap scripts from "bleeding" into non-bootstrap components on the same page. also removed the ``role=["listbox"]`` part, which appears to be vestigial/unused (only place in bootstrap that uses that role are carousels, and their key handling is done separately) | |||||
| 2015-06-01 | change korean translation site url | yang | 1 | -1/+1 | |
| 2015-06-01 | move spacing utils to separate file, document them a bit | Mark Otto | 1 | -1/+70 | |
| 2015-06-01 | Run `grunt`. | XhmikosR | 8 | -17/+17 | |
| [ci skip] | |||||
| 2015-06-01 | docs: update uglify-js to v2.4.23. | XhmikosR | 1 | -5/+5 | |
| [ci skip] | |||||
| 2015-05-31 | grunt | Mark Otto | 4 | -7/+6 | |
| 2015-05-30 | Merge pull request #16484 from kkirsche/patch-13 | Mark Otto | 1 | -1/+1 | |
| ScrollSpy requires non-body elements to have height and overflow… | |||||
| 2015-05-30 | clarify ie8- support | Mark Otto | 1 | -1/+1 | |
| 2015-05-30 | [Close #16441] ScrollSpy requires non-body elements to have height and padding | Kevin Kirsche | 1 | -1/+1 | |
| [Close #16441] ScrollSpy requires non-body elements to have height and padding | |||||
| 2015-05-30 | Adjust Carbon Ads margin on -xs | Timothy Gu | 1 | -1/+1 | |
| The .container that immediately surrounds .carbonad has a padding of 15px, not 30px. Fixes #16552. | |||||
| 2015-05-30 | Adds @dl-horizontal-breakpoint | Dan Kaplun | 1 | -0/+5 | |
| 2015-05-29 | ensure divider list items have role="separator" | Patrick H. Lauke | 15 | -53/+53 | |
| http://www.w3.org/TR/wai-aria/roles#separator | |||||
| 2015-05-29 | comment out third level of nav | Mark Otto | 1 | -0/+2 | |
| 2015-05-29 | fix utils ToC listing by unnesting headings | Mark Otto | 1 | -13/+11 | |
| 2015-05-29 | fix thumbnails for everywhere | Mark Otto | 1 | -3/+1 | |
| 2015-05-29 | move flexbox to getting started | Mark Otto | 2 | -1/+1 | |
| 2015-05-29 | grunt | Mark Otto | 4 | -1979/+3202 | |
| 2015-05-29 | update cards docs to clarify things, fix remaining broken cards | Mark Otto | 1 | -33/+51 | |
| 2015-05-29 | A little cleanup | Supergibbs | 1 | -3/+0 | |
| 2015-05-29 | Clarified documentation about input groups and added an example of | Supergibbs | 2 | -2/+43 | |
| multiple buttons | |||||
| 2015-05-29 | grunt | Mark Otto | 5 | -3181/+1999 | |
| 2015-05-29 | style the markdown toc a bit to hide the first item (the contents heading) | Mark Otto | 1 | -0/+10 | |
| 2015-05-29 | add markdown toc stuff | Mark Otto | 35 | -55/+216 | |
| 2015-05-28 | fix scrolling of sidebar | Mark Otto | 1 | -0/+1 | |
| 2015-05-28 | don't use anchor.js on h1s in the docs | Mark Otto | 1 | -1/+1 | |
| 2015-05-28 | change card styles in docs examples to use just a max-width for now | Mark Otto | 1 | -5/+3 | |
| 2015-05-28 | change holder from blue to gray | Mark Otto | 1 | -2/+2 | |
| 2015-05-28 | rewrite much of cards and the docs | Mark Otto | 1 | -99/+175 | |
