aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
AgeCommit message (Collapse)AuthorFilesLines
2014-01-20Merge pull request #12308 from twbs/fix-12298Mark Otto1-1/+1
Fix #12298
2014-01-20slap a lang attr on <html> in the Getting Started basic templateChris Rebert1-1/+1
for consistency with docs/examples/starter-template/index.html
2014-01-19fix #12298Chris Rebert1-1/+1
2014-01-19Make head elements order uniform across templates and examplesJulian Thilo1-3/+4
2014-01-19Improve <meta> tagsZlatan Vasović1-2/+3
2014-01-18add X-UA-Compatible <meta> to basic templateChris Rebert1-0/+1
2014-01-18make WP8 device-width hack code fully consistent between docs HTML & docs JSChris Rebert1-3/+3
2014-01-18Fix typos, sentences in getting-started.htmlJulian Thilo1-2/+2
2014-01-18move migration docs to new separate page, leave callout on getting started ↵Mark Otto1-412/+4
page; fixes #12244
2014-01-18Make spelling of Less uniform throughout the docsJulian Thilo1-6/+6
2014-01-17copyMark Otto1-1/+1
2014-01-17present browser compatibility info in a tableChris Rebert1-8/+47
2014-01-15move Community & Translations docs sections from About to Getting StartedChris Rebert1-0/+34
2014-01-15Getting Started: fix ID of heading so matches TOCChris Rebert1-1/+1
2014-01-12Formatting and docs changesMark Otto1-867/+856
2014-01-11Merge branch 'master' into docs_derpMark Otto1-10/+1
Conflicts: docs/getting-started.html
2014-01-11rm lingering reference to Recess in the docsChris Rebert1-2/+2
Refs c0200426ee72b165de400db740a60bae5d344b3c
2014-01-11Update docs per `.container-fluid` additionZlatan Vasović1-10/+1
- Remove `.container-fluid` from "removed classes". - Container isn't fluid by default (`.container`) and `.row` isn't percentage-based, so update docs.
2014-01-09Merge branch 'master' into docs_derpMark Otto1-0/+9
Conflicts: docs/assets/css/docs.css
2014-01-06notes from .input-block-leveljuniorconte1-1/+10
2014-01-05linkMark Otto1-1/+1
2014-01-05Merge branch 'master' into docs_derpMark Otto1-1/+1
Conflicts: docs/components.html
2014-01-06fix the paragraph outside of '.bs-docs-section'wangsai1-1/+1
2014-01-05Merge branch 'master' into docs_derpMark Otto1-5/+5
2014-01-05Merge pull request #12104 from ghoullier/masterChris Rebert1-1/+1
Replace getElementsByTag with querySelector in IE10 Mobile viewport JS snippet
2014-01-05Replace getElementsByTag by querySelector for IE10 Mobile plateform.Gregory HOULLIER1-1/+1
2014-01-05Fix typosQuy Ton1-2/+2
2014-01-04Fix anchor linksQuy Ton1-2/+2
2014-01-03Merge branch 'master' into docs_derpMark Otto1-4/+3
2014-01-03flip order so sentence reads betterChris Rebert1-1/+1
2014-01-03de-emphasize /docs/assets and docs HTML now that they're outside of the root dirChris Rebert1-4/+2
2014-01-03Update source code download structureQuy Ton1-4/+5
2013-12-31Merge branch 'master' into docs_derpMark Otto1-0/+1108
Conflicts: _config.yml docs/_includes/footer.html docs/_includes/nav-main.html docs/_includes/old-bs-docs.html docs/_layouts/default.html docs/_layouts/home.html docs/getting-started.html docs/index.html
2013-12-31Merge branch 'master' into docs_dirMark Otto1-0/+2
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto1-0/+1101
2013-07-18flatten docs dir back into rootMark Otto1-270/+0
2013-07-18clarify IE support and rearrange getting started docs a bitMark Otto1-22/+25
2013-07-17Merge branch '3.0.0-wip' into bs3_remove_examplesMark Otto1-10/+79
Conflicts: docs/_includes/nav-getting-started.html docs/examples/navbar-fixed-top.html docs/examples/navbar-static-top.html docs/examples/navbar.html docs/getting-started.html
2013-07-17Merge branch '3.0.0-docs-calloutfam' of ↵Mark Otto1-4/+4
https://github.com/juthilo/bootstrap-wip into juthilo-3.0.0-docs-calloutfam Conflicts: docs/components.html docs/css.html docs/customize.html
2013-07-17Fixes #8360: Add mention of IE compatibility mode to docsMark Otto1-0/+5
2013-07-17Move license FAQs to the docs, add link to side navMark Otto1-0/+46
2013-07-17Fixes #8356: Move browser compatibility from wiki into real docsMark Otto1-0/+18
2013-06-29Remove references to fontsQuy Ton1-7/+1
2013-06-26Adjust info callout, add callouts to docsJulian Thilo1-4/+4
* Adjust the background-color of bs-callout-info to match danger and warning in tone * Convert all the callouts * Change some callouts to info/warning * Add new callout
2013-06-25Recess welcomeJulian Thilo1-1/+1
2013-06-25Add IDs, adjust textJulian Thilo1-1/+1
2013-06-25Add callout to docs: LESS compiler supportJulian Thilo1-0/+5
2013-06-20Move examples out of the main repo to twbs/bootstrap-examplesMark Otto1-98/+7
While examples are phenomenally useful and awesome for folks getting started with Bootstrap, they don't really shine as well being buried in the main docs. Moreover, having anything that's not core HTML, CSS, JS, or documentation in the main repo seems to just get in the way. Therefore, examples gets its own repo. Specifically, we're doing the following: * Deletes all example screenshots * Deletes example layout * Deletes example files * Updates Getting Started docs to include only the template and a link to the new examples project All the examples and their history will be preserved in the switch.
2013-06-03nuke the .colMark Otto1-12/+12
2013-06-02Fix layout for examples in getting-startedRobert Burns1-82/+89