| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-05-29 | clean up card styles. add new vars | Mark Otto | 1 | -27/+31 | |
| 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 | 3 | -151/+306 | |
| 2015-05-28 | add flexbox variation for .card-group | Mark Otto | 1 | -7/+13 | |
| 2015-05-27 | new card sizing maybe | Mark Otto | 2 | -12/+55 | |
| 2015-05-27 | when using flexbox, don't add a clearfix | Mark Otto | 1 | -1/+2 | |
| doing so fubars the grid column rounding (in safari at least) and causes layout problems | |||||
| 2015-05-27 | Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 | Mark Otto | 128 | -16713/+24034 | |
| Conflicts: dist/css/bootstrap.css dist/css/bootstrap.css.map docs/assets/css/docs.min.css | |||||
| 2015-05-26 | Merge pull request #16504 from kkirsche/patch-8 | Chris Rebert | 1 | -1/+1 | |
| Clarify the bs-callout on multiple open modals | |||||
| 2015-05-26 | Merge pull request #16533 from mortonfox/patch-1 | Chris Rebert | 2 | -2/+2 | |
| Update source maps link | |||||
| 2015-05-26 | Update source maps link | Morton Fox | 2 | -2/+2 | |
| 2015-05-24 | Removes border around select caret in IE | Won Song | 1 | -2/+10 | |
| 2015-05-22 | Merge pull request #16525 from twbs/jq-browser-bugs-xref | Chris Rebert | 1 | -0/+1 | |
| Wall of Browser Bugs: Add link to "jQuery's browser bug workarounds" | |||||
| 2015-05-22 | Wall of Browser Bugs: Add link to "jQuery's browser bug workarounds" | Chris Rebert | 1 | -0/+1 | |
| [skip sauce] | |||||
| 2015-05-22 | stub out flexbox layout docs | Mark Otto | 2 | -0/+46 | |
| 2015-05-22 | remove tabindex=-1 as it was causing a weird select state in latest safari ↵ | Mark Otto | 1 | -1/+1 | |
| on yosemite when clicking anywhere in the negative space of the header | |||||
| 2015-05-22 | grunt | Mark Otto | 7 | -1103/+253 | |
| 2015-05-22 | button alignment in nav | Mark Otto | 1 | -2/+2 | |
| 2015-05-22 | disable flex to start | Mark Otto | 1 | -1/+1 | |
| 2015-05-22 | Merge pull request #16524 from miketaylr/remove-fx-warning | XhmikosR | 1 | -5/+0 | |
| Remove Firefox warning for customizer download. | |||||
| 2015-05-22 | Remove Firefox warning for customizer download. | Mike Taylor | 1 | -5/+0 | |
| Closes #15016. | |||||
| 2015-05-20 | package.json: Update format of `license` attribute | Peter deHaan | 1 | -4/+1 | |
| Specifying both the type and URL is deprecated: * https://docs.npmjs.com/files/package.json#license * http://npm1k.org/ Closes #16517 | |||||
| 2015-05-18 | Clarify the bs-callout on multiple open modals | Kevin Kirsche | 1 | -1/+1 | |
| [Close #16502] Clarify the bs-callout on multiple open modals Currently it states overlapping modals, this isn't the only case as this truly applies to any instance when a user would want to open multiple modals at the same time. For this reason, I have modified the title of the callout to make this more clear. | |||||
| 2015-05-17 | Add missing type="button" attrs to <button>s in list-group docs | Chris Rebert | 1 | -10/+10 | |
| Fixes Bootlint warnings: W007 Found one or more `<button>`s missing a `type` attribute. [skip sauce] | |||||
| 2015-05-17 | Use `https` when possible. | XhmikosR | 21 | -31/+31 | |
| 2015-05-17 | about.html: Add the size of the gravatar image we currently use. | XhmikosR | 1 | -2/+2 | |
| 2015-05-17 | docs: update uglify-js to v2.4.21. | XhmikosR | 2 | -13/+10 | |
| [ci skip] | |||||
| 2015-05-16 | Merge pull request #16494 from twbs/license-header | XhmikosR | 15 | -87/+13 | |
| License header | |||||
| 2015-05-16 | Remove grunt-banner completely. | XhmikosR | 15 | -87/+13 | |
| Add a license header in theme instead. | |||||
| 2015-05-16 | Run `grunt`. | XhmikosR | 4 | -13/+13 | |
| 2015-05-16 | Update Anchor.js and port over the existing styles. | Bryan Braun | 6 | -98/+209 | |
| Anchor.js 1.0.0 drops the need to use anchor.css, so we remove it from the codebase and move any leftover styles over to docs.css. Closes #16488 by merging it. | |||||
| 2015-05-15 | Changed .input-group-addon to use @input-border-radius (along with sm/lg | Supergibbs | 1 | -3/+3 | |
| variations) | |||||
| 2015-05-15 | Merge pull request #120 from twbs/really-fix-dist-css | Chris Rebert | 4 | -6/+6 | |
| Really fix dist-css | |||||
| 2015-05-15 | Unquote to avoid NUL chars in the output CSS | Chris Rebert | 2 | -4/+4 | |
| 2015-05-15 | Permanent proper fix for dist-css | Chris Rebert | 2 | -2/+2 | |
| Bump mq4-hover-shim to ^0.2.0 Revert "fix dist css" This reverts commit b12d4bfa9a974d96a6a47fcb1fbaea264439b4b8. | |||||
| 2015-05-14 | Relicense ie10-viewport-bug-workaround.js under MIT License | Chris Rebert | 2 | -2/+3 | |
| Fixes #16470 Closes #16483 | |||||
| 2015-05-14 | Merge pull request #16485 from kkirsche/patch-15 | Mark Otto | 1 | -1/+1 | |
| [Close #16482] Add border-radius to theme's navbar-inverse | |||||
| 2015-05-14 | [Close #16482] Add border-radius to theme's navbar-inverse | Kevin Kirsche | 1 | -1/+1 | |
| [Close #16482] Add border-radius to theme's navbar-inverse | |||||
| 2015-05-14 | Merge pull request #119 from twbs/fat-fix-dist-css | Mark Otto | 1 | -1/+1 | |
| fix dist css | |||||
| 2015-05-14 | fix dist css | fat | 1 | -1/+1 | |
| 2015-05-14 | grrrrrrrrrrrrrrrrrrrunt | Mark Otto | 9 | -66/+144 | |
| 2015-05-14 | Merge pull request #16437 from twbs/fix-16249 | Mark Otto | 1 | -1/+1 | |
| Document that nested tabs are not supported | |||||
| 2015-05-14 | Merge pull request #16472 from twbs/fixes_16346 | Mark Otto | 1 | -1/+5 | |
| Tweak temporal inputs | |||||
| 2015-05-14 | Merge pull request #16477 from twbs/fix_16374 | Mark Otto | 1 | -2/+4 | |
| Redo jumbotron padding | |||||
| 2015-05-14 | Redo jumbotron padding | Mark Otto | 1 | -2/+4 | |
| - In general, there are very few instances that would require a jumbotron without a parent or child container. - Right now we account for that behavior though with some horizontal padding on the .jumbotron class. - This removes that horizontal padding as it narrows our grid classes unnecessarily and accounts for a super small use case. - It also improves consistency across breakpoints, in that padding isn't being added and removed. - In doing so, I also removed the shorthand padding property and went with the specific ones (because yay specificity). | |||||
| 2015-05-14 | add comment, remove week type | Mark Otto | 1 | -1/+2 | |
