| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-11-29 | Use $card-border-width for .card-inverse's header/footer border-bottom override | Chris Rebert | 1 | -1/+1 | |
| Refs #18150 [skip sauce] [skip validator] | |||||
| 2015-11-29 | navs.md: Fix typo | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-11-29 | Merge pull request #18256 from twbs/print-border-widths | Mark Otto | 1 | -2/+2 | |
| Use $border-width in misc border print styles | |||||
| 2015-11-29 | Merge pull request #18264 from twbs/input-group-btns-both-sides | Mark Otto | 1 | -0/+14 | |
| Add input group example with btns on both sides for completeness+testing | |||||
| 2015-11-29 | fixes #18188 | Mark Otto | 1 | -0/+2 | |
| 2015-11-29 | rearrange comment lines for clarity | Mark Otto | 1 | -2/+2 | |
| 2015-11-29 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 31 | -172/+218 | |
| 2015-11-29 | Merge pull request #18257 from twbs/border-width-vars | Mark Otto | 11 | -31/+40 | |
| Add more border width variables | |||||
| 2015-11-29 | Merge pull request #18260 from twbs/fix-18259 | Mark Otto | 1 | -6/+4 | |
| Move viewport-dependent padding tweak into main .jumbotron block | |||||
| 2015-11-29 | Merge pull request #18265 from twbs/fix-v4-17007 | Mark Otto | 1 | -1/+9 | |
| Bring focused input group controls to front via z-index:3 | |||||
| 2015-11-29 | Merge pull request #18317 from twbs/redundant-text-aligns-18300 | Mark Otto | 8 | -28/+35 | |
| Remove non-responsive text alignment classes | |||||
| 2015-11-29 | grunt | Mark Otto | 8 | -6/+16 | |
| 2015-11-29 | fixes #18295. improve .nav-inline usefulness and document the classes as well | Mark Otto | 2 | -0/+37 | |
| 2015-11-29 | clarify nav default display | Mark Otto | 1 | -2/+2 | |
| 2015-11-29 | grunt | Mark Otto | 2 | -2/+2 | |
| 2015-11-29 | fix ads background color | Mark Otto | 1 | -1/+1 | |
| 2015-11-29 | grunt | Mark Otto | 11 | -9/+17 | |
| 2015-11-29 | darken docs nav selected state and un-semibold it so it's not dangling | Mark Otto | 1 | -1/+1 | |
| 2015-11-29 | grunt dist | Chris Rebert | 6 | -5/+9 | |
| [ci skip] | |||||
| 2015-11-29 | Update shrinkwrap | Chris Rebert | 1 | -60/+72 | |
| 2015-11-29 | Merge pull request #18327 from twbs/prefixing | Chris Rebert | 1 | -6/+20 | |
| Gruntfile: Add comments explaining CSS prefixing policy | |||||
| 2015-11-29 | Travis CI: Temporarily disable caching | Chris Rebert | 1 | -4/+5 | |
| So that the build will stop failing due to https://github.com/travis-ci/travis-ci/issues/5092 | |||||
| 2015-11-28 | Add Wall of Browser Bugs entry for #18365 | Chris Rebert | 1 | -0/+10 | |
| See http://bugzil.la/1228802 [skip sauce] [skip validator] | |||||
| 2015-11-27 | _dropdown.scss: Revise comments; fixes #18363 | Chris Rebert | 1 | -4/+4 | |
| [skip sauce] | |||||
| 2015-11-26 | Add responsive float classes; fixes #13690 | Chris Rebert | 14 | -42/+53 | |
| 2015-11-26 | Update _cards.scss | Leslie | 1 | -2/+2 | |
| 2015-11-26 | Use the new mixin. | Leslie Hoare | 1 | -11/+5 | |
| 2015-11-26 | Create a mixin for creating new card styles. | Leslie Hoare | 2 | -0/+7 | |
| I'm aware that currently cards are a lot simpler than buttons right now but this may change in future and it feels cleaner to be able to create new card styles without needing to know the internals of how they're implemented. | |||||
| 2015-11-26 | Merge pull request #18351 from twbs/node_js-stable | XhmikosR | 1 | -1/+1 | |
| Travis CI: Use Node.js 5 instead of "stable" | |||||
| 2015-11-25 | Travis CI: Use Node.js 5 instead of "stable" | Chris Rebert | 1 | -1/+1 | |
| "stable" is deprecated by nvm Refs https://github.com/twbs/grunt-bootlint/pull/61 [skip sauce] | |||||
| 2015-11-24 | browsers-devices.md: rm stray `</p>` | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-11-24 | Updating "Reporting upstream browser bugs" for IE | Martin Beeby | 1 | -1/+1 | |
| Adding Microsoft Edge and the rendering engine EdgeHTML. Closes #18303 [skip sauce] [skip validator] | |||||
| 2015-11-24 | Gruntfile: Add comments explaining CSS prefixing policy | Chris Rebert | 1 | -6/+20 | |
| [skip sauce] | |||||
| 2015-11-23 | Add responsive embed class for 1:1 aspect ratio | Richard Kraaijenhagen | 2 | -0/+9 | |
| Closes #18141 | |||||
| 2015-11-23 | Run `grunt`. | XhmikosR | 11 | -40/+39 | |
| [ci skip] | |||||
| 2015-11-23 | Bump grunt-contrib-uglify. | XhmikosR | 2 | -130/+112 | |
| [skip sauce] | |||||
| 2015-11-22 | Remove non-responsive text alignment classes | Chris Rebert | 8 | -28/+35 | |
| These can be replaced by their `.text-xs-*` parallels. This also avoids any complications from interactions between the responsive and non-responsive classes. (e.g. `<div class="text-left text-md-right">`) Refs #18300 [skip sauce] | |||||
| 2015-11-22 | Add missing !important-s to responsive text alignment classes; fixes #18300 | Deilv | 1 | -3/+3 | |
| Closes #18314 by merging a tweaked version of it. | |||||
| 2015-11-19 | Merge pull request #18288 from twbs/revert-18286-patch-1 | Patrick H. Lauke | 1 | -4/+0 | |
| Revert "Added button subsection to the component section" | |||||
| 2015-11-19 | Revert "Added button subsection to the component section" | Patrick H. Lauke | 1 | -4/+0 | |
| 2015-11-19 | Merge pull request #18286 from vanillajonathan/patch-1 | Patrick H. Lauke | 1 | -0/+4 | |
| Added button subsection to the component section | |||||
| 2015-11-19 | Added button subsection to the component section | Jonathan | 1 | -0/+4 | |
| 2015-11-19 | Merge pull request #18285 from twbs/lint-visual-tests | Chris Rebert | 1 | -1/+1 | |
| Check HTML validity of JS visual tests too | |||||
| 2015-11-19 | Remove stray </p> from js/tests/visual/scrollspy.html | Chris Rebert | 1 | -1/+0 | |
| [skip sauce] | |||||
| 2015-11-19 | Check HTML validity of JS visual tests too | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-11-19 | Merge pull request #18284 from twbs/tether-docs-fix | Chris Rebert | 2 | -1/+2 | |
| Docs: Separate Tether out from docs.min.js | |||||
| 2015-11-19 | Docs: Separate Tether out from docs.min.js | Chris Rebert | 2 | -1/+2 | |
| We can't include it in docs.min.js because docs.min.js includes application.js, application.js depends on bootstrap.js, and the tooltip portion of bootstrap.js depends on Tether. So instead, we need to load Tether separately before bootstrap.js [skip sauce] | |||||
| 2015-11-16 | Run `grunt`. | XhmikosR | 17 | -828/+412 | |
| [ci skip] | |||||
| 2015-11-16 | Update devDependencies. | XhmikosR | 3 | -105/+181 | |
| Adapt uglify for the new version. | |||||
| 2015-11-16 | Merge pull request #18267 from twbs/v4-dev-xmr-revert-jquery2-requirement | Chris Rebert | 2 | -3/+3 | |
| Revert "Make jQuery 2.0 the minimum supported version." | |||||
