| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-01-17 | Change .img-polaroid to .img-thumbnail | Mark Otto | 1 | -2/+2 | |
| * Same code, but different classes was confusing * Now .img-thumbnail just extends .thumbnail | |||||
| 2013-01-17 | Restore .btn-info | Mark Otto | 1 | -0/+5 | |
| 2013-01-17 | derp, numbers | Mark Otto | 1 | -1/+1 | |
| 2013-01-17 | dat min | Mark Otto | 1 | -1/+1 | |
| 2013-01-17 | Readd focused example of inputs to docs; clean up alerts section | Mark Otto | 2 | -31/+5 | |
| 2013-01-17 | cleanup example templates | Mark Otto | 1 | -1/+1 | |
| 2013-01-17 | Update Getting Started page to include mention of Respond | Mark Otto | 2 | -1/+11 | |
| 2013-01-17 | Add respond.js to main docs pages, but only for IE8 and down | Mark Otto | 1 | -1/+1 | |
| 2013-01-17 | Change subheading of alerts page | Mark Otto | 1 | -1/+1 | |
| 2013-01-17 | Update nav and add bounds for tablet container | Mark Otto | 1 | -1/+1 | |
| 2013-01-17 | streamline css docs | Mark Otto | 1 | -54/+11 | |
| 2013-01-17 | Move grid/container styles to grid.less; update docs; add offsetting back | Mark Otto | 1 | -2/+9 | |
| 2013-01-17 | update getting started to reflect latest changes; pull list of components ↵ | Mark Otto | 1 | -29/+6 | |
| because fuck that | |||||
| 2013-01-17 | dat docs messaging (on the homepage) | Mark Otto | 1 | -2/+2 | |
| 2013-01-16 | More navbar derping | Mark Otto | 1 | -18/+3 | |
| 2013-01-16 | mo betta sidenav for responsive hotness | Mark Otto | 1 | -1/+1 | |
| 2013-01-16 | Re-add and update form styles: | Mark Otto | 1 | -7/+7 | |
| * Restore forms.less file * Overhaul .radio.inline .checkbox.inline to be .radio-inline or .checkbox-inline * Update docs to reflect changes | |||||
| 2013-01-16 | Derp on type styles a bit more; bring back and fix up more more docs styles | Mark Otto | 1 | -3/+1 | |
| 2013-01-16 | Merge pull request #6600 from Yohn/patch-12 | Mark Otto | 1 | -1/+1 | |
| added missing class to doc example | |||||
| 2013-01-16 | Update docs/templates/pages/components.mustache | Yohn | 1 | -1/+1 | |
| 2013-01-15 | Add text alignment classes info to docs | Quy Ton | 1 | -0/+13 | |
| 2013-01-15 | docs changes, more type improvements, add grid system basics back | Mark Otto | 2 | -106/+108 | |
| 2013-01-14 | nuke and flatten and stuff | Mark Otto | 1 | -1/+1 | |
| 2013-01-14 | Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip | Mark Otto | 1 | -0/+8 | |
| 2013-01-14 | Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNing | Mark Otto | 1 | -1/+1 | |
| 2013-01-13 | fix typo | Yohn | 1 | -1/+1 | |
| 2013-01-13 | added container options to docs for popover | Yohn | 1 | -0/+8 | |
| 2013-01-13 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 3 | -58/+96 | |
| Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/components.html docs/css.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/extend.mustache docs/templates/pages/getting-started.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/buttons.less less/forms.less less/navbar.less less/popovers.less less/responsive-767px-max.less less/responsive.less less/tables.less less/tooltip.less less/type.less less/variables.less package.json | |||||
| 2013-01-12 | buttons and button group flattening improvements | Mark Otto | 1 | -42/+0 | |
| 2013-01-12 | Merge branch '3.0.0-wip' into bs3-flatten | Mark Otto | 4 | -380/+115 | |
| 2013-01-12 | Remove mention of Extend page from readme and index page | Mark Otto | 1 | -3/+0 | |
| 2013-01-12 | Remove Extend page from the docs entirely | Mark Otto | 1 | -169/+0 | |
| * Information was old and out of date on compiling Bootstrap * Information was also not directly related to Bootstrap with background info on Less and apps for compiling (Google it, yo) * Starter template and recommended HTML is already in use on the Getting Started page | |||||
| 2013-01-12 | Remove parent div from pagination component | Mark Otto | 1 | -112/+55 | |
| * No more div.pagination; it's now just ul.pagination * No more .pagination-right or .pagination-centered * Sizes remain * Any further customization, such as alignment, should be done on the individual application or site level. | |||||
| 2013-01-12 | Update extend page to point to readme for compiling. | Mark Otto | 1 | -9/+1 | |
| Note that we'll be dropping this page entirely as it's out of date and other compiling options are not recommended for contributing back to the project. | |||||
| 2013-01-12 | Address #6459 and add mention of disabled links in dropdowns to le docs | Mark Otto | 1 | -0/+19 | |
| 2013-01-12 | Merge pull request #6462 from cvrebert/input-required-docs-fix-2.3.0 | Mark Otto | 1 | -1/+1 | |
| update 2.3.0 docs to reflect #5786 | |||||
| 2013-01-12 | Merge pull request #6463 from cvrebert/input-required-docs-fix-3.0.0 | Mark Otto | 1 | -1/+1 | |
| update 3.0.0 docs to reflect #5786 | |||||
| 2013-01-11 | Address #6545: clarify initialization of tooltips in docs | Mark Otto | 1 | -1/+1 | |
| 2013-01-11 | Fixes #6552: example fix for button group | Mark Otto | 1 | -3/+3 | |
| 2013-01-11 | Fixes #6553: example fix for validation states | Mark Otto | 1 | -0/+10 | |
| 2013-01-09 | Add text alignment utility classes | Mark Otto | 1 | -0/+13 | |
| 2013-01-05 | update docs to reflect #5786 | Chris Rebert | 1 | -1/+1 | |
| 2013-01-05 | update docs to reflect #5786 | Chris Rebert | 1 | -1/+1 | |
| 2012-12-28 | Super lame typo on my part, sorry @necolas :) | Mark Otto | 1 | -1/+1 | |
| 2012-12-28 | Improve documentation for new form validation styles | Mark Otto | 1 | -6/+11 | |
| 2012-12-28 | Merge pull request #6407 from aurnik/master | Mark Otto | 1 | -1/+1 | |
| Fix link to File structure anchor | |||||
| 2012-12-27 | Fix link to File structure anchor | Aurnik Islam | 1 | -1/+1 | |
| 2012-12-26 | Simplify form validation states while enabling them to be applied to one ↵ | Mark Otto | 1 | -18/+12 | |
| field at a time. | |||||
| 2012-12-26 | Remove .text-info and .info form validation states | Mark Otto | 1 | -9/+0 | |
| 2012-12-26 | Drop .input-block-level modifier as inputs are already width: 100%; | Mark Otto | 1 | -11/+0 | |
