aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
AgeCommit message (Collapse)AuthorFilesLines
2012-12-26Add grid column example to form input sizingMark Otto1-1/+27
2012-12-26Remove .controls-row; instead, folks should use .row and .span* for all ↵Mark Otto1-33/+1
their grid input sizing needs when multiple inputs per line are required
2012-12-26Add longer tooltip example to docs, tighten up line-height on tooltip; run makeMark Otto1-1/+1
2012-12-26Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipMark Otto1-50/+63
2012-12-24Merge pull request #6378 from Yohn/patch-7fat-kun1-0/+8
fixes tooltip insert problems
2012-12-24Update docs/templates/pages/javascript.mustacheYohn1-4/+3
2012-12-24Update docs to reflect latest on .clearfixMark Otto1-1/+1
2012-12-24Remove .badge-info and .badge-inverse; change docs label of .badge-important ↵Mark Otto1-23/+1
to .badge-danger
2012-12-23data-toggle instead of rel for tooltip and popoverYohn1-11/+11
2012-12-23Update docs/templates/pages/javascript.mustacheYohn1-0/+9
2012-12-22Update docs/templates/pages/javascript.mustacheJake Spurlock1-2/+2
Adding spaces around the pipes. Makes it consistent with the rest of the docs.
2012-12-22Version bumpMark Otto1-2/+2
2012-12-22shifting focus to parent and adding aria menuitem for dropdownfat1-30/+30
2012-12-22allow multiple trigger types in tooltip and popover + default tooltip to ↵fat1-2/+2
hover & focus
2012-12-21update mustace to reflect changes to data-slide-tofat1-2/+7
2012-12-21add support for [data-slide-to] attr on carouselfat1-3/+3
2012-12-21Fixes #6370: Add comment to docs on typeahead and autocompleteMark Otto1-1/+1
2012-12-21flatten buttons and formsMark Otto1-4/+4
2012-12-20update docs regarding normalize and clearfixMark Otto2-5/+4
2012-12-20Miscellaneous changes to docsQuy Ton3-4/+3
2012-12-20Update new example name and linksMark Otto1-3/+1
2012-12-20Update the examples index:Mark Otto1-3/+12
* Retina ready screenshots * Added screenshot and link to justified nav example (previously unlinked marketing-alternate.html)
2012-12-20Add important flag to .show/.hide utility classes; remove .hide requirement ↵Mark Otto1-4/+4
from modals
2012-12-20fix up code snippetMark Otto1-1/+1
2012-12-20fix up code snippetMark Otto1-2/+2
2012-12-20Remove dropdown submenu docsMark Otto1-84/+0
2012-12-20Nuke third lines form carousel examplesMark Otto1-3/+3
2012-12-20Merge branch '2.2.3' into 3.0.0-wipMark Otto2-3/+7
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/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/base-css.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/responsive.less less/type.less package.json
2012-12-19lol we dont' have affix(refresh)fat1-8/+0
2012-12-19Holy shit, buttons, button states, and input states updatedMark Otto1-12/+11
2012-12-19add js support for carousel indicatorsfat1-0/+5
2012-12-19Merge branch '3.0.0-wip' of https://github.com/cvrebert/bootstrap into ↵Mark Otto1-0/+38
cvrebert-3.0.0-wip Conflicts: docs/assets/css/bootstrap.css less/mixins.less
2012-12-19remove commented out buttons css, update docsMark Otto1-1/+1
2012-12-19overhaul buttonsMark Otto1-12/+2
2012-12-19Unfuck the fucked homepageMark Otto1-1/+1
2012-12-19Change .jumbotron usage in docs layout to .bs-docs-jumbotronMark Otto8-8/+8
2012-12-19Rename .hero-unit to .jumbotron becaue fuck dashes in filenames and sports ↵Mark Otto1-3/+3
metaphors are cooler than ad ones
2012-12-19Drop labels from the docsMark Otto2-77/+10
2012-12-19Drop .form-search supportMark Otto1-38/+1
2012-12-19Merge branch 'bs3-input-groups' into 3.0.0-wipMark Otto1-141/+91
Conflicts: docs/assets/css/bootstrap.css
2012-12-19Remove support for multiple buttons in input groups because fuck that shit.Mark Otto1-34/+0
2012-12-10Version bumpMark Otto1-2/+2
2012-12-10Escape HTML of section elementMark Otto1-1/+1
2012-12-10document caveat regarding fieldset legend and #6199Chris Rebert1-1/+2
2012-12-10document fieldset[disabled] styling added in #6199; per @mdoChris Rebert1-0/+37
2012-12-09Fix checkbox and radios exampleMark Otto1-24/+36
2012-12-09Nested columns docs tweaksMark Otto1-6/+6
2012-12-09Refactor input groupsMark Otto1-136/+120
* Deprecate .input-append and .input-prepend * Use new, single base class for component, .input-group * Deprecate .addon for .input-group-addon * For compatibility with all buttons, require .input-group-btn to wrap buttons and button dropdowns * Still need to reimplement with segmented button dropdowns, but that's dependent on a refactor of those first
2012-12-08Merge conflictsMark Otto1-1/+1
2012-12-08Fix docs typosMark Otto1-1/+1