| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2015-05-27 | new card sizing maybe | Mark Otto | 1 | -12/+37 | |
| 2015-05-27 | Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 | Mark Otto | 26 | -4433/+7817 | |
| 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 | Update source maps link | Morton Fox | 1 | -1/+1 | |
| 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 | 4 | -552/+127 | |
| 2015-05-22 | button alignment in nav | Mark Otto | 1 | -2/+2 | |
| 2015-05-22 | Remove Firefox warning for customizer download. | Mike Taylor | 1 | -5/+0 | |
| Closes #15016. | |||||
| 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 | 17 | -26/+26 | |
| 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 | Remove grunt-banner completely. | XhmikosR | 6 | -14/+4 | |
| 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 | 5 | -95/+208 | |
| 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-14 | Relicense ie10-viewport-bug-workaround.js under MIT License | Chris Rebert | 2 | -2/+3 | |
| Fixes #16470 Closes #16483 | |||||
| 2015-05-14 | grrrrrrrrrrrrrrrrrrrunt | Mark Otto | 6 | -39/+79 | |
| 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-13 | Add WebKit+Safari Wall of Browser | Chris Rebert | 1 | -0/+10 | |
| 2015-05-13 | Merge pull request #16215 from zacechola/list_group_buttons | Mark Otto | 2 | -0/+22 | |
| Adds button styles to `.list-group-item` | |||||
| 2015-05-13 | Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into ↵ | Mark Otto | 5 | -4/+29 | |
| martinbean-btn-borders | |||||
