aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-09-07Merge pull request #17521 from vsn4ik/rm_v3_themeChris Rebert2-2/+1
v4 - Remove dropped v3 bootstrap-theme
2015-09-08Remove dropped v3 bootstrap-themevsn4ik2-2/+1
[ci skip]
2015-09-08Use jekyll-sitemap instead of our custom solution.XhmikosR4-23/+4
2015-09-08Add missing end of file newlines.XhmikosR2-2/+2
[ci skip]
2015-09-08Specify configBridge as relative path to sourceDavid\ Beitey1-1/+2
This adjusts the load path for the ``configBridge.json`` file from one that's relative to the user running the command (eg ``jekyll serve``), to one that's relative to the ``source`` configuration setting for Jekyll. The result is that the user can now have a (customised) ``_config.yml`` for Jekyll anywhere on her filesystem and point to Bootstrap's ``docs`` directory to use as the ``source``. Previously, in order to customise it, the original ``_config.yml`` needed to be modified inside (a forked) Bootstrap, and the ``jekyll`` command could only be run at the root of the Bootstrap package as the original file path to ``configBridge.json`` was only valid there. The existing behaviour is not affected.
2015-09-08Merge pull request #17518 from twbs/v4-dev-xmr-rm-test-infraXhmikosR6-323/+0
Remove the now unused test-infra files.
2015-09-08Remove the now unused test-infra files.XhmikosR6-323/+0
2015-09-07Add JS to fix indeterminate checkbox example in docsCorbzilla1-0/+3
Fixes #17196 Closes #17510
2015-09-07Merge pull request #17509 from Zearin/v4-dev-DOCSPatrick H. Lauke7-7/+7
Fix usage of “its” and “it’s” (v4 docs)
2015-09-07Fix usage of “its” and “it’s”Zearin7-7/+7
2015-09-06Merge pull request #17500 from mauricew/v4-dev-examplefixesMark Otto5-9/+9
v4 Fixes to examples
2015-09-06Fixes to examplesMaurice Wahba5-9/+9
2015-09-06Merge pull request #17495 from vsn4ik/mv_text_hideChris Rebert2-1/+1
v4 - Rename file with text-hide mixin
2015-09-06Add missing jQuery local fallback.XhmikosR3-0/+3
[ci skip]
2015-09-06Use jQuery 1.11.3 everywhere.XhmikosR3-3/+3
[ci skip]
2015-09-06Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto22-59/+26
2015-09-06gruntMark Otto8-138/+128
2015-09-06Fixes #17486: start work on responsive cards for decks, groups, and columnsMark Otto2-69/+81
2015-09-06Merge pull request #17491 from twbs/v4-dev-xmr-travis-no-gem-installThomas McDonald2-1/+1
Remove `gem install scss_lint` from Travis.
2015-09-06Rename file with text-hide mixinvsn4ik2-1/+1
2015-09-06Merge pull request #17492 from twbs/v4-dev-xmr-docs-jsXhmikosR20-58/+25
Clean up inclusion of IE-specific JS files.
2015-09-06Clean up inclusion of IE-specific JS files.XhmikosR20-58/+25
Move them to footer, and remove duplicate ones. [ci skip]
2015-09-06Remove `gem install scss_lint` from Travis.XhmikosR2-1/+1
Instead, use `bundleExec: true` for grunt-scss-lint.
2015-09-05gruntMark Otto8-10/+10
2015-09-05Fixes #17230: Renames .navbar-static-top to .navbar-full and adds docs for itMark Otto2-3/+9
2015-09-05gruntMark Otto10-168/+72
2015-09-05remoe comment /cc @cvrebertMark Otto1-1/+1
2015-09-05Merge pull request #17477 from patrickhlauke/v4-skippyPatrick H. Lauke2-0/+13
Port skiplink styling from v3 to v4
2015-09-05Merge pull request #17369 from twbs/v4-dev-xmr-docs-imgXhmikosR8-0/+0
Compress images.
2015-09-05Merge pull request #17364 from twbs/avoid-parent-selector-suffix2Gleb Mazovetskiy4-25/+15
Remove all uses of `selector &` to support nested import
2015-09-05Port skiplink styling from v3 to v4Patrick H. Lauke2-0/+13
2015-09-04Merge pull request #17404 from vincent4j/patch-1Mark Otto1-0/+5
add Chinese translations website boot4.com
2015-09-05Merge pull request #17436 from twbs/v4-dev-xmr-depsXhmikosR25-1009/+696
Update dependecies.
2015-09-05Run `grunt`.XhmikosR22-103/+148
2015-09-05Update htmllint rules for the new version.XhmikosR1-1/+1
2015-09-05Update devDependencies.XhmikosR2-905/+547
2015-09-05Merge pull request #17373 from twbs/v4-dev-xmr-holderjsXhmikosR5-32/+33
Update Holder.js to v2.8.2.
2015-09-05Update Holder.js to v2.8.2.XhmikosR5-32/+33
[ci skip]
2015-09-04gruntMark Otto11-41/+65
2015-09-04float the breadcrumb items to deal with that pesky inline-block madnessMark Otto1-3/+3
2015-09-04clean up nav.yml, nullifies #17470Mark Otto1-24/+1
2015-09-03removes holder.js references from example docsCorbzilla1-0/+5
2015-09-03only apply border radius mixins if rounded corners are enabled; alternate ↵Mark Otto1-8/+16
fix to #17426
2015-09-03Modals: Fix bad paddingRight calculation; fixes #17399muzige20001-1/+1
We want to sum two numbers, not concatenate their stringifications. Closes #17457 by merging a tweaked version of it.
2015-09-03Merge pull request #17456 from davidjb/v4-img-responsiveChris Rebert2-0/+5
Document migration for img-responsive to img-fluid
2015-09-03Document img-responsive to img-fluid change from #17166David\ Beitey1-0/+4
2015-09-03Document btn-info-outline as an exampleDavid\ Beitey1-0/+1
2015-09-02Merge pull request #17451 from vsn4ik/rm_form_horizontalChris Rebert1-1/+1
Remove dropped form-horizontal from forms.md
2015-09-03Remove dropped form-horizontal from forms.mdvsn4ik1-1/+1
2015-09-02Merge pull request #17448 from lukeb-uk/navbar_toggleable_mdMark Otto1-0/+5
Add .navbar-toggleable-md class