| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-12-22 | js/tests/unit/modal.js: Fix typo | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-12-21 | Merge pull request #18624 from twbs/fix-18619 | Chris Rebert | 1 | -1/+1 | |
| Migration guide: .panel-title's closest replacement is .card-header | |||||
| 2015-12-21 | Migration guide: .panel-title's closest replacement is .card-header; fixes ↵ | Chris Rebert | 1 | -1/+1 | |
| #18619 [skip sauce] | |||||
| 2015-12-21 | Merge pull request #18622 from twbs/fix-18535 | Chris Rebert | 2 | -10/+10 | |
| Use variables for .progress base colors /fyi @mdo | |||||
| 2015-12-21 | Actually use $progress-bg instead of hardcoded color | Chris Rebert | 1 | -4/+4 | |
| Refs #18535 [skip sauce] | |||||
| 2015-12-21 | Set $progress-bg to color we are actually using | Chris Rebert | 1 | -1/+1 | |
| 2015-12-21 | Actually use $progress-bar-color instead of hardcoded color | Chris Rebert | 1 | -4/+4 | |
| Refs #18535 | |||||
| 2015-12-21 | Set $progress-bar-color to color we are currently using | Chris Rebert | 1 | -1/+1 | |
| 2015-12-20 | Merge pull request #18616 from twbs/ie-10-docs | Chris Rebert | 1 | -7/+7 | |
| Address IE10 in browser compatibility docs | |||||
| 2015-12-20 | Address IE10 in browser compatibility docs | Chris Rebert | 1 | -7/+7 | |
| [skip sauce] | |||||
| 2015-12-18 | Merge pull request #18597 from twbs/finish-17291 | Chris Rebert | 1 | -7/+27 | |
| Add RubyGems section to "Download" docs | |||||
| 2015-12-17 | Add RubyGems section to "Download" docs | Chris Rebert | 1 | -7/+27 | |
| Closes #17291 by finishing the last remaining task. Also reorders the sections in the "Download" docs. [skip sauce] | |||||
| 2015-12-16 | Merge pull request #18463 from twbs/nav-item-margin | Chris Rebert | 2 | -3/+5 | |
| Introduce $nav-item-margin variable /fyi @mdo | |||||
| 2015-12-16 | Merge pull request #18469 from twbs/card-deck-margin | Chris Rebert | 2 | -7/+10 | |
| Introduce $card-deck-margin variable /fyi @mdo; happy to tweak the var names if desired | |||||
| 2015-12-16 | grunt/change-version.js: Remove extra parens around function literals ↵ | Chris Rebert | 1 | -12/+12 | |
| because Hound [ci skip] | |||||
| 2015-12-16 | grunt/change-version.js: Remove extraneous semicolon | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-12-16 | grunt/change-version.js: Add missing semicolon | Chris Rebert | 1 | -1/+1 | |
| 🏃🏃🏃I don't wanna get diabetes. 🏥 Obey The Mickens!: https://vimeo.com/111122950#t=14m9s [ci skip] | |||||
| 2015-12-16 | Merge pull request #18541 from patrickhlauke/progress-patch1 | Patrick H. Lauke | 1 | -3/+0 | |
| remove generated content value for progress | |||||
| 2015-12-14 | grunt/change-version.js:replaceRecursively(): Use accidentally-unused argument | Chris Rebert | 1 | -1/+1 | |
| How did the linters miss this? [skip sauce] [skip validator] | |||||
| 2015-12-13 | Merge pull request #18567 from Quy/patch-2 | Chris Rebert | 1 | -1/+1 | |
| Fix anchor link | |||||
| 2015-12-13 | Fix anchor link | Quy | 1 | -1/+1 | |
| 2015-12-12 | Merge pull request #18563 from Quy/patch-1 | Chris Rebert | 1 | -1/+1 | |
| Remove extraneous character | |||||
| 2015-12-12 | Remove extraneous character | Quy | 1 | -1/+1 | |
| 2015-12-12 | Merge pull request #18561 from twbs/fix-18558 | Chris Rebert | 1 | -1/+1 | |
| Docs: Replace `data-src` attribute with `src` in highlighted code | |||||
| 2015-12-12 | Docs: Replace `data-src` attribute with `src` in highlighted code; fixes #18558 | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-12-12 | Merge pull request #18511 from bassjobsen/patch-15 | Chris Rebert | 1 | -18/+17 | |
| Docs Responsive breakpoints from em to px | |||||
| 2015-12-12 | Merge pull request #18560 from bassjobsen/patch-7 | Chris Rebert | 1 | -5/+5 | |
| Using px rather than em values | |||||
| 2015-12-13 | Using px rather than em values | Bass Jobsen | 1 | -5/+5 | |
| Should close https://github.com/twbs/bootstrap/issues/18556 | |||||
| 2015-12-12 | Merge pull request #18472 from twbs/x-y-vars | Chris Rebert | 2 | -5/+5 | |
| Rename 2 navbar variables to comply with updated naming convention | |||||
| 2015-12-12 | Add <br>s to fix appearance of responsive float docs example | Chris Rebert | 1 | -8/+8 | |
| [skip sauce] | |||||
| 2015-12-11 | remove generated content value for progress | Patrick H. Lauke | 1 | -3/+0 | |
| as it's currently not displayed, and (in my opinion) would look fugly if it did appear... | |||||
| 2015-12-11 | Merge pull request #18531 from patrickhlauke/ie-edge-progressbar | Patrick H. Lauke | 3 | -3/+19 | |
| progress bar for IE10+/Edge (border radius, use ::-ms-fill, variant mixins, striped) | |||||
| 2015-12-11 | update progress bar documentation | Patrick H. Lauke | 1 | -1/+1 | |
| clarify lack of support for striped and animated striped bars in IE10+/Edge | |||||
| 2015-12-11 | progress bar for IE10+/Edge (radius, use ::-ms-fill, add variant mixins, ↵ | Patrick H. Lauke | 2 | -2/+18 | |
| striped support) | |||||
| 2015-12-10 | Merge pull request #18533 from twbs/ie9-supported-docs | Chris Rebert | 1 | -8/+0 | |
| Remove fully supported features from IE9 limitations docs | |||||
| 2015-12-10 | Remove fully supported features from IE9 limitations docs | Chris Rebert | 1 | -8/+0 | |
| If these are supported, why bother mentioning them in a section that's about communicating what's not supported? These rows made sense when the section also covered IE8 (http://getbootstrap.com/getting-started/#support-ie8-ie9 ), which doesn't support these features, but we no longer care about IE8 in v4. [skip sauce] | |||||
| 2015-12-10 | Port #18530 to v4 | Chris Rebert | 1 | -1/+1 | |
| Docs: Include major version in `npm install bootstrap` commands Future-proofing for when Bootstrap v5 eventually exists. Refs #18520 [ci skip] | |||||
| 2015-12-09 | Merge pull request #18514 from twbs/edge-bug-2110930 | Chris Rebert | 1 | -0/+10 | |
| Add Wall of Browser Bugs entry for #18504 | |||||
| 2015-12-09 | Add Wall of Browser Bugs entry for #18504 | Chris Rebert | 1 | -0/+10 | |
| https://connect.microsoft.com/IE/feedback/details/2110930/edge-ie11-gradient-background-image-on-tr-is-only-applied-to-first-td [skip sauce] | |||||
| 2015-12-09 | Add Badges entry to v4 migration guide; fixes #18506 | Chris Rebert | 1 | -0/+4 | |
| [ci skip] | |||||
| 2015-12-09 | Migration docs: Make Buttons and Button Group sections adjacent | Chris Rebert | 1 | -4/+4 | |
| [ci skip] | |||||
| 2015-12-09 | Added information about the help-block class | Jonathan | 1 | -0/+1 | |
| Fixes #18505 Closes #18509 | |||||
| 2015-12-09 | Responsive breakpoints from em to px | Bass Jobsen | 1 | -18/+17 | |
| Should close https://github.com/twbs/bootstrap/issues/18503 | |||||
| 2015-12-08 | Merge pull request #18486 from vsn4ik/v4-unnecessary-style-aliging-images | Chris Rebert | 1 | -2/+2 | |
| Remove unnecessary style attribyte on docs (aligning-images) | |||||
| 2015-12-08 | v4's Gruntfile doesn't currently use htmlmin | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-12-08 | Merge pull request #18483 from jdorfman/v4-dev-jd | Chris Rebert | 1 | -4/+4 | |
| Updated CDN URLs in v4-dev docs | |||||
| 2015-12-08 | Update version numbers using npm script | Chris Rebert | 12 | -12/+12 | |
| Errata from: * 8ce5da30260c1368ae97838fcf010375071a7243 * 5d3144e8fb5c7202991b7614d77dfc00903fcb2e which missed a few numbers. [skip sauce] [skip validator] | |||||
| 2015-12-08 | Merge pull request #18489 from vsn4ik/v4-remove-grid-scss-example-default-flag | Chris Rebert | 1 | -1/+1 | |
| Remove !default Scss flag in docs grid example | |||||
| 2015-12-09 | Remove !default Scss flag in docs grid example | vsn4ik | 1 | -1/+1 | |
| 2015-12-08 | Remove unnecessary style attribyte on docs (aligning-images) | vsn4ik | 1 | -2/+2 | |
