aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-10-12Port #17906 to v3Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #14975 See https://bugs.webkit.org/show_bug.cgi?id=150079 Closes #14975 [ci skip]
2015-10-12Port #17902 to v3Chris Rebert1-10/+0
http://wkbug.com/138167 has been fixed! See http://trac.webkit.org/changeset/190893 Refs #9774, #14907 [ci skip]
2015-10-10Merge pull request #17880 from bhamodi/newline-fixesChris Rebert6-6/+6
Added missing new lines at EOF.
2015-10-10Add Wall of Browser Bugs entry for Safari related to #17438 / #14237Chris Rebert1-0/+10
https://bugs.webkit.org/show_bug.cgi?id=149935 [skip sauce]
2015-10-10Added missing new lines at EOF.Baraa Hamodi6-6/+6
2015-10-10Update Example Footers.Baraa Hamodi5-5/+5
2015-10-10Add missing space in .backface-visibility definition; fixes #17873Chris Rebert1-1/+1
[ci skip]
2015-10-08Port #17820 to v3Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #17438 / #14237 Refs https://code.google.com/p/chromium/issues/detail?id=534750 Closes #17438 Closes #14237 [skip sauce]
2015-10-07Be pedantically correct; refs #17809Chris Rebert2-2/+2
[skip sauce]
2015-10-07Tooltips on <table>s should use container: body ; fixes #17809Chris Rebert2-4/+4
2015-10-03Add JavaScript configuration for HoundDan Croak1-0/+5
This change uses Bootstrap's existing `js/.jshintrc` file to configure Hound's hosted JSHint instance. It leaves existing JavaScript linting as-is because Hound does not support ESLint or JSCS yet. On each pull request to Bootstrap, Hound will comment on any JavaScript style violations in-line, like this: ![screenshot](https://images.thoughtbot.com/hound/javascript-example.png) If you update the pull request to adopt a suggestion, the comment will be hidden. It leaves the existing linting done by Grunt + Travis. Hound is free for open source projects and is open source itself: https://github.com/thoughtbot/hound
2015-10-01Merge pull request #17753 from twbs/moz-1048279Chris Rebert1-10/+0
Remove http://bugzil.la/1048279 entry from Wall of Browser Bugs
2015-10-01Remove http://bugzil.la/1048279 entry from Wall of Browser BugsChris Rebert1-10/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=1048279 has been closed as WONTFIX. Refs #14124. [skip sauce]
2015-09-30Merge pull request #17742 from twbs/ie10-viewport-bug-workaround-cssChris Rebert22-0/+73
Add CSS portion of IE10 viewport bug workaround to docs & examples
2015-09-30Add CSS portion of IE10 viewport bug workaround to examplesChris Rebert19-0/+56
Fixes #17337
2015-09-30Add CSS portion of IE10 viewport bug workaround to docsChris Rebert3-0/+17
Refs #17337
2015-09-28Merge pull request #17726 from tomkel/docs-fade-fixChris Rebert1-1/+1
Docs - clarify purpose of CSS class .in to .fade [skip sauce]
2015-09-28Docs - clarify purpose of CSS class .in to .fadeTommy Kelly1-1/+1
2015-09-28Documentation clean up and consistency; closes #17625Baraa Hamodi3-10/+7
[skip sauce]
2015-09-27Merge pull request #17712 from twbs/chrome-metaChris Rebert1-1/+5
Mention Chrome meta-bug on Wall of Browser Bugs
2015-09-27Mention Chrome meta-bug on Wall of Browser BugsChris Rebert1-1/+5
https://code.google.com/p/chromium/issues/detail?id=536263 [skip sauce]
2015-09-24Merge pull request #17693 from rclai/patch-1Chris Rebert1-2/+7
Update support for Meteor 1.2
2015-09-24Update support for Meteor 1.2Richard Lai1-2/+7
2015-09-05Merge pull request #17485 from psychobunny/patch-1Mark Otto1-0/+2
Separated link not actually separated
2015-09-05Separated link not actually separatedpsychobunny1-0/+2
2015-09-01Merge pull request #17332 from twbs/themes-contactMark Otto1-1/+3
Mention themes contact info in CONTRIBUTING.md
2015-09-01Update CONTRIBUTING.mdMark Otto1-2/+2
2015-09-01Updated NuGet jQuery dependency (>= 1.9.1 but < 3) toSupergibbs2-2/+2
match https://github.com/twbs/bootstrap/pull/16896
2015-08-26Mention themes contact info in CONTRIBUTING.mdChris Rebert1-0/+2
[skip sauce] [skip validator]
2015-08-20Changed to only include only *.less files (to match NPM/Bower)Supergibbs1-1/+1
2015-08-19Merge pull request #17012 from kkirsche/patch-5Chris Rebert1-1/+2
Have Travis CI use Ruby 2.0.0
2015-08-18Have travis use Ruby 2.0.0Kevin Kirsche1-1/+2
Fix #17011 Update .travis.yml
2015-08-15Merge pull request #16994 from twbs/ios-text-input-bugChris Rebert1-0/+10
Add Wall of Browser Bugs entry for #16988
2015-08-15Add Wall of Browser Bugs entry for #16988Chris Rebert1-0/+10
Refs http://wkbug.com/148061 Refs http://openradar.me/22299624 Closes #16988 [skip sauce]
2015-08-12Travis: Update Savage webhook URL after server moveChris Rebert1-1/+1
2015-08-12Use @carousel-control-font-size for in min-width smKevin Kirsche1-3/+3
Fix #16973 As 30px was hard coded for the following attribute values: `width`, `height`, and `font-size`, I have used the same pixel formula for each of these three as the `@carousel-control-width` is a percent value not a pixel value in variables.less
2015-08-10Adds callout for `.icon-next`, `.icon-prev`Zac Echola1-0/+5
2015-08-04gruntMark Otto17-148/+48
2015-08-04Merge pull request #16785 from studyjan/debug_containerMark Otto1-2/+2
Round paddings of .container & .container-fluid to match .row's margins
2015-08-04fixes #16769: use a clearfix on the .modal-header instead of a min-height to ↵Mark Otto1-1/+1
avoid collapsing when only a dismiss button is available and no .modal-title
2015-08-04Merge branch 'master' of https://github.com/twbs/bootstrapMark Otto2-4/+3
2015-08-04Merge pull request #16804 from edwinlin1987/fix/activeDisabledButtonsMark Otto1-4/+1
Show active buttons when form disabled
2015-08-04replace holder.js references in dashboard example with placeholder gif. ↵Mark Otto1-4/+4
fixes #16699
2015-08-04Merge pull request #16780 from rlindner81/fix/16779Mark Otto1-0/+2
Fixes #16779: Add padding to jumbotron with outer container
2015-08-04Merge branch 'master' of https://github.com/twbs/bootstrapMark Otto4-30/+72
2015-08-04fixes #16824: Correct the match on .control-label sizing for input group sizesMark Otto1-1/+1
2015-08-04fixes #16902: remove the .container-fluid from the grid system in modal ↵Mark Otto1-45/+41
example since it's doubling up padding
2015-08-04Merge pull request #16560 from supergibbs/multiple-button-input-groupsMark Otto2-5/+43
Multiple button input groups
2015-08-04Merge pull request #16818 from zacechola/fix_16805Mark Otto2-25/+29
Move help block docs up page, add `.help-block` to validation example
2015-08-04Help with issues like #16823 by mentioning where to download example source codeMark Otto1-0/+2