aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-10-23Merge pull request #18029 from twbs/fix-18026Chris Rebert1-64/+17
Stop hardcoding grid tiers in flexbox alignment & ordering classes
2015-10-23Stop hardcoding grid tiers in flexbox alignment & ordering classes; fixes #18026Chris Rebert1-64/+17
[skip sauce] [skip validator]
2015-10-23grunt distChris Rebert4-4/+4
2015-10-23Merge pull request #18028 from twbs/fix-18027Chris Rebert1-26/+6
Stop hardcoding grid breakpoints in responsive alignment utility classes
2015-10-23Stop hardcoding grid breakpoints in responsive alignment utility classes; ↵Chris Rebert1-26/+6
fixes #18027 [skip sauce] [skip validator]
2015-10-22Use `$enable-rounded` for `.label-pill`Kevin Kirsche1-2/+1
Fix #18002
2015-10-21Merge pull request #18013 from vsn4ik/rm_unused_sass_repoChris Rebert1-1/+0
v4 - Remove unused sass_repo variable
2015-10-22Remove unused sass_repo variablevsn4ik1-1/+0
2015-10-20Fix Hound's JS configChris Rebert1-1/+1
Per https://github.com/twbs/bootstrap/pull/17997#discussion_r42564175 ; thanks @vsn4ik ! Refs #17769 /fyi @croaky [ci skip]
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