aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-09-19Merge pull request #17522 from twbs/v4-dev-xmr-ie9-gradientMark Otto2-3/+4
docs: IE9 gradient.
2015-09-19Specify a `filter` gradient for IE 9.XhmikosR1-0/+1
2015-09-19Use the individual background properties instead of the shorthand.XhmikosR2-3/+3
[ci skip]
2015-09-18The .text-hide won't hide the text :)Catalin Zalog1-1/+1
2015-09-16Add <h3> header example to Cards docswolfika1-0/+11
resolves #17609
2015-09-16Merge pull request #17613 from Johann-S/fixTooltipDestroyChris Rebert2-4/+4
Fix #17544: Update doc for tooltips and popover about dispose method
2015-09-16Change destroy -> disposeJohann-S1-1/+1
2015-09-16Fix doc for tooltips and popover method disposeJohann-S2-4/+4
2015-09-15gruntMark Otto9-41/+41
2015-09-15fixes border-width issues when customizing font-size by using 1px instead of ↵Mark Otto2-7/+7
.0625rem as default -width
2015-09-15Merge pull request #17608 from rtack/patch-1Chris Rebert1-1/+1
grammar. you're your way --> you're on your way
2015-09-15grammar. you're your way --> you're on your wayRaphael Ackermann1-1/+1
2015-09-14remove not used popover fallback variablesRakhat Jabagin1-2/+0
2015-09-13Use "@if not $bool" selectorvsn4ik1-5/+2
2015-09-12Merge pull request #17576 from zacechola/install_docsMark Otto1-3/+4
Adds current version to packages.
2015-09-12fixes #17583: only include clearfix on make-container mixin when not in flex ↵Mark Otto1-1/+4
mode
2015-09-11Adds current version to packages.Zac Echola1-3/+4
2015-09-11Merge remote-tracking branch 'twbs/v4-dev' into patch-1Alexandr Kondrashov170-3667/+3526
Conflicts: scss/_custom-forms.scss scss/_variables.scss
2015-09-11fix resetting style on closing collapseJohann-S2-1/+16
2015-09-10Merge pull request #17549 from davidjb/v4-dev-bundle-ignoreGleb Mazovetskiy1-0/+1
Add `vendor/bundle` to gitignore
2015-09-10Merge pull request #17553 from rbrs/form-inlineMark Otto1-1/+1
v4 - fixed incorrect inline form class in docs
2015-09-10Merge pull request #17558 from gjsduarte/v4-devMark Otto1-3/+3
Border width variable in list group items
2015-09-10Border width variable in list group itemsGuilherme Duarte1-3/+3
Added usage of $border-width variable in all _list-group.scss references
2015-09-10v4 - fixed incorrect inline form class in docsRolandas Barysas1-1/+1
2015-09-10Add tests about padding restorationJohann-S1-0/+38
2015-09-09Merge pull request #17551 from twbs/env-varsChris Rebert1-6/+0
Remove Travis env vars used for defunct custom caching system
2015-09-09rm Travis env vars used for defunct custom caching systemChris Rebert1-3/+0
Reverts part of 42697a4ecb2c034c9e88e245932b3914dfd1206c
2015-09-09rm Travis env vars for giving Savage access to defunct custom caching systemChris Rebert1-3/+0
Reverts a1c170ed373d9076ecf76d264220a6a636239f17
2015-09-10Add `vendor/bundle` to gitignoreDavid\ Beitey1-0/+1
Ensure this directory is ignored so that any installed resources from Bundler aren't handled by Git.
2015-09-09disabled browser autocomplete on search input in docsRolandas Barysas1-1/+1
2015-09-09Drop cursor pointer for button roleDavid Leuliette1-11/+0
2015-09-09Merge pull request #17519 from twbs/v4-dev-xmr-jekyll-sitemapXhmikosR4-23/+4
Use jekyll-sitemap instead of our custom solution.
2015-09-09Merge pull request #17520 from davidjb/v4-dev-relative-gruntXhmikosR1-1/+2
Specify configBridge as relative path to source for Jekyll
2015-09-08Added NuGet install instructions to docsJesse Mandel2-0/+11
Closes #17214.
2015-09-08README: Update version number in download linkChris Rebert1-1/+1
[ci skip]
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]