| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-01-13 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 8 | -22/+41 | |
| 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-13 | Remove comment out code and simplify what's left for button group toggles | Mark Otto | 1 | -26/+5 | |
| 2013-01-13 | Fix btn link hover and tweak dropdown border/shadows | Mark Otto | 3 | -3/+7 | |
| 2013-01-12 | white text on buttons on hover for links | Mark Otto | 1 | -0/+1 | |
| 2013-01-12 | Nuke shadow on pagination | Mark Otto | 1 | -1/+0 | |
| 2013-01-12 | fixed navbars fixings | Mark Otto | 1 | -6/+0 | |
| 2013-01-12 | Remove shadows from active links in navbar | Mark Otto | 1 | -1/+0 | |
| 2013-01-12 | buttons and button group flattening improvements | Mark Otto | 2 | -20/+6 | |
| 2013-01-12 | remove font-sizes from button group btn sizes | Mark Otto | 1 | -11/+0 | |
| 2013-01-12 | finetune buttons flattened colors | Mark Otto | 3 | -24/+55 | |
| 2013-01-12 | Flatten navbar | Mark Otto | 2 | -11/+1 | |
| 2013-01-12 | Merge branch '3.0.0-wip' into bs3-flatten | Mark Otto | 10 | -173/+123 | |
| 2013-01-12 | Remove parent div from pagination component | Mark Otto | 1 | -51/+30 | |
| * 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-11 | Fixes #6538: Add th support to all the .table-rounded selectors | Mark Otto | 1 | -6/+14 | |
| 2013-01-11 | Fixes #6528: Make .navbar a:hover .caret use @navbarlinkcolorhover and not ↵ | Mark Otto | 2 | -3/+2 | |
| -active | |||||
| 2013-01-11 | Fixes #6547: Make blockquotes use multiple of @baseFontSize | Mark Otto | 1 | -1/+3 | |
| 2013-01-11 | Increase input group margin on bottom and vertically center to match inputs | Mark Otto | 1 | -1/+2 | |
| 2013-01-11 | Fixes #6473: Make .input-prepend and .input-append inline-block to match ↵ | Mark Otto | 1 | -0/+1 | |
| other form states | |||||
| 2013-01-11 | Fixes #6474: remove duplicate .btn border colors to make @btn-border work | Mark Otto | 2 | -6/+1 | |
| 2013-01-11 | Fixes #6478: scope table backgrounds to immediate td/th elements | Mark Otto | 1 | -10/+10 | |
| 2013-01-11 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 2 | -5/+10 | |
| 2013-01-11 | Remove overflow: auto; from .tab-content | Mark Otto | 1 | -3/+0 | |
| 2013-01-11 | Fixes #6555: remove .controls-row from responsive | Mark Otto | 1 | -3/+0 | |
| 2013-01-11 | Add glyphicons font path variable | Fabien | 2 | -5/+10 | |
| 2013-01-09 | Merge branch 'aronwoost-patch-1' into 2.3.0-wip | Mark Otto | 1 | -2/+2 | |
| 2013-01-09 | Add text alignment utility classes | Mark Otto | 1 | -0/+4 | |
| 2013-01-09 | replaced tabs with spaces | Aron Woost | 1 | -2/+2 | |
| 2013-01-02 | Basic keyboard accessibility CSS tweaks | Patrick H. Lauke | 15 | -62/+116 | |
| Mostly doubling-up :hover styles to also cover :focus, as a first step to making the framework more keyboard-friendly. Additionally, fixed two small markup issues in the docs/examples to make the "Learn more" large primary button-styled links keyboard-focusable (as without href they're treated as non-tabable anchors). | |||||
| 2012-12-28 | Popovers are now flexible width: | Mark Otto | 1 | -1/+5 | |
| * Instead of a fixed width, we use max-width * Width has been increased from 240px to 280px * Added ability to hide the title via CSS :empty selector if no title is provided | |||||
| 2012-12-28 | Merge branch 'sparanoid-transition-duration' into 2.3.0-wip | Mark Otto | 1 | -0/+6 | |
| Conflicts: docs/assets/img/bootstrap-docs-readme.png | |||||
| 2012-12-28 | Add transition-duration mixin | Tunghsiao Liu | 1 | -0/+6 | |
| 2012-12-26 | Simplify form validation states while enabling them to be applied to one ↵ | Mark Otto | 2 | -28/+18 | |
| field at a time. | |||||
| 2012-12-26 | Remove .text-info and .info form validation states | Mark Otto | 2 | -7/+0 | |
| 2012-12-26 | Drop .input-block-level modifier as inputs are already width: 100%; | Mark Otto | 3 | -17/+1 | |
| 2012-12-26 | Remove .controls-row; instead, folks should use .row and .span* for all ↵ | Mark Otto | 1 | -19/+0 | |
| their grid input sizing needs when multiple inputs per line are required | |||||
| 2012-12-26 | Cleanup spacing in variables file | Mark Otto | 1 | -35/+34 | |
| 2012-12-26 | Restore .form-horizontal | Mark Otto | 1 | -1/+28 | |
| 2012-12-26 | Add longer tooltip example to docs, tighten up line-height on tooltip; run make | Mark Otto | 1 | -1/+2 | |
| 2012-12-24 | Remove .badge-info and .badge-inverse; change docs label of .badge-important ↵ | Mark Otto | 1 | -6/+0 | |
| to .badge-danger | |||||
| 2012-12-22 | Version bump | Mark Otto | 2 | -2/+2 | |
| 2012-12-21 | flatten buttons and forms | Mark Otto | 4 | -41/+35 | |
| 2012-12-20 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -0/+3 | |
| 2012-12-20 | Remove reset.less now that Normalize 2 is fully integrated | Mark Otto | 1 | -205/+0 | |
| 2012-12-20 | Finish migrating to Normalize 2: | Mark Otto | 1 | -0/+83 | |
| * Port print styles from reset.less to scaffolding.less * Port responsive image styles from reset.less to scaffolding.less | |||||
| 2012-12-20 | Merge pull request #6354 from cvrebert/3.0.0-wip | Mark Otto | 1 | -0/+3 | |
| add comment regarding caveat of #6199 impl per discussion in/of 14844db862 | |||||
| 2012-12-20 | Normalize indentation from 4 to 2 spaces | Mark Otto | 1 | -55/+55 | |
| 2012-12-20 | Convert normalize comments to // style | Mark Otto | 1 | -157/+157 | |
| 2012-12-20 | Merge branch '3.0.0-wip' into bs3-normalize | Mark Otto | 17 | -468/+223 | |
| Conflicts: less/bootstrap.less | |||||
| 2012-12-20 | remove .hide specificity override from grid classes | Mark Otto | 1 | -4/+0 | |
| 2012-12-20 | Add important flag to .show/.hide utility classes; remove .hide requirement ↵ | Mark Otto | 2 | -2/+3 | |
| from modals | |||||
