| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-05-01 | Fix radio and checkbox keyboard handling | Patrick H. Lauke | 1 | -5/+9 | |
| Fix for problem that emerged from #16226 (`.active` class not actually being applied) and expansion of the script to also correctly handle keyboard interaction with checkboxes in `data-toggle="button"` groups | |||||
| 2015-04-30 | Update buttons.md | Mark Otto | 1 | -2/+2 | |
| 2015-04-30 | update buttons role copy | Mark Otto | 1 | -2/+2 | |
| /cc @cvrebert @patrickhlauke | |||||
| 2015-04-30 | Merge pull request #16398 from patrickhlauke/docs-inappropriate-button-role | Patrick H. Lauke | 1 | -3/+3 | |
| Remove role="button" | |||||
| 2015-04-30 | Remove inappropriate role="button" from download links | Patrick H. Lauke | 1 | -3/+3 | |
| 2015-04-29 | Merge pull request #16386 from twbs/zeroclipboard | Chris Rebert | 4 | -26/+27 | |
| Downgrade ZeroClipboard for IE8 support | |||||
| 2015-04-29 | le grunt | Mark Otto | 7 | -13/+17 | |
| 2015-04-29 | Fix no-label checkboxes/radios | Mark Otto | 1 | -2/+5 | |
| Because we use `position: absolute` on our inputs, when there’s no label the `.checkbox` ends up having no computed height. To avoid rendering errors when there’s no label text, we reset the `position` to `static` for normal rendering. | |||||
| 2015-04-29 | Remove $line-height-computed | Mark Otto | 8 | -13/+16 | |
| We have it set to `1` right now just to avoid compilation errors, but it’s been replaced everywhere with our new spacer classes anywho. We’ll likely want to remap that var to custom component vars though (e.g., `$pagination-margin` instead of `$spacer-y`). | |||||
| 2015-04-29 | spacing | Mark Otto | 1 | -1/+1 | |
| 2015-04-29 | rename media query var to match /cc @cvrebert | Mark Otto | 2 | -5/+5 | |
| 2015-04-29 | clean up vars file a smidge | Mark Otto | 1 | -0/+6 | |
| 2015-04-29 | remove some callouts on buttons by rewriting things a bit | Mark Otto | 1 | -13/+3 | |
| 2015-04-29 | grunt | Mark Otto | 8 | -254/+1114 | |
| 2015-04-29 | clean up sidebar styles | Mark Otto | 1 | -17/+4 | |
| 2015-04-29 | darker secondary button border color | Mark Otto | 1 | -1/+1 | |
| 2015-04-29 | add comments | Mark Otto | 1 | -0/+3 | |
| 2015-04-29 | Merge pull request #113 from twbs/at-root-group | Mark Otto | 1 | -6/+7 | |
| Wrap `@viewport` with `@at-root` for nested import support | |||||
| 2015-04-29 | Merge pull request #111 from twbs/flex | Mark Otto | 6 | -43/+181 | |
| $enable-flex | |||||
| 2015-04-29 | Redo changes needed to hide Copy button. | XhmikosR | 2 | -28/+28 | |
| 2015-04-29 | Revert "Update ZeroClipboard and remove Copy buttons when Flash is unavailable" | XhmikosR | 3 | -29/+30 | |
| This reverts commit 229e88892913d5c8b712510c28b78bfa114596e5. ZeroClipboard v2.x drops IE < 9 support. | |||||
| 2015-04-29 | Fix dab6a4f0e3af750f5b1c7b88db1e7d14a15eb8b0. | XhmikosR | 2 | -2/+2 | |
| 2015-04-29 | Merge pull request #16384 from twbs/cleancss-workaround | XhmikosR | 8 | -8/+8 | |
| dropdowns.less: Add space before IE8 workaround. | |||||
| 2015-04-28 | Adds documentation for buttons in link groups | Zac Echola | 2 | -0/+22 | |
| Mostly a duplication of the *Linked items* section, but for buttons. Includes a note not to use the standard btn classes. | |||||
| 2015-04-28 | Merge branch 'master' of https://github.com/twbs/bootstrap into ↵ | Zac Echola | 81 | -2824/+4665 | |
| list_group_buttons | |||||
| 2015-04-28 | Run `grunt`. | XhmikosR | 7 | -7/+7 | |
| 2015-04-28 | dropdowns.less: Add space before IE8 workaround. | XhmikosR | 1 | -1/+1 | |
| This in turn works around an issue with clean-css (fixed in 3.2.6). So this basically is just a consistency change. | |||||
| 2015-04-28 | automatic `grunt dist` | Bootstrap's Grunt bot | 2 | -2/+2 | |
| [ci skip] | |||||
| 2015-04-28 | Update clean-css to v3.2.6. | XhmikosR | 3 | -4/+4 | |
| 2015-04-28 | Bump copyright year. | XhmikosR | 11 | -15/+25 | |
| [ci skip] | |||||
| 2015-04-28 | automatic `grunt dist` | Bootstrap's Grunt bot | 6 | -90/+90 | |
| [ci skip] | |||||
| 2015-04-28 | Add package.js in Grunt tasks. | XhmikosR | 2 | -1/+4 | |
| 2015-04-28 | Minor lint tweaks. | XhmikosR | 10 | -69/+65 | |
| 2015-04-28 | Merge pull request #16382 from twbs/bump-sauce | Chris Rebert | 1 | -1/+1 | |
| Bump grunt-saucelabs to v8.6.1 | |||||
| 2015-04-28 | Bump grunt-saucelabs to v8.6.1 | Chris Rebert | 1 | -1/+1 | |
| 2015-04-28 | update shrinkwrap | Chris Rebert | 1 | -32/+32 | |
| 2015-04-27 | Multiple tooltip triggers don't play well together | Braden M. Kelley | 2 | -6/+70 | |
| Fixes issue #16008 | |||||
| 2015-04-27 | Merge pull request #16381 from twbs/docs_anchors | Mark Otto | 1 | -1/+1 | |
| Scope anchorjs to immediate children | |||||
| 2015-04-27 | scope anchorjs to immediate children, fixes #16129 | Mark Otto | 1 | -1/+1 | |
| 2015-04-27 | more flex grid stuff | Mark Otto | 1 | -5/+64 | |
| 2015-04-27 | Wrap `@viewport` with `@at-root` for nested import | Gleb Mazovetskiy | 1 | -6/+7 | |
| See https://github.com/twbs/bootstrap-sass/pull/805 | |||||
| 2015-04-27 | automatic `grunt dist` | Bootstrap's Grunt bot | 4 | -16/+14 | |
| [ci skip] | |||||
| 2015-04-27 | Merge pull request #16152 from jarthod/tooltip-placement-viewport-fix | F A T | 2 | -18/+38 | |
| Tooltip/popover: Fix auto placement to use viewport | |||||
| 2015-04-27 | Merge pull request #16379 from twbs/bower-json | Chris Rebert | 1 | -1/+1 | |
| More bower.json fixes | |||||
| 2015-04-27 | bower.json: Add `license` field | Chris Rebert | 1 | -0/+1 | |
| [ci skip] | |||||
| 2015-04-27 | bower.json: rm moot `version` field | Chris Rebert | 1 | -1/+0 | |
| Per https://github.com/bower/bower.json-spec/commit/a325da3d79baab018c572d75dc1781b12322f6cd | |||||
| 2015-04-27 | Merge pull request #16378 from twbs/bower-moduleType | Chris Rebert | 1 | -0/+1 | |
| bower.json: set `moduleType` to `globals` | |||||
| 2015-04-27 | bower.json: set `moduleType` to `globals` | Chris Rebert | 1 | -0/+1 | |
| Per https://github.com/bower/bower.json-spec/commit/632ff90a2c857e9cb4a4236e8ddb069cc0716865#commitcomment-10914138 [ci skip] | |||||
| 2015-04-27 | flex variation for media | Mark Otto | 1 | -28/+48 | |
| 2015-04-27 | stub out flexbox variation for input group | Mark Otto | 1 | -12/+29 | |
