aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2013-02-07remove prevent default on focusfat3-3/+1
2013-02-07only fire hidden once backdrop has been removedfat3-17/+19
2013-02-07Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat13-12/+18
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-07if no callback, don't try to call callback ya gooffat3-1/+5
2013-02-06Fixes #6823: add some docs notes about tooltips in input groupsMark Otto5-3/+9
2013-02-05Update link to changelogMark Otto9-9/+9
2013-02-05Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat7-11/+27
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-05clean up stylesfat4-12/+109
2013-02-05Fixes #6808: mention IE lame-itude in docs for invalid inputsMark Otto2-0/+2
2013-02-05Fixes #6190: Add print utility classesMark Otto5-9/+23
2013-02-05screwed up a merge and an old version number crept inMark Otto2-2/+2
2013-02-05don't hide if already hidden ya n00bfat3-3/+3
2013-02-05clear interval in cycle + rebuildfat5-15/+18
2013-02-05Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat4-49/+113
2013-02-05update jquery to 1.9fat1-2/+5
2013-02-05derp, fix broke css and recompileMark Otto1-0/+6155
2013-02-05Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into ↵Mark Otto4-6099/+8
patrickhlauke-2.3.0-wip Conflicts: docs/assets/css/bootstrap.css less/navbar.less
2013-02-04Fixes #6794: incorrect docs mention of th elementMark Otto2-4/+2
2013-02-02Merge pull request #6763 from rjregenold/2.3.0-wipMark Otto1-1/+2
fixes jankiness with anchor tags in carousel.
2013-02-02Fixing inline lists for IE7Nikhil Dabas1-0/+2
2013-02-01Use button element instead of a for responsive navbar buttonsMark Otto5-10/+10
2013-01-31removes anchor tag definition.RJ Regenold1-1/+0
2013-01-31lets see how much i can mess this pull request up. :|RJ Regenold1-1/+1
2013-01-31fixes jankiness with anchor tags in carousel.RJ Regenold1-1/+3
2013-01-30make on prev commitMark Otto1-0/+1
2013-01-30clear up show-grid stuffMark Otto2-3/+3
2013-01-30add meta tag to second exampleMark Otto2-0/+2
2013-01-30make on prev commitMark Otto1-2/+3
2013-01-30Merge branch 'greg-raven-patch-2' into 2.3.0-wipMark Otto1-2/+3
2013-01-30Update pagination example HTML to match examplesMark Otto2-4/+6
2013-01-28Fix form-actions documentationFred Sauer2-2/+2
2013-01-22Update docs/templates/pages/getting-started.mustacheGreg Raven1-2/+3
Add meta tag for viewport in the <head>; revise the URL for the latest version of jQuery.
2013-01-16Merge pull request #6600 from Yohn/patch-12Mark Otto2-2/+2
added missing class to doc example
2013-01-16Update docs/templates/pages/components.mustacheYohn1-1/+1
2013-01-16adding class to example codeYohn1-1/+1
2013-01-15Add text alignment classes info to docsQuy Ton2-0/+26
2013-01-15Fixes #6586: remove top 5px margin from navbar input group button groupsMark Otto1-1/+15
2013-01-15Revert "Leave tabindex=-1 alone"Patrick H. Lauke2-64/+64
This reverts commit 370fa45fbe4ee879a626a67bb4df0ec9495102be.
2013-01-15Leave tabindex=-1 alonePatrick H. Lauke2-64/+64
It seems that, as misguided as I personally think it is, ARIA does indeed want dropdown menus not to behave as regular keyboard users expect them, killing TAB/SHIFT+TAB in favor of cursor keys. Fair enough, the issue I have is then with ARIA, not with bootstrap. I would sugges thought that if you really do want to follow ARIA consistently, *any* navigation bar should also become an ARIA menu, further making it impossible for keyboard users to use TAB/SHIFT+TAB to navigate through it, and that these changes should be reflected in the bootstrap examples as well...
2013-01-15Revert "Keyboard accessibility in documentation"Patrick H. Lauke2-64/+64
This reverts commit a809daf2841f65ffac5030b2c6ce6aea60dd6233.
2013-01-14Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipMark Otto2-0/+16
2013-01-14Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNingMark Otto19-18/+26
2013-01-13fix typoYohn1-1/+1
2013-01-13fix typoYohn1-1/+1
2013-01-13added container options to docs for popoverYohn1-0/+8
2013-01-13added container options to docs for popoverYohn1-0/+8
2013-01-12Update Holder.js 1.6 to 1.9Mark Otto1-54/+113
2013-01-12Update extend page to point to readme for compiling.Mark Otto2-18/+2
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-12Keyboard accessibility in documentationPatrick H. Lauke2-64/+64
Removed unnecessary (?) and harmful (from a keyboard access point of view) tabindex=-1 in the documentation examples.
2013-01-12Cleaned up dirty CSSPatrick H. Lauke2-642/+1636
Used recess rather than less