aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
AgeCommit message (Collapse)AuthorFilesLines
2016-07-25Discourage usage of <a>s for disabled pagination itemsChris Rebert1-1/+1
Refs https://github.com/twbs/bootstrap/commit/a217db1923a552b53c7a0c005e69c598fbd1a98a#commitcomment-18275320 /fyi @patrickhlauke [skip sauce]
2016-07-21iOS 9.3 is still affected by https://webkit.org/b/153856Chris Rebert1-1/+1
[skip sauce]
2016-07-21Docs: Update Safari versions affected by #9774Chris Rebert1-1/+1
Still affects v9.1.2, but current Safari Technology Preview is no longer affected. Refs #20342 [skip sauce]
2016-07-17Clarify valid values of Carousel's `pause` optionPvanhesteren1-2/+2
Fixes #18205 Closes #19410 [skip sauce]
2016-07-13Lint Docs HTML FilesTom Lutzenberger3-7/+7
2016-07-12Losslessly compress docs images.XhmikosR1-1/+1
Used zopfli 1.0.1, with `zopflipng -m --lossy_transparent -y --iterations=1000` Before: 23,7 KB (24.352 bytes) After: 23,5 KB (24.079 bytes)
2016-06-23Port #20165 to v3Chris Rebert1-1/+1
[skip sauce]
2016-06-02Remove unsupported vendor prefixes for @viewport (#19955)eiselzby1-2/+0
Fixes #19871
2016-05-29Run `grunt`.XhmikosR2-527/+527
[ci skip]
2016-05-26Update jQuery to v1.12.4.XhmikosR2-2/+2
2016-04-15Fix 2 typos; closes #19741Feram bot1-1/+1
* cover.css: "inheritence" [sic] * collapse.html: "targetting" [sic]
2016-04-10Add aria-label and callout about labelling pagination componentsPatrick H. Lauke1-17/+22
2016-03-19Update jQuery to v1.12.2.XhmikosR2-2/+2
2016-03-14Docs: unwantedly -> undesirably, as the validity of "unwantedly" is uncertainPvanhesteren1-1/+1
Closes #19406
2016-03-14Port #19537 to v3Chris Rebert1-0/+2
[skip sauce]
2016-03-10Remove custom caching and use Bundle for gems.XhmikosR1-1/+1
2016-03-10Fix HTML validation errors.XhmikosR3-5/+5
[skip sauce]
2016-03-06Port #19424 to v3Chris Rebert1-2/+2
Docs: Link directly to printing-related browser bugs * https://bugs.chromium.org/p/chromium/issues/detail?id=273306 * https://bugs.webkit.org/show_bug.cgi?id=138192 [skip sauce]
2016-03-06Port #19423 to v3Chris Rebert1-1/+1
Docs: Add link to Chrome bug regarding `body { overflow: hidden; }` https://bugs.chromium.org/p/chromium/issues/detail?id=175502 [skip sauce]
2016-02-28Run grunt.XhmikosR1-1/+1
[ci skip]
2016-02-28Merge pull request #19273 from patrickhlauke/v3-browser-compat-backport1Patrick H. Lauke1-10/+37
Port v4 browser support table format to v3
2016-02-27Port v4 browser support tables to v3Patrick H. Lauke1-10/+37
2016-02-23Update jQuery to 1.12.1alberto2-2/+2
2016-02-18Docs: Remove <meta name="keywords"> from <head>Christian Oliff1-1/+0
Remove meta keywords - AFAIK no search engines use them for search ranking at all. There's no need for them to be included. Closes #18872 [skip sauce]
2016-02-18Bump html5shiv to v3.7.3Chris Rebert2-2/+2
Fixes #19262 Thanks to @coliff for pointing out that we were using an outdated version.
2016-02-10Correct spellingSajad Torkamani1-1/+1
2016-02-03Port #19078 to v3Chris Rebert1-1/+1
[skip sauce]
2016-01-28Docs: Add missing `role="document"`s to `.modal-dialog`sChris Rebert1-6/+6
Refs https://github.com/twbs/bootlint/pull/349#issuecomment-176554436 [skip sauce]
2015-12-10Docs: Include major version in `npm install bootstrap` commands; refs #18520Chris Rebert1-1/+1
[ci skip]
2015-12-06Checkin "Themes" link in navbarChris Rebert1-0/+1
2015-11-26Revert incorrect version number change in Stateful Button docsChris Rebert1-1/+1
Erratum from 910400e8979f43d7d329edcaa29add03acb3d48b See https://github.com/twbs/bootstrap/commit/910400e8979f43d7d329edcaa29add03acb3d48b#commitcomment-14598760 /fyi @mdo [skip sauce]
2015-11-24bump versionMark Otto1-1/+1
2015-11-15Docs: Add missing `tabindex="-1"` & `role="dialog"` to some `.modal`sChris Rebert1-3/+3
Refs https://github.com/twbs/bootlint/pull/314 [skip sauce]
2015-11-14that @cvrebert lifestyleMark Otto1-1/+1
2015-11-14fixes #17003Mark Otto1-0/+11
2015-11-11Update verb tenses to proper tense for feature deprecationsKevin Kirsche2-2/+2
X-Ref: https://github.com/twbs/bootstrap/commit/fce30b57e2fbe750cdebf1794d3917f3176d06ce
2015-11-08Merge pull request #16965 from zacechola/document_icon_helpersMark Otto1-0/+5
Call out `.icon-next`, `.icon-prev` alternative classes for Carousel
2015-10-30Merge pull request #18080 from twbs/csp-progressChris Rebert1-0/+5
Add docs regarding .progress, inline style attrs, and CSP
2015-10-29Add docs regarding .progress, inline style attrs, and CSP; closes #17785Chris Rebert1-0/+5
[skip sauce]
2015-10-29Run `grunt.XhmikosR1-1/+1
[skip sauce]
2015-10-23Adding subresource hashes to CDN links.Chris Barry1-3/+3
In Firefox 43 and Chrome 45 there will be support for Subresource Iintegrity (SRI). More information here: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity Closes #17729 by merging a tweaked version of it.
2015-10-13Clarify that .panel-heading overrides font-size of <hN> tagsPhilip Masek1-1/+1
Closes #17533 Closes #17735
2015-10-10Added missing new lines at EOF.Baraa Hamodi1-1/+1
2015-10-07Be pedantically correct; refs #17809Chris Rebert2-2/+2
[skip sauce]
2015-10-07Tooltips on <table>s should use container: body ; fixes #17809Chris Rebert2-4/+4
2015-09-30Add CSS portion of IE10 viewport bug workaround to docsChris Rebert1-0/+1
Refs #17337
2015-09-28Docs - clarify purpose of CSS class .in to .fadeTommy Kelly1-1/+1
2015-09-05Separated link not actually separatedpsychobunny1-0/+2
2015-08-10Adds callout for `.icon-next`, `.icon-prev`Zac Echola1-0/+5
2015-08-04Merge branch 'master' of https://github.com/twbs/bootstrapMark Otto4-30/+72