aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-09-23Run `grunt`.XhmikosR5-5/+5
2015-09-22Update StackOverflow tag to `bootstrap-4`; closes #17675Daniel Opitz1-1/+1
2015-09-22Rename placeholders according to the classes specifiedpetetnt1-2/+2
2015-09-21Recommend using bundle for running docs locallyHaralan Dobrev1-4/+4
Closes https://github.com/twbs/bootstrap/issues/17493
2015-09-20Remove unneeded trailing whitespace.XhmikosR3-3/+3
[ci skip]
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-16Add <h3> header example to Cards docswolfika1-0/+11
resolves #17609
2015-09-16Fix doc for tooltips and popover method disposeJohann-S2-4/+4
2015-09-15gruntMark Otto5-21/+21
2015-09-15grammar. you're your way --> you're on your wayRaphael Ackermann1-1/+1
2015-09-11Adds current version to packages.Zac Echola1-3/+4
2015-09-10v4 - fixed incorrect inline form class in docsRolandas Barysas1-1/+1
2015-09-09Merge pull request #17519 from twbs/v4-dev-xmr-jekyll-sitemapXhmikosR1-23/+0
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 Mandel1-0/+10
Closes #17214.
2015-09-08Use jekyll-sitemap instead of our custom solution.XhmikosR1-23/+0
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-07Add JS to fix indeterminate checkbox example in docsCorbzilla1-0/+3
Fixes #17196 Closes #17510
2015-09-07Fix usage of “its” and “it’s”Zearin7-7/+7
2015-09-06Fixes to examplesMaurice Wahba5-9/+9
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 Otto20-58/+25
2015-09-06gruntMark Otto4-69/+64
2015-09-06Fixes #17486: start work on responsive cards for decks, groups, and columnsMark Otto1-2/+6
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-05gruntMark Otto4-5/+5
2015-09-05Fixes #17230: Renames .navbar-static-top to .navbar-full and adds docs for itMark Otto1-1/+7
2015-09-05gruntMark Otto6-85/+37
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-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-05Run `grunt`.XhmikosR9-42/+60
2015-09-05Update Holder.js to v2.8.2.XhmikosR5-32/+33
[ci skip]
2015-09-04gruntMark Otto7-23/+35
2015-09-04clean up nav.yml, nullifies #17470Mark Otto1-24/+1
2015-09-03removes holder.js references from example docsCorbzilla1-0/+5
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-03Remove dropped form-horizontal from forms.mdvsn4ik1-1/+1
2015-09-02fixes #17441Mark Otto1-2/+2
2015-09-02Merge pull request #17168 from kkirsche/patch-19Mark Otto9-24/+24
v4 - Rename .img-responsive class to .img-fluid
2015-09-02Merge pull request #17183 from kkirsche/patch-26Mark Otto1-17/+7
v4 - Fix Navbar at top of v4 Offcanvas example
2015-09-02Merge pull request #17435 from twbs/v4-dev-xmr-anchorsMark Otto3-3/+5
Fix missing anchors and 404 errors.
2015-09-02Fix missing anchors and 404 errors.XhmikosR3-3/+5
[skip sauce]
2015-09-02Update all usages of 'control-label' with 'form-control-label' in docsAndrew Smith2-6/+6
2015-09-01Fix Navbar at top of v4 Offcanvas exampleKevin Kirsche1-17/+7
Fix #17173