aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started
AgeCommit message (Collapse)AuthorFilesLines
2015-05-26Update source maps linkMorton Fox1-1/+1
2015-05-17Use `https` when possible.XhmikosR5-6/+6
2015-05-14Relicense ie10-viewport-bug-workaround.js under MIT LicenseChris Rebert1-0/+2
Fixes #16470 Closes #16483
2015-05-10Update jQuery to v1.11.3.XhmikosR1-1/+1
2015-04-30Remove inappropriate role="button" from download linksPatrick H. Lauke1-3/+3
2015-03-20Add docs on how to install Bootstrap via composerRodrigo Prado1-0/+4
Closes #16113 Closes #16114 [skip sauce]
2015-03-03Accessibility and headings hierarchy for the "Getting started" page.Steven Black7-58/+58
Closes #15946 by merging it.
2015-03-01Fix URL to match the keywordKevin Kirsche1-1/+1
Fix URL to match the keyword
2015-02-24Merge pull request #15828 from kkirsche/patch-20Chris Rebert1-0/+1
Add plugin package keyword recommendation
2015-02-23Add plugin package keyword recommendationKevin Kirsche1-0/+1
Related to #15823, I would be interested in officially recommending a keyword such as `twbs-bootstrap` so that we can more easily showcase plugins and extensions for Bootstrap without requiring additional curation by the admins / collabs of TWBS specificity Add additional comment to docs Fix capitalization Update tag per @mdo's recommendation
2015-02-21Fix copy/pasta'd id on accessibility skiplink calloutPatrick H. Lauke1-1/+1
2015-02-21Typo in URLPatrick H. Lauke1-1/+1
2015-02-20fixed a few typos in the docsJon Chretien1-1/+1
2015-02-17Use https://www.npmjs.com (new site).vsn4ik1-1/+1
2015-02-12browser-device-support.html: tweak indentationChris Rebert1-2/+2
2015-02-06Update Twitter handle: @twbootstrap => @getbootstrapChris Rebert1-1/+1
Refs https://github.com/twbs/bootstrap-blog/commit/1c94b7791f8a24a18f08aba40c38d519b873f2d0 CC: @mdo
2015-02-04Merge pull request #15714 from patrickhlauke/skip-link-fixesPatrick H. Lauke1-2/+7
Skip link workarounds for Chrome and IE
2015-02-03Merge pull request #15658 from kkirsche/patch-3XhmikosR1-0/+1
Fix issue #15601 — Position of Charset, X-UA-Compatible, and Viewport Meta Tags
2015-02-02Fix issue #15601 — Position of X-UA-CompatibleKevin Kirsche1-0/+1
Fix issue #15601 — Position of X-UA-Compatible, charset and viewport Add comment to all examples The non-responsive is correctly saying 2 instead of 3
2015-02-02Expand/clean-up prose about skip linksPatrick H. Lauke1-2/+2
2015-01-31Skip link workarounds for Chrome and IEPatrick H. Lauke1-1/+6
Add tabindex="-1" to main #content to work around bug in Chrome (and old WebKits) and IE Update advice in accessibility section Include patch in docs CSS to suppress outline when #content is focused (particularly as Chrome sets focus as result of mouse click for tabindex="-1" elements)
2015-01-30License FAQ clarificationPatrick H. Lauke1-1/+1
2015-01-20Document sticky :hover on mobile browsers; fixes #12832Chris Rebert1-0/+3
2015-01-15Docs: add missing "http://"Chris Rebert1-1/+1
2015-01-14document usage of npm package; fixes #15127Chris Rebert1-0/+10
[skip sauce]
2015-01-07Update jQuery to v1.11.2.XhmikosR1-1/+1
2014-12-31Merge pull request #15473 from twbs/autoprefixer-docsChris Rebert1-0/+3
Document that Autoprefixer is required
2014-12-30Remove extra word from disabling-responsiveness.htmlNate Eagleson1-1/+1
2014-12-30Document that Autoprefixer is requiredChris Rebert1-0/+3
Closes #14937 [skip sauce]
2014-12-14Merge pull request #15348 from bastienmoulia/masterMark Otto1-1/+2
Correction in the documentation, add the brand-primary true color in comment and woff2 glyphicons
2014-12-14Expand/clarify advice about skip linksPatrick H. Lauke1-2/+3
2014-12-12Add glyphicons fonts in woff2Bastien1-1/+2
2014-12-05Repeat warning comment about keeping "What's included" sections in syncChris Rebert1-1/+2
Refs #15238 [skip sauce]
2014-11-29Merge pull request #15133 from patrickhlauke/docs-table-fixesMark Otto1-7/+7
Fixes to scope
2014-11-29fix the run-onMark Otto1-1/+1
2014-11-27Add CSS source maps reference to docs. Closes #15211Peter Blazejewicz1-1/+3
- update distribution file list with relevant files - add a short reference to CSS source map purpose - add link to Google Chrome developer network article
2014-11-24Merge pull request #15108 from zacechola/irc_roomJulian Thilo1-1/+1
corrects IRC room
2014-11-17Since Safari has released new fixed versions, we're unlikely to take any ↵Chris Rebert1-1/+0
further action on this.
2014-11-14Fixes to scopePatrick H. Lauke1-7/+7
as discssued in https://github.com/twbs/bootstrap/issues/15117#issuecomment-63029993 - added ``scope="row"`` to row headers - made sure row headers are actual ``<th>`` elements - removed ``scope="col"`` where it was redundant - simplified table examples with (to me) unnecessary ``rowspan``/``colspan`` (unless you really want complex tables, in which case we would need full-on ``id`` and ``headers`` attributes to make sure each table cell has an explicit association with the related header cells - overkill, in my opinion) - one table (in typography) left header-less, as it's more or less presentational (though its structure is still important, hence not adding ``role="presentation"``)
2014-11-14Specify `img` alternative text.XhmikosR1-18/+18
2014-11-13Fix linkQuy Ton1-1/+1
2014-11-13clarify that Bower is one among several installation methodsChris Rebert1-1/+1
2014-11-13Fix a small grammar mistake.XhmikosR1-1/+1
[ci skip]
2014-11-13escaped uriZac Echola1-1/+1
2014-11-12add link to MDN docs regarding iOS Safari element clickabilityChris Rebert1-1/+1
2014-11-12corrects IRC roomZac Echola1-1/+1
2014-11-11aria-hidden added to some stray glyphiconsPatrick H. Lauke1-23/+23
plus minor tweak to customizer's generated alerts
2014-11-11Assorted accessibility (and some consistency) fixes for documentationPatrick H. Lauke1-0/+5
Closes #14951 by merging it.
2014-11-10Remove X-UA-Compatible caveat from Validators docsChris Rebert1-1/+1
Refs #15072
2014-11-03Add #14868 to the compatibility docsChris Rebert1-2/+11