Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-02-06Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-06clean up stylesfat
2013-02-06Fixes #6808: mention IE lame-itude in docs for invalid inputsMark Otto
2013-02-06Fixes #6190: Add print utility classesMark Otto
2013-02-06screwed up a merge and an old version number crept inMark Otto
2013-02-06don't hide if already hidden ya n00bfat
2013-02-06clear interval in cycle + rebuildfat
2013-02-06Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat
2013-02-06update jquery to 1.9fat
2013-02-06derp, fix broke css and recompileMark Otto
2013-02-06Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into ↵Mark Otto
patrickhlauke-2.3.0-wip Conflicts: docs/assets/css/bootstrap.css less/navbar.less
2013-02-04Fixes #6794: incorrect docs mention of th elementMark Otto
2013-02-03Merge pull request #6763 from rjregenold/2.3.0-wipMark Otto
fixes jankiness with anchor tags in carousel.
2013-02-02Fixing inline lists for IE7Nikhil Dabas
2013-02-01Use button element instead of a for responsive navbar buttonsMark Otto
2013-01-31removes anchor tag definition.RJ Regenold
2013-01-31lets see how much i can mess this pull request up. :|RJ Regenold
2013-01-31fixes jankiness with anchor tags in carousel.RJ Regenold
2013-01-31make on prev commitMark Otto
2013-01-31clear up show-grid stuffMark Otto
2013-01-31add meta tag to second exampleMark Otto
2013-01-31make on prev commitMark Otto
2013-01-31Merge branch 'greg-raven-patch-2' into 2.3.0-wipMark Otto
2013-01-31Update pagination example HTML to match examplesMark Otto
2013-01-28Fix form-actions documentationFred Sauer
2013-01-22Update docs/templates/pages/getting-started.mustacheGreg Raven
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 Otto
added missing class to doc example
2013-01-16Update docs/templates/pages/components.mustacheYohn
2013-01-16adding class to example codeYohn
2013-01-16Add text alignment classes info to docsQuy Ton
2013-01-15Fixes #6586: remove top 5px margin from navbar input group button groupsMark Otto
2013-01-15Revert "Leave tabindex=-1 alone"Patrick H. Lauke
This reverts commit 370fa45fbe4ee879a626a67bb4df0ec9495102be.
2013-01-15Leave tabindex=-1 alonePatrick H. Lauke
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. Lauke
This reverts commit a809daf2841f65ffac5030b2c6ce6aea60dd6233.
2013-01-14Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipMark Otto
2013-01-14Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNingMark Otto
2013-01-14fix typoYohn
2013-01-14fix typoYohn
2013-01-14added container options to docs for popoverYohn
2013-01-14added container options to docs for popoverYohn
2013-01-13Update Holder.js 1.6 to 1.9Mark Otto
2013-01-13Update extend page to point to readme for compiling.Mark Otto
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. Lauke
Removed unnecessary (?) and harmful (from a keyboard access point of view) tabindex=-1 in the documentation examples.
2013-01-12Cleaned up dirty CSSPatrick H. Lauke
Used recess rather than less
2013-01-12Address #6459 and add mention of disabled links in dropdowns to le docsMark Otto
2013-01-12Merge pull request #6462 from cvrebert/input-required-docs-fix-2.3.0Mark Otto
update 2.3.0 docs to reflect #5786
2013-01-12fix username navbar text in fluid example for responsive variationsMark Otto
2013-01-12Fixes #6538: Add th support to all the .table-rounded selectorsMark Otto
2013-01-12Fixes #6528: Make .navbar a:hover .caret use @navbarlinkcolorhover and not ↵Mark Otto
-active
2013-01-12Address #6545: clarify initialization of tooltips in docsMark Otto