| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-01-16 | Fix footer links | Julian Thilo | 1 | -2/+2 | |
| 2014-01-15 | move Community & Translations docs sections from About to Getting Started | Chris Rebert | 2 | -6/+6 | |
| 2014-01-14 | Don't copy-pasta all the Sass docs because fuck keeping that up to date. ↵ | Mark Otto | 1 | -4/+1 | |
| Instead, point to https://github.com/twbs/bootstrap-sass/blob/master/README.md. | |||||
| 2014-01-11 | Merge branch 'master' into docs_derp | Mark Otto | 2 | -7/+2 | |
| Conflicts: docs/getting-started.html | |||||
| 2014-01-11 | Merge branch 'minify-assets' of https://github.com/XhmikosR/bootstrap into ↵ | Mark Otto | 2 | -7/+2 | |
| XhmikosR-minify-assets Conflicts: package.json | |||||
| 2014-01-09 | Merge branch 'master' into docs_derp | Mark Otto | 2 | -1/+1683 | |
| Conflicts: docs/assets/css/docs.css | |||||
| 2014-01-09 | more derp | Mark Otto | 1 | -1/+1 | |
| 2014-01-08 | add support for '//===' for <h3>s in bs-lessdoc | Chris Rebert | 1 | -3/+1 | |
| 2014-01-08 | Use JS & Jade to generate the customizer variables form HTML from ↵ | Chris Rebert | 1 | -0/+1684 | |
| variables.less; fixes #11095 also updates variables file organization (courtesy @mdo) | |||||
| 2014-01-08 | Minify docs CSS too. | XhmikosR | 1 | -2/+1 | |
| 2014-01-08 | docs-assets: concatenate and minify all javascript files. | XhmikosR | 1 | -5/+1 | |
| 2014-01-07 | adjust filename to indicate that customize JS is minified | Chris Rebert | 1 | -1/+1 | |
| 2014-01-05 | Merge branch 'master' into docs_derp | Mark Otto | 1 | -2/+4 | |
| Conflicts: docs/_layouts/default.html docs/_layouts/home.html | |||||
| 2014-01-01 | Merge branch 'master' into docs_derp | Mark Otto | 1 | -5/+6 | |
| Conflicts: docs/_includes/footer.html docs/assets/css/docs.css | |||||
| 2013-12-31 | Fix broken JS | Mark Otto | 1 | -6/+5 | |
| 2013-12-31 | Merge branch 'master' into docs_derp | Mark Otto | 11 | -0/+636 | |
| 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-28 | Rearrange repository contents because muahahahahahaha | Mark Otto | 12 | -0/+617 | |
| 2013-07-18 | flatten docs dir back into root | Mark Otto | 10 | -394/+0 | |
| 2013-07-18 | Merge branch 'bs3_old_docs_callout' into bs3_rc1 | Mark Otto | 1 | -0/+7 | |
| 2013-07-18 | Merge branch 'bs3_add_ads' into bs3_rc1 | Mark Otto | 1 | -0/+1 | |
| 2013-07-18 | clarify IE support and rearrange getting started docs a bit | Mark Otto | 1 | -2/+2 | |
| 2013-07-17 | Drop `.nav-header` for `.dropdown-header` | Mark Otto | 1 | -0/+1 | |
| * Since we no longer have `.nav-list`, I've nuked the `.nav-header` * However, dropdowns can still have section headings, so I've kept that around with the addition of `.dropdown-header` * Restyled it a smidge as well | |||||
| 2013-07-17 | add ads to v3 docs | Mark Otto | 1 | -0/+1 | |
| 2013-07-17 | add callouts for bootstrap 2.3.2 docs and 3.0 rc1 post | Mark Otto | 1 | -0/+7 | |
| 2013-07-17 | remove colophon include because there's only one layout using it now | Mark Otto | 1 | -15/+0 | |
| 2013-07-17 | link order | Mark Otto | 1 | -2/+2 | |
| 2013-07-17 | Merge branch '3.0.0-wip' into bs3_remove_examples | Mark Otto | 7 | -19/+11 | |
| 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-17 | Move license FAQs to the docs, add link to side nav | Mark Otto | 1 | -0/+6 | |
| 2013-07-09 | Dustin the docs again | Julian Thilo | 3 | -4/+1 | |
| * Fix alllll the links! * Change all `*.js` in JS plugin docs (no mo `bootstrap-`) * Fully remove `tr.info` * Bring nav includes up to date | |||||
| 2013-07-05 | Remove further mentions of Glyphicons | Mark Otto | 1 | -1/+0 | |
| 2013-06-27 | remove submenus. for more context: ↵ | Mark Otto | 1 | -1/+0 | |
| http://www.youtube.com/watch?v=ggWyUEuGcWY&feature=youtu.be&t=48s | |||||
| 2013-06-27 | add docs callout for glyphicons on homepage and CSS page | Mark Otto | 1 | -0/+3 | |
| 2013-06-27 | remove icons from sidenav | Mark Otto | 1 | -8/+0 | |
| 2013-06-25 | fix "Data attributes" link in JS docs sidenav | Chris Rebert | 1 | -1/+1 | |
| `#js-data-attributes` => `#js-data-attrs` | |||||
| 2013-06-21 | Remove the offcanvas js from the footer | Tom Pietschker | 1 | -4/+0 | |
| This was moved inline in 65ad52060e1f9b5928ac0d5a0bfead0cdf1b26f4 | |||||
| 2013-06-20 | Move examples out of the main repo to twbs/bootstrap-examples | Mark Otto | 1 | -5/+1 | |
| 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-19 | Merge branch 'offcanvas-example' of https://github.com/trumbitta/bootstrap ↵ | Mark Otto | 1 | -0/+4 | |
| into trumbitta-offcanvas-example | |||||
| 2013-06-09 | Redo grid documentation | Mark Otto | 1 | -1/+3 | |
| * Update example sections to include basic, mobile-desktop, and mobile-tablet-desktop implementations * Add more examples to the grid example page * Red columns instead of gray for more Bootstrapy aesthetic | |||||
| 2013-06-08 | add new grid subnav link | Mark Otto | 1 | -0/+1 | |
| 2013-05-23 | rearrange customizer content | Mark Otto | 1 | -24/+19 | |
| 2013-05-23 | Bring the customizer up to speed | Julian Thilo | 1 | -0/+37 | |
| I reworked the customizer to match the new docs layout and include all newly added variables, etc. Would be glad to keep an eye on Customize and update it as v3 changes. Help blocks in my new version need some more work, too, so this is just a basis. | |||||
| 2013-05-16 | Change up link alerts | Mark Otto | 1 | -0/+1 | |
| * No more children selectors to set all links in alerts as a special color because buttons and more wrongly inherited color * Adds .alert-link for easy styling in any alert | |||||
| 2013-05-16 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -13/+1 | |
| 2013-05-16 | Drop .form-actions | Mark Otto | 1 | -1/+0 | |
| 2013-05-16 | fix tooltip defaults | fat | 1 | -1/+1 | |
| 2013-05-16 | remove dumb assets update makefile wassup | fat | 1 | -13/+1 | |
| 2013-05-16 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | fat | 8 | -257/+298 | |
| Conflicts: Makefile docs/_site/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.min.js docs/customize.html docs/docs.html | |||||
| 2013-05-16 | a bunch javascript junk | fat | 1 | -13/+13 | |
| 2013-05-13 | Fix | marsuboss | 1 | -1/+1 | |
| 2013-05-09 | more nav twerks for getting started page | Mark Otto | 1 | -4/+20 | |
