aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-10Remove em media queries note in Migration docs; no longer accurate as of #17403Chris Rebert1-1/+0
[ci skip]
2015-10-09grunt distChris Rebert32-57/+129
2015-10-09Merge pull request #17875 from patrickhlauke/v4-ios-viewport-tweak2Patrick H. Lauke1-1/+1
Add shrink-to-fit to getting started
2015-10-09Add shrink-to-fit to getting startedPatrick H. Lauke1-1/+1
See https://github.com/twbs/bootstrap/pull/17793#issuecomment-146960473
2015-10-08Merge pull request #17775 from twbs/font-migrationChris Rebert1-1/+4
Add Glyphicons migration guidance [skip sauce]
2015-10-08Merge pull request #17820 from twbs/chrome-bug-534750Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #17438 / #14237
2015-10-08Add Wall of Browser Bugs entry for #17438 / #14237Chris Rebert1-0/+10
https://code.google.com/p/chromium/issues/detail?id=534750 Closes #17438 Closes #14237 [skip sauce]
2015-10-08Move border-radius mixin from scss/_mixins.scss to ↵Chris Rebert3-6/+6
scss/mixins/_border-radius.scss Reunites the family. Closes #17791
2015-10-08Remove double bottom border on sub headerKevin Kirsche1-1/+1
The table includes a border between the two making this unnecessary
2015-10-07fixes #17781: Add migration docs note that .control-label is gone in v4alberto1-0/+1
2015-10-07Move border-radius mixin from scss/_mixins.scss to ↵Chris Rebert2-6/+6
scss/mixins/_border-radius.scss Reunites the family. Closes #17791
2015-10-06browsers-devices.md: Tweak indentation in IE9 tableChris Rebert1-2/+2
[skip sauce]
2015-10-06Getting Started docs: Add MDN links for features not supported in IE9Chris Rebert1-6/+6
[skip sauce]
2015-10-06Merge pull request #17803 from a-moses/patch-1Chris Rebert1-0/+4
IE 9 not supported list - flexbox
2015-10-06Update typography.md re: where to find global varsEric Skogen1-2/+2
Docs should indicate that `_reboot.scss` uses the variables, but to see their values users would look in `_variables.scss`.
2015-10-07IE 9 not supported list v4 flexboxa-moses1-0/+4
add flexbox to the not supported list https://github.com/twbs/bootstrap/issues/17802
2015-10-06Merge pull request #17793 from patrickhlauke/v4-ios-viewport-tweakPatrick H. Lauke19-19/+19
Add shrink-to-fit viewport directive (fixes potential iOS9 issues)
2015-10-06Add shrink-to-fit viewport directivePatrick H. Lauke19-19/+19
Fixes potential problems with iOS9's new viewport behavior - see for instance https://forums.developer.apple.com/thread/13510
2015-10-04Add Glyphicons migration guidanceChris Rebert1-1/+4
[skip sauce]
2015-10-04Merge pull request #17769 from croaky/houndChris Rebert1-0/+6
Add SCSS configuration for Hound
2015-10-03Add SCSS configuration for HoundDan Croak1-0/+6
This change uses Bootstrap's existing `scss/.scss-lint.yml` file to configure Hound's hosted SCSS-Lint instance. On each pull request to Bootstrap, Hound will comment on any SCSS style violations in-line, like this: ![screenshot](https://images.thoughtbot.com/hound/scss-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-02Merge pull request #17616 from Johann-S/ThrowErrorChris Rebert16-4/+121
Fix #17612: Throw explicit error when a nonexistent method is invoked
2015-10-02Add throw error for undefined method on pluginsJohann-S16-4/+121
2015-10-01v4 - flexbox ie10+ compatibilityCatalin Zalog1-0/+1
2015-10-01Port #17753 to v4Chris Rebert1-10/+0
Remove http://bugzil.la/1048279 entry from Wall of Browser Bugs https://bugzilla.mozilla.org/show_bug.cgi?id=1048279 has been closed as WONTFIX. Refs #14124. [skip sauce]
2015-10-01Port #16994 to v4Chris Rebert1-0/+10
[skip sauce]
2015-10-01Merge pull request #17270 from jdanyow/patch-1Chris Rebert1-6/+8
Update jspm package configuration
2015-10-01Update _grid.scssMarko Prelec1-1/+0
Removed empty row.
2015-10-01Merge pull request #17662 from twbs/v4-dev-xmr-rm-tooltip-exampleXhmikosR1-1/+2
Make the tooltip-viewport example work
2015-10-01Make tooltip-viewport example work.XhmikosR1-1/+2
[ci skip]
2015-09-30Copy ecc35ae over to v4Chris Rebert1-0/+1
2015-09-30Merge pull request #17746 from Liamraystanley/patch-1Chris Rebert1-1/+1
Remove random trailing less-than symbol
2015-10-01Remove random trailing less-than symbolLiam Stanley1-1/+1
2015-09-29Merge pull request #17737 from nextgenthemes/v4-devChris Rebert2-1/+1
Rename .scsslint.yml to .scss-lint.yml
2015-09-30Rename .scsslint.yml to .scss-lint.ymlnextgenthemes1-0/+0
2015-09-30add dash to .scsslint.ymlnextgenthemes1-1/+1
2015-09-29Removed trailing whitespaceChris Bell1-1/+0
2015-09-29Fix for Issue #17711 - Added clearfix mixin to the nav-pills class.Chris Bell1-0/+2
2015-09-28Merge pull request #17727 from tomkel/docs-fade-fix-v4Chris Rebert1-1/+1
v4-dev - Clarify the purpose of CSS class .in to .fade [skip sauce]
2015-09-28Clarify the purpose of CSS class .in to .fadeTommy Kelly1-1/+1
2015-09-28Merge pull request #17725 from twbs/curly-quotesChris Rebert6-25/+25
Use backticks/<code> for JS snippets in docs headings
2015-09-28Use backticks/<code> for JS snippets in docs headings; closes #17192Chris Rebert6-25/+25
[skip sauce]
2015-09-27Merge pull request #17626 from wolfika/v4-devMark Otto1-0/+11
Add <h3> header example to Cards docs
2015-09-27Merge pull request #17403 from twbs/use-px-for-window-sizesMark Otto4-47/+56
Change grid and container sizes to px
2015-09-27Merge pull request #17716 from michael-k/placeholderChris Rebert1-1/+1
Filled leftover placeholder in docs
2015-09-27Filled leftover placeholderMichael Käufl1-1/+1
2015-09-27Change grid and container sizes to pxGleb Mazovetskiy4-47/+56
Changes grid and container sizes to `px`, as the viewport pixel size does not depend on the font size. The actual em values were inconsistent with the docs, while the docs were not the same as the comments: * `sm` breakpoint was 34em (544px) not 480px. * `lg` container max-width was 60rem (960px), less gutter than `md`. Changed to 940px, same as Bootstrap 3. * `xl` container max-width was 72.25rem which is 1140px not 1156px. Changed to 1140px matching the comment but not the docs. Addresses #17070 and #17388.
2015-09-27Merge pull request #17713 from twbs/chrome-meta-v4Chris Rebert1-0/+4
Port #17712 over to Bootstrap v4
2015-09-27Port #17712 over to Bootstrap v4Chris Rebert1-0/+4
[skip sauce]