aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-16Merge pull request #6600 from Yohn/patch-12Mark Otto2-2/+2
added missing class to doc example
2013-01-16Merge pull request #6591 from Quy/2.3.0-wipMark Otto2-0/+26
Add text alignment classes info to docs
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-15mobile-first navs, navbar, grids, and typeMark Otto12-48/+1623
2013-01-15code changesMark Otto1-2/+4
2013-01-15docs changes, more type improvements, add grid system basics backMark Otto6-238/+354
2013-01-15Fixes #6586: remove top 5px margin from navbar input group button groupsMark Otto2-2/+18
2013-01-15add text alignment classes from 3.0Mark Otto1-0/+4
2013-01-15type and stuffMark Otto3-0/+1289
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-14nuke and flatten and stuffMark Otto6-5965/+61
2013-01-14Changes some more commands to use the local npm install.Nicolas Dudebout1-4/+4
2013-01-14Allows the user to set different source and destination in Makefile.Nicolas Dudebout1-2/+2
A user can use the following command to determine where to copy the resulting css file: $ BOOTSTRAP=<my-path> make
2013-01-14Modifies the Makefile to use local npm install **when available**Nicolas Dudebout1-5/+6
The change introduced in 5bd8cdca9 was: - partial, as not all the command were translated - preventing the use of a global npm installation
2013-01-14Moves one @printf statement to be more accurate.Nicolas Dudebout1-1/+1
2013-01-14Replaces some @echo recipes by @printf.Nicolas Dudebout1-4/+4
The echo command does not understand the -n argument on Mac OS X. This is due to the fact that: - Makefile calls /bin/sh to execute a command - in Mac OS X, /bin/sh is a link to bash - in Mac OS X, bash is compiled with --enable-strict-posix-default Therefore, the echo command does not have the -n argument. printf on the other hand is a builtin function that works well on Mac OS X and Linux.
2013-01-14Splits the progress @echo statements in the Makefile.Nicolas Dudebout1-4/+8
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 Otto9-9/+9
2013-01-14Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNingMark Otto19-18/+26
2013-01-14Merge pull request #6568 from Yohn/patch-12Mark Otto2-0/+16
Updating docs -> popover to show container option
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-13Reset docs jumbotron button to blue defaultsMark Otto1-10/+0
2013-01-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto6-5/+171
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-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto57-292/+869
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-13Remove comment out code and simplify what's left for button group togglesMark Otto2-49/+7
2013-01-13Fix btn link hover and tweak dropdown border/shadowsMark Otto4-9/+18
2013-01-12Fix up .brand in navbar of docsMark Otto1-5/+0
2013-01-12white text on buttons on hover for linksMark Otto2-0/+2
2013-01-12Update Holder.js 1.6 to 1.9Mark Otto1-54/+113
2013-01-12Nuke shadow on paginationMark Otto2-3/+0
2013-01-12fixed navbars fixingsMark Otto2-13/+0
2013-01-12Remove shadows from active links in navbarMark Otto2-3/+0
2013-01-12Tweak buttonMark Otto1-16/+8
2013-01-12buttons and button group flattening improvementsMark Otto5-130/+12
2013-01-12remove font-sizes from button group btn sizesMark Otto1-11/+0
2013-01-12finetune buttons flattened colorsMark Otto4-78/+151
2013-01-12Flatten navbarMark Otto4-55/+20
2013-01-12Merge branch '3.0.0-wip' into bs3-flattenMark Otto20-1369/+447
2013-01-12Remove mention of Extend page from readme and index pageMark Otto3-7/+1
2013-01-12Remove Extend page from the docs entirelyMark Otto2-475/+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 Otto4-324/+176
* 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 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.