aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-10-19docs/getting-started/javascript.md: Hyperlink preventDefault() mentionChris Rebert1-1/+1
[skip sauce]
2015-10-19Anonymous table bug is still present in Safari 9.0, but should be fixed in ↵Chris Rebert1-1/+1
the next version
2015-10-19Merge pull request #17970 from hzoo/update-jscsChris Rebert3-134/+723
v4 - Update grunt-jscs to 2.1.0 to use JSCS 2.x
2015-10-19Merge pull request #17980 from tshinnic/v4_docs_typos_1Chris Rebert2-3/+3
Fix three small typos
2015-10-19Fix three small typosThomas Shinnick2-3/+3
2015-10-19update grunt-jscs to 2.1.0 to use jscs 2.xHenry Zhu3-134/+723
2015-10-17Merge pull request #17955 from twbs/bug-wall-17913Chris Rebert1-0/+20
Add #17913 to Wall of Browser Bugs
2015-10-17Add #17913 to Wall of Browser BugsChris Rebert1-0/+20
Refs https://code.google.com/p/chromium/issues/detail?id=544290 Refs https://bugs.webkit.org/show_bug.cgi?id=150271 Closes #17913 [ci skip]
2015-10-17[V4] Fixes #17953: Update migration docs of .btn-default replacementRisan Bagja Pradana1-2/+1
[V4 Docs] Update migration docs to point out the .btn-default replacement.
2015-10-17[V4] Fixes #17953: Add migration docs of .btn-default removalRisan Bagja Pradana1-0/+5
V4 Docs - Updates to migration docs to pointed out the removal of .btn-default class and an addition of the new .btn-secondary class.
2015-10-16Added nuspec files so MyGet can build and publish NuGet packagesSupergibbs3-0/+62
2015-10-16Merge pull request #17949 from darkdiesel/v4-devChris Rebert1-1/+1
Fix typo in docs for tooltips.
2015-10-16Fix docs for tooltips.Peshkov, Igor1-1/+1
2015-10-16Merge pull request #17945 from patrickhlauke/docs-redundant-srPatrick H. Lauke3-12/+2
Remove redundant `<span class="sr-only">...</span>` for close buttons
2015-10-15Added NuGet version badgeSupergibbs1-0/+1
2015-10-16Add "keyboard users" to heading for `sr-only-focusable`Patrick H. Lauke1-1/+1
2015-10-16Remove redundant `.sr-only` text for Close buttonsPatrick H. Lauke3-11/+1
Since `aria-label` is used, it's not necessary anymore.
2015-10-15#17895 Added $alert-border-width that defaults to $border-widthChris Bell2-1/+2
2015-10-14v4 - .c-select on background inherits whiteCatalin Zalog1-0/+1
This: ``` <div class="bg-info"> <select class="c-select"> <option selected>Open this select menu</option> <option value="1">One</option> <option value="2">Two</option> <option value="3">Three</option> </select> </div> ``` render this: http://s.zalog.ro/2015-10-14-19-45-11.png
2015-10-13Adding autocomplete attribute in docs input searchMarcio Vicente1-1/+1
2015-10-14Run `grunt`.XhmikosR25-59/+149
[ci skip]
2015-10-14Update devDependencies.XhmikosR2-352/+1182
2015-10-14Update gems.XhmikosR2-8/+8
[skip validator] [skip sauce]
2015-10-13Extract list-unstyled mixin; closes #17792Marko Prelec3-5/+10
/fyi @mdo
2015-10-13Merge pull request #17701 from lesleh/patch-1Mark Otto1-0/+2
Reset iOS rounded inputs
2015-10-13Merge pull request #17817 from kkirsche/patch-29Mark Otto1-1/+1
Remove double bottom border on sub header in dashboard example
2015-10-13Merge pull request #17896 from twbs/text-capitalize-docMark Otto1-1/+1
Tweak .text-capitalize example to show what happens to interior capital letters
2015-10-13Merge pull request #17903 from twbs/card-border-radius-defaultMark Otto1-1/+1
Make $card-border-radius default to $border-radius
2015-10-13Merge pull request #17900 from kkirsche/patch-34Mark Otto1-1/+1
Use .blockquote class in V4 examples page
2015-10-12Merge pull request #17906 from twbs/wkbug-150079Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #14975
2015-10-12Add Wall of Browser Bugs entry for #14975Chris Rebert1-0/+10
See https://bugs.webkit.org/show_bug.cgi?id=150079 Closes #14975 [ci skip]
2015-10-12Make $card-border-radius default to $border-radiusChris Rebert1-1/+1
They already share the same value (`.25rem`) Refs #17597 [skip sauce]
2015-10-12Merge pull request #17902 from twbs/wkbug-138167-fixedChris Rebert1-10/+0
Remove #9774's entry from Wall of Browser Bugs
2015-10-12http://wkbug.com/138167 has been fixed!Chris Rebert1-10/+0
See http://trac.webkit.org/changeset/190893 Refs #9774, #14907 [ci skip]
2015-10-12Use .blockquote class in V4 examples pageKevin Kirsche1-1/+1
Fix #17888
2015-10-12Tweak .text-capitalize example to show what happens to interior capital ↵Chris Rebert1-1/+1
letters; refs #17893 [ci skip]
2015-10-11Mention ScrollPos-Styler in the migration docs; closes #17819Chris Rebert1-0/+1
2015-10-11Add docs for #17710Chris Rebert1-1/+1
2015-10-11Use Page Visibility API in Carousel; fixes #17706Johann-S2-2/+17
Avoids cycling carousels when the page isn't visible. Closes #17710 Refs #15566
2015-10-11docs/examples/cover/cover.css: Fix "inheritence" typoChris Rebert1-1/+1
2015-10-10Merge pull request #17881 from twbs/wkbug-149935Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for Safari related to #17438 / #14237
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