| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-06-10 | Merge pull request #16614 from simonpai/simonpai-patch-1 | Chris Rebert | 1 | -1/+2 | |
| Fix asymmetry between dropup and dropdown carets. | |||||
| 2015-06-10 | Fix asymmetry between dropup and dropdown carets. | Simon Pai | 1 | -1/+2 | |
| 2015-06-09 | tweak code styles | Mark Otto | 6 | -6/+6 | |
| 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 | 6 | -318/+318 | |
| 2015-06-08 | Merge pull request #16591 from ZDroid/patch-1 | Mark Otto | 1 | -1/+1 | |
| Add Slack link to `CONTRIBUTING.md` | |||||
| 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-05 | Add Slack link to `CONTRIBUTING.md` | Zlatan Vasović | 1 | -1/+1 | |
| 2015-06-04 | Include CSS Map file for bootstrap.min.css | Kevin Kirsche | 1 | -0/+1 | |
| X-Ref #16583 | |||||
| 2015-06-02 | Merge pull request #16579 from kkirsche/patch-8 | Mark Otto | 1 | -1/+1 | |
| Include Slack in CONTRIBUTING.md's list of places to get help | |||||
| 2015-06-02 | Include Slack in list of places to get help | Kevin Kirsche | 1 | -1/+1 | |
| As Slack is a common replacement for IRC for projects (e.g. Wordpress), I propose that we encourage the use of Slack as you have members of the core team using it while IRC often does not have any of the core team available. | |||||
| 2015-06-02 | Merge pull request #16571 from patrickhlauke/generalize-dropdowns | Patrick H. Lauke | 21 | -271/+271 | |
| generalize dropdowns / drop role="menu" | |||||
| 2015-06-02 | generalize dropdowns / drop role="menu" | Patrick H. Lauke | 21 | -271/+271 | |
| 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 | Merge pull request #16567 from justincron/master | Chris Rebert | 1 | -1/+1 | |
| Fixed typo in hide-text.less [skip sauce] [skip validator] | |||||
| 2015-06-01 | Fixed typo | Justin Cron | 1 | -1/+1 | |
| 2015-06-01 | Merge pull request #16566 from ipdae/master | Mark Otto | 1 | -1/+1 | |
| change korean translation site url | |||||
| 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 | 4 | -111/+140 | |
| 2015-06-01 | Run `grunt`. | XhmikosR | 13 | -22/+22 | |
| [ci skip] | |||||
| 2015-06-01 | Fix license header after e93c6a2216c69daa574abc16e7c14767fce44ad6. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-06-01 | docs: update uglify-js to v2.4.23. | XhmikosR | 1 | -5/+5 | |
| [ci skip] | |||||
| 2015-06-01 | Bump load-grunt-tasks. | XhmikosR | 2 | -440/+541 | |
| 2015-05-31 | grunt | Mark Otto | 7 | -13/+11 | |
| 2015-05-31 | add updated scss lint yml file | Mark Otto | 1 | -5/+10 | |
| 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 | Merge pull request #16565 from TimothyGu/patch-1 | Mark Otto | 1 | -1/+1 | |
| Adjust Carbon Ads margin on -xs | |||||
| 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 | 3 | -1/+8 | |
| 2015-05-29 | remove utils from media alignment | Mark Otto | 1 | -4/+2 | |
| 2015-05-30 | Merge pull request #16561 from patrickhlauke/docs-separators | Patrick H. Lauke | 15 | -53/+53 | |
| ensure divider list items have `role="separator"` | |||||
| 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 | enforce line-height on badges at all times | Mark Otto | 1 | -0/+1 | |
| 2015-05-29 | move flexbox to getting started | Mark Otto | 2 | -1/+1 | |
| 2015-05-29 | grunt | Mark Otto | 7 | -1986/+3209 | |
| 2015-05-29 | cards update | Mark Otto | 1 | -7/+7 | |
| 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 | 8 | -3206/+2065 | |
