aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
AgeCommit message (Collapse)AuthorFilesLines
2013-03-14fix example navbar brandMark Otto1-1/+1
2013-03-14use the proper selectorMark Otto1-1/+1
2013-03-08fix grammatical mistakes in carousel docsJake Benilov1-1/+1
2013-02-17fix broken marketing section with updated classMark Otto1-1/+1
2013-02-16add visibility note to docs about captionsMark Otto1-0/+1
2013-02-16Re-add carousel captions as optionalMark Otto1-9/+55
* They're hidden by default in the mobile-first views because otherwise they just cover up the slides * In mobile they're centered, and then are shown left aligned at larger viewports
2013-02-16All Glyphicons now require a base class, e.g. .glyphicon.glyphicon-starMark Otto1-16/+16
2013-02-16Overhaul carousel a bit more:Mark Otto1-17/+5
* Drop custom type arrow controls for glyphicons icons instead for more consistent rendering * Remove the captions and instead let folks implement what they want in the carousel * Move the indicators to the bottom middle instead of top right * Lighten up gradients on the edges for less harsh lighting
2013-02-15Fix typo on JavaScript documentationCan Burak Cilingir1-1/+1
2013-02-14Convert JS page to pygments; nuke prettify assetsMark Otto1-225/+331
2013-02-12rearrange jekyll and docsMark Otto1-0/+1699
2013-02-12nuke what we don't need for jekyllMark Otto1-1829/+0
2013-02-07Merge branch 'master' into 3.0.0-wipMark Otto1-0/+3
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-07update example codeMark Otto1-13/+16
2013-02-07nuke that whitespaceMark Otto1-1/+0
2013-02-07finish modal tweaksMark Otto1-2/+1
2013-02-07update docs modalsMark Otto1-41/+55
2013-02-07add new modal to docs exampleMark Otto1-14/+20
2013-02-06Fixes #6823: add some docs notes about tooltips in input groupsMark Otto1-0/+3
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-1/+1
2013-02-05Update link to changelogMark Otto1-1/+1
2013-01-31Remove gallery link from navbar; add to homepage examples section insteadMark Otto1-3/+0
2013-01-17comment tweaks and updating starter templateMark Otto1-1/+1
2013-01-17Update commenting and structure of layout.mustacheMark Otto1-5/+7
2013-01-17Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-1/+9
Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/css.html docs/customize.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/javascript.html docs/scaffolding.html docs/templates/layout.mustache docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache less/navbar.less
2013-01-17Restore nav tabs, pills, justified variation, disabled links, and a few more ↵Mark Otto1-1/+1
things. Still need to add the dropdowns back though.
2013-01-17Update Getting Started page to include mention of RespondMark Otto1-1/+1
2013-01-17Add respond.js to main docs pages, but only for IE8 and downMark Otto1-1/+1
2013-01-17Update nav and add bounds for tablet containerMark 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 Otto1-51/+63
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-11Address #6545: clarify initialization of tooltips in docsMark Otto1-1/+1
2012-12-26Add longer tooltip example to docs, tighten up line-height on tooltip; run makeMark Otto1-3/+3
2012-12-24Merge pull request #6378 from Yohn/patch-7fat-kun1-0/+8
fixes tooltip insert problems
2012-12-24Update docs/javascript.htmlYohn1-4/+3
2012-12-23data-toggle instead of rel for tooltip and popoverYohn1-11/+11
2012-12-23Update docs/javascript.htmlYohn1-0/+9
2012-12-22shifting focus to parent and adding aria menuitem for dropdownfat1-30/+30
2012-12-22remake jsfat1-1/+1
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-20Miscellaneous changes to docsQuy Ton1-1/+1
2012-12-20Add important flag to .show/.hide utility classes; remove .hide requirement ↵Mark Otto1-4/+4
from modals
2012-12-20Nuke third lines form carousel examplesMark Otto1-3/+3
2012-12-20Merge branch '2.2.3' into 3.0.0-wipMark Otto1-0/+6
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