aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
AgeCommit message (Collapse)AuthorFilesLines
2017-01-06rubygems version bumpMark Otto1-2/+2
2017-01-03Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-13/+0
2017-01-03remove some docs calloutsMark Otto2-8/+0
2017-01-04Move node-sass to npm script and drop Ruby Sass.Bardi Harborow1-13/+0
2017-01-03update textMark Otto1-1/+1
2017-01-01Update more copyright years to 2017 (#21491)Quan You1-2/+2
* Update ie10-viewport-bug-workaround.js year * Update narrow-jumbotron copyright year to 2017 * Update carousel/index.html copyright year to 2017 * Update browsers-devices.md copyright year to 2017 * Update change-version.js copyright year to 2017
2016-12-31Move .table-responsive from wrapper to .tableQuy1-75/+71
2016-12-31v4: Rip out IE compatibility mode meta tags (#21483)Mark Otto2-67/+5
* Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8 * update and remove some IE bits from our supported browser page * update introduction.md to match * reword starter template intro
2016-12-31make note of slim buildMark Otto1-1/+1
2016-12-30Document $enable-print-styles (#21474)Quy1-0/+1
2016-12-26Remove Meteor install instructions.Bardi Harborow1-6/+0
2016-12-24Update IE9 support (#21424)Quy1-2/+2
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto5-60/+8
* remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
2016-11-30Remove .btn-outlineysds1-2/+2
2016-11-28fixes #21072: clarify location of variables file (and avoid linking to a ↵Mark Otto1-1/+1
file that will be broken depending on the branch name)
2016-11-26minor docs content tweaks to fix #18997Mark Otto1-1/+1
2016-11-25Fixes #21195: Add more table of contents to pages with longer contentsMark Otto3-3/+18
2016-11-08Merge pull request #21062 from vanillajonathan/patch-1Mark Otto1-1/+1
Linked to slack
2016-11-09Fix broken and redirected links.Bardi Harborow4-6/+6
2016-11-01Linked to slackJonathan1-1/+1
2016-10-24Fixing ruby gem version to 4.0.0.alpha5David Singer1-2/+2
2016-10-10remove commented out custom buildsMark Otto1-24/+0
2016-10-10rework download options to mention source, compiled, and cdnMark Otto1-1/+16
2016-10-10Render bash and powershell prompts with ::before.Bardi Harborow2-9/+12
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow6-13/+13
2016-10-02v4: Social meta tags (#20825)Mark Otto10-0/+10
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
2016-07-26elaborate on those classesMark Otto1-1/+1
2016-07-26comment out custom builds for nowMark Otto1-0/+2
2016-07-26remove dist download option for now; it has been coming soon for far too longMark Otto1-18/+0
2016-07-19Docs: Update `composer require` command to download current v4 alpha version ↵Alice Young1-1/+1
(#20328)
2016-06-23Remove reference to fixed Chrome bug in accessibility docs (#20145)Chris Rebert1-1/+1
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=454172#c22 [skip sauce]
2016-06-23Fix links to A11Y Project postsCurt Grimes1-1/+1
Closes #20165 [skip sauce]
2016-06-20Replace grunt-postcss with postcss-cli (#20140)Chris Rebert1-1/+1
Refs #19990 Continues the degruntification process. Also removes mq4-hover-shim for now, since it doesn't yet implement the standard PostCSS plugin interface.
2016-06-20Remove refs to fixed printing-related Chrome bug from browser support docs ↵Chris Rebert1-7/+1
(#20144) Refs https://bugs.chromium.org/p/chromium/issues/detail?id=273306#c34 [skip sauce]
2016-06-04Add docs regarding postcss-flexbugs-fixes dependencyChris Rebert2-3/+3
2016-05-20Add "The Bootstrap Authors" to copyright notices (#19936)Chris Rebert1-0/+1
❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors
2016-05-11Fixes #18584: Link to autoprefixer json file (link is broken until we make ↵Mark Otto1-0/+1
this the master branch)
2016-03-14Mention https://webkit.org/b/153856 in the docsChris Rebert1-0/+4
Refs #14839, #19088 [skip sauce]
2016-03-14Merge pull request #19426 from twbs/ios-virt-keyboardChris Rebert1-5/+1
Remove iOS virtual keyboard bug section from docs
2016-03-14Document $enable-grid-classes variableDavid Lormor1-9/+10
Closes #19532 [skip sauce]
2016-03-06Remove iOS virtual keyboard bug section from docsChris Rebert1-5/+1
The modal backdrop positioning bug related to iOS' virtual keyboard doesn't seem to reproduce in iOS 8.0+. (Possibly as a side-effect of https://bugs.webkit.org/show_bug.cgi?id=153224 ) Refs #9023 [skip sauce]
2016-03-06Docs: Link directly to printing-related browser bugsChris Rebert1-2/+2
* https://bugs.chromium.org/p/chromium/issues/detail?id=273306 * https://bugs.webkit.org/show_bug.cgi?id=138192 [skip sauce]
2016-03-06Docs: Add link to Chrome bug regarding `body { overflow: hidden; }`Chris Rebert1-1/+1
https://bugs.chromium.org/p/chromium/issues/detail?id=175502 [skip sauce]
2016-02-29Added colon before enumerationMaarten van Elsas1-1/+1
2016-02-03Mention https://webkit.org/b/153852 in browser compatibility docsChris Rebert1-1/+1
Refs #19077 [skip sauce]
2016-01-20Clean up printing documentationDavid Beitey1-2/+2
Replace inline HTML with markdown, rewording, and cleanup. Closes #18984
2016-01-20Restore workarounds for #12078 printing bug that were lost in 86af1f3Chris Rebert1-0/+4
Refs #18984 [skip sauce]
2016-01-17Update docs to include mention of the custom variables fileMark Otto1-3/+21
2016-01-14Docs: Tweak phrasing of description of $enable-gradientsChris Rebert1-1/+1
[ci skip]
2016-01-14Add missing wordQuy1-1/+1