aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-22js/tests/unit/modal.js: Fix typoChris Rebert1-1/+1
[ci skip]
2015-12-21Merge pull request #18624 from twbs/fix-18619Chris Rebert1-1/+1
Migration guide: .panel-title's closest replacement is .card-header
2015-12-21Migration guide: .panel-title's closest replacement is .card-header; fixes ↵Chris Rebert1-1/+1
#18619 [skip sauce]
2015-12-21Merge pull request #18622 from twbs/fix-18535Chris Rebert2-10/+10
Use variables for .progress base colors /fyi @mdo
2015-12-21Actually use $progress-bg instead of hardcoded colorChris Rebert1-4/+4
Refs #18535 [skip sauce]
2015-12-21Set $progress-bg to color we are actually usingChris Rebert1-1/+1
2015-12-21Actually use $progress-bar-color instead of hardcoded colorChris Rebert1-4/+4
Refs #18535
2015-12-21Set $progress-bar-color to color we are currently usingChris Rebert1-1/+1
2015-12-20Merge pull request #18616 from twbs/ie-10-docsChris Rebert1-7/+7
Address IE10 in browser compatibility docs
2015-12-20Address IE10 in browser compatibility docsChris Rebert1-7/+7
[skip sauce]
2015-12-18Merge pull request #18597 from twbs/finish-17291Chris Rebert1-7/+27
Add RubyGems section to "Download" docs
2015-12-17Add RubyGems section to "Download" docsChris Rebert1-7/+27
Closes #17291 by finishing the last remaining task. Also reorders the sections in the "Download" docs. [skip sauce]
2015-12-16Merge pull request #18463 from twbs/nav-item-marginChris Rebert2-3/+5
Introduce $nav-item-margin variable /fyi @mdo
2015-12-16Merge pull request #18469 from twbs/card-deck-marginChris Rebert2-7/+10
Introduce $card-deck-margin variable /fyi @mdo; happy to tweak the var names if desired
2015-12-16grunt/change-version.js: Remove extra parens around function literals ↵Chris Rebert1-12/+12
because Hound [ci skip]
2015-12-16grunt/change-version.js: Remove extraneous semicolonChris Rebert1-1/+1
[ci skip]
2015-12-16grunt/change-version.js: Add missing semicolonChris Rebert1-1/+1
🏃🏃🏃I don't wanna get diabetes. 🏥 Obey The Mickens!: https://vimeo.com/111122950#t=14m9s [ci skip]
2015-12-16Merge pull request #18541 from patrickhlauke/progress-patch1Patrick H. Lauke1-3/+0
remove generated content value for progress
2015-12-14grunt/change-version.js:replaceRecursively(): Use accidentally-unused argumentChris Rebert1-1/+1
How did the linters miss this? [skip sauce] [skip validator]
2015-12-13Merge pull request #18567 from Quy/patch-2Chris Rebert1-1/+1
Fix anchor link
2015-12-13Fix anchor linkQuy1-1/+1
2015-12-12Merge pull request #18563 from Quy/patch-1Chris Rebert1-1/+1
Remove extraneous character
2015-12-12Remove extraneous characterQuy1-1/+1
2015-12-12Merge pull request #18561 from twbs/fix-18558Chris Rebert1-1/+1
Docs: Replace `data-src` attribute with `src` in highlighted code
2015-12-12Docs: Replace `data-src` attribute with `src` in highlighted code; fixes #18558Chris Rebert1-1/+1
[skip sauce]
2015-12-12Merge pull request #18511 from bassjobsen/patch-15Chris Rebert1-18/+17
Docs Responsive breakpoints from em to px
2015-12-12Merge pull request #18560 from bassjobsen/patch-7Chris Rebert1-5/+5
Using px rather than em values
2015-12-13Using px rather than em valuesBass Jobsen1-5/+5
Should close https://github.com/twbs/bootstrap/issues/18556
2015-12-12Merge pull request #18472 from twbs/x-y-varsChris Rebert2-5/+5
Rename 2 navbar variables to comply with updated naming convention
2015-12-12Add <br>s to fix appearance of responsive float docs exampleChris Rebert1-8/+8
[skip sauce]
2015-12-11remove generated content value for progressPatrick H. Lauke1-3/+0
as it's currently not displayed, and (in my opinion) would look fugly if it did appear...
2015-12-11Merge pull request #18531 from patrickhlauke/ie-edge-progressbarPatrick H. Lauke3-3/+19
progress bar for IE10+/Edge (border radius, use ::-ms-fill, variant mixins, striped)
2015-12-11update progress bar documentationPatrick H. Lauke1-1/+1
clarify lack of support for striped and animated striped bars in IE10+/Edge
2015-12-11progress bar for IE10+/Edge (radius, use ::-ms-fill, add variant mixins, ↵Patrick H. Lauke2-2/+18
striped support)
2015-12-10Merge pull request #18533 from twbs/ie9-supported-docsChris Rebert1-8/+0
Remove fully supported features from IE9 limitations docs
2015-12-10Remove fully supported features from IE9 limitations docsChris Rebert1-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-10Port #18530 to v4Chris Rebert1-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-09Merge pull request #18514 from twbs/edge-bug-2110930Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #18504
2015-12-09Add Wall of Browser Bugs entry for #18504Chris Rebert1-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-09Add Badges entry to v4 migration guide; fixes #18506Chris Rebert1-0/+4
[ci skip]
2015-12-09Migration docs: Make Buttons and Button Group sections adjacentChris Rebert1-4/+4
[ci skip]
2015-12-09Added information about the help-block classJonathan1-0/+1
Fixes #18505 Closes #18509
2015-12-09 Responsive breakpoints from em to pxBass Jobsen1-18/+17
Should close https://github.com/twbs/bootstrap/issues/18503
2015-12-08Merge pull request #18486 from vsn4ik/v4-unnecessary-style-aliging-imagesChris Rebert1-2/+2
Remove unnecessary style attribyte on docs (aligning-images)
2015-12-08v4's Gruntfile doesn't currently use htmlminChris Rebert1-1/+1
[ci skip]
2015-12-08Merge pull request #18483 from jdorfman/v4-dev-jdChris Rebert1-4/+4
Updated CDN URLs in v4-dev docs
2015-12-08Update version numbers using npm scriptChris Rebert12-12/+12
Errata from: * 8ce5da30260c1368ae97838fcf010375071a7243 * 5d3144e8fb5c7202991b7614d77dfc00903fcb2e which missed a few numbers. [skip sauce] [skip validator]
2015-12-08Merge pull request #18489 from vsn4ik/v4-remove-grid-scss-example-default-flagChris Rebert1-1/+1
Remove !default Scss flag in docs grid example
2015-12-09Remove !default Scss flag in docs grid examplevsn4ik1-1/+1
2015-12-08Remove unnecessary style attribyte on docs (aligning-images)vsn4ik1-2/+2