aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
AgeCommit message (Collapse)AuthorFilesLines
2013-01-17Change .img-polaroid to .img-thumbnailMark Otto1-2/+2
* Same code, but different classes was confusing * Now .img-thumbnail just extends .thumbnail
2013-01-17Restore .btn-infoMark Otto1-0/+5
2013-01-17derp, numbersMark Otto1-1/+1
2013-01-17dat minMark Otto1-1/+1
2013-01-17Readd focused example of inputs to docs; clean up alerts sectionMark Otto2-31/+5
2013-01-17cleanup example templatesMark Otto1-1/+1
2013-01-17Update Getting Started page to include mention of RespondMark Otto2-1/+11
2013-01-17Add respond.js to main docs pages, but only for IE8 and downMark Otto1-1/+1
2013-01-17Change subheading of alerts pageMark Otto1-1/+1
2013-01-17Update nav and add bounds for tablet containerMark Otto1-1/+1
2013-01-17streamline css docsMark Otto1-54/+11
2013-01-17Move grid/container styles to grid.less; update docs; add offsetting backMark Otto1-2/+9
2013-01-17update getting started to reflect latest changes; pull list of components ↵Mark Otto1-29/+6
because fuck that
2013-01-17dat docs messaging (on the homepage)Mark Otto1-2/+2
2013-01-16More navbar derpingMark Otto1-18/+3
2013-01-16mo betta sidenav for responsive hotnessMark Otto1-1/+1
2013-01-16Re-add and update form styles:Mark Otto1-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-16Derp on type styles a bit more; bring back and fix up more more docs stylesMark Otto1-3/+1
2013-01-16Merge pull request #6600 from Yohn/patch-12Mark Otto1-1/+1
added missing class to doc example
2013-01-16Update docs/templates/pages/components.mustacheYohn1-1/+1
2013-01-15Add text alignment classes info to docsQuy Ton1-0/+13
2013-01-15docs changes, more type improvements, add grid system basics backMark Otto2-106/+108
2013-01-14nuke and flatten and stuffMark Otto1-1/+1
2013-01-14Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipMark Otto1-0/+8
2013-01-14Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNingMark Otto1-1/+1
2013-01-13fix typoYohn1-1/+1
2013-01-13added container options to docs for popoverYohn1-0/+8
2013-01-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto3-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-12buttons and button group flattening improvementsMark Otto1-42/+0
2013-01-12Merge branch '3.0.0-wip' into bs3-flattenMark Otto4-380/+115
2013-01-12Remove mention of Extend page from readme and index pageMark Otto1-3/+0
2013-01-12Remove Extend page from the docs entirelyMark Otto1-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-12Remove parent div from pagination componentMark Otto1-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-12Update extend page to point to readme for compiling.Mark Otto1-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-12Address #6459 and add mention of disabled links in dropdowns to le docsMark Otto1-0/+19
2013-01-12Merge pull request #6462 from cvrebert/input-required-docs-fix-2.3.0Mark Otto1-1/+1
update 2.3.0 docs to reflect #5786
2013-01-12Merge pull request #6463 from cvrebert/input-required-docs-fix-3.0.0Mark Otto1-1/+1
update 3.0.0 docs to reflect #5786
2013-01-11Address #6545: clarify initialization of tooltips in docsMark Otto1-1/+1
2013-01-11Fixes #6552: example fix for button groupMark Otto1-3/+3
2013-01-11Fixes #6553: example fix for validation statesMark Otto1-0/+10
2013-01-09Add text alignment utility classesMark Otto1-0/+13
2013-01-05update docs to reflect #5786Chris Rebert1-1/+1
2013-01-05update docs to reflect #5786Chris Rebert1-1/+1
2012-12-28Super lame typo on my part, sorry @necolas :)Mark Otto1-1/+1
2012-12-28Improve documentation for new form validation stylesMark Otto1-6/+11
2012-12-28Merge pull request #6407 from aurnik/masterMark Otto1-1/+1
Fix link to File structure anchor
2012-12-27 Fix link to File structure anchorAurnik Islam1-1/+1
2012-12-26Simplify form validation states while enabling them to be applied to one ↵Mark Otto1-18/+12
field at a time.
2012-12-26Remove .text-info and .info form validation statesMark Otto1-9/+0
2012-12-26Drop .input-block-level modifier as inputs are already width: 100%;Mark Otto1-11/+0