| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-01-11 | Fixes #6478: scope table backgrounds to immediate td/th elements | Mark Otto | 1 | -10/+10 | |
| 2013-01-11 | Remove overflow: auto; from .tab-content | Mark Otto | 1 | -4/+0 | |
| 2013-01-11 | Fixes #6555: remove .controls-row from responsive | Mark Otto | 1 | -3/+0 | |
| 2013-01-09 | Add text alignment utility classes | Mark Otto | 1 | -0/+12 | |
| 2013-01-02 | Basic keyboard accessibility CSS tweaks | Patrick H. Lauke | 1 | -1544/+676 | |
| 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-26 | Simplify form validation states while enabling them to be applied to one ↵ | Mark Otto | 1 | -74/+22 | |
| field at a time. | |||||
| 2012-12-26 | Remove .text-info and .info form validation states | Mark Otto | 1 | -45/+0 | |
| 2012-12-26 | Drop .input-block-level modifier as inputs are already width: 100%; | Mark Otto | 1 | -6/+0 | |
| 2012-12-26 | Remove .controls-row; instead, folks should use .row and .span* for all ↵ | Mark Otto | 1 | -103/+0 | |
| their grid input sizing needs when multiple inputs per line are required | |||||
| 2012-12-26 | Restore .form-horizontal | Mark Otto | 1 | -0/+25 | |
| 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 | -16/+0 | |
| to .badge-danger | |||||
| 2012-12-22 | Version bump | Mark Otto | 1 | -1/+1 | |
| 2012-12-21 | flatten buttons and forms | Mark Otto | 1 | -189/+31 | |
| 2012-12-20 | Finish migrating to Normalize 2: | Mark Otto | 1 | -0/+65 | |
| * Port print styles from reset.less to scaffolding.less * Port responsive image styles from reset.less to scaffolding.less | |||||
| 2012-12-20 | Convert normalize comments to // style | Mark Otto | 1 | -189/+0 | |
| 2012-12-20 | Merge branch '3.0.0-wip' into bs3-normalize | Mark Otto | 1 | -566/+239 | |
| 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 | 1 | -2/+3 | |
| from modals | |||||
| 2012-12-20 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 1 | -6/+6 | |
| Conflicts: docs/assets/css/bootstrap.css docs/templates/pages/base-css.mustache less/dropdowns.less less/forms.less | |||||
| 2012-12-20 | Undo important on hide/show utilties; punt to 3.0 | Mark Otto | 1 | -2/+2 | |
| 2012-12-20 | Merge branch 'blakeembrey-dropdown-selectors' into 2.3.0-wip | Mark Otto | 1 | -8/+8 | |
| 2012-12-20 | Fixes #6339: Use important flag on .hide and .show utility classes | Mark Otto | 1 | -2/+2 | |
| 2012-12-20 | lighter buttons closer to todays versions | Mark Otto | 1 | -10/+10 | |
| 2012-12-20 | Fixes #6236: Fix popover font-size in input groups | Mark Otto | 1 | -1/+3 | |
| 2012-12-20 | Remove dropdown submenu CSS | Mark Otto | 1 | -54/+1 | |
| 2012-12-20 | Merge branch '2.2.3' into 3.0.0-wip | Mark Otto | 1 | -4/+36 | |
| 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 | |||||
| 2012-12-19 | Get on that carousel indicator lifestyle with some new hawtness | Mark Otto | 1 | -0/+25 | |
| 2012-12-19 | Holy shit, buttons, button states, and input states updated | Mark Otto | 1 | -34/+72 | |
| 2012-12-19 | Merge branch '3.0.0-wip' of https://github.com/cvrebert/bootstrap into ↵ | Mark Otto | 1 | -5/+13 | |
| cvrebert-3.0.0-wip Conflicts: docs/assets/css/bootstrap.css less/mixins.less | |||||
| 2012-12-19 | Unfuck the fucked gradient with it's fucked mix() of background colors; nuke ↵ | Mark Otto | 1 | -45/+24 | |
| commented out code | |||||
| 2012-12-19 | More button tweaks | Mark Otto | 1 | -27/+143 | |
| 2012-12-19 | remove commented out buttons css, update docs | Mark Otto | 1 | -69/+9 | |
| 2012-12-19 | overhaul buttons | Mark Otto | 1 | -256/+95 | |
| 2012-12-19 | Remove @black and just use #000 | Mark Otto | 1 | -5/+5 | |
| 2012-12-19 | Rename .hero-unit to .jumbotron becaue fuck dashes in filenames and sports ↵ | Mark Otto | 1 | -3/+3 | |
| metaphors are cooler than ad ones | |||||
| 2012-12-19 | Drop .label component. Instead, just use .badge because fuck dupe code and ↵ | Mark Otto | 1 | -24/+0 | |
| stuff. | |||||
| 2012-12-19 | Merge branch 'bs3-input-groups' into 3.0.0-wip | Mark Otto | 1 | -271/+72 | |
| Conflicts: docs/assets/css/bootstrap.css | |||||
| 2012-12-19 | no need for margin-top on .typeahead, it's set on .dropdown-menu | Mark Otto | 1 | -1/+0 | |
| 2012-12-19 | Remove support for multiple buttons in input groups because fuck that shit. | Mark Otto | 1 | -4/+4 | |
| 2012-12-19 | Fixes #6337: scope '.media .pull-left' and '.media .pull-right' to immediate ↵ | Mark Otto | 1 | -2/+2 | |
| children only | |||||
| 2012-12-19 | Use normalize as separate file instead of with other resets; still need to ↵ | Mark Otto | 1 | -78/+289 | |
| punt other styles | |||||
| 2012-12-19 | Update clearfix mixin and class per @necolas's feedback | Mark Otto | 1 | -33/+18 | |
| 2012-12-10 | Version bump | Mark Otto | 1 | -1/+1 | |
| 2012-12-10 | Fixes #6174: Caret alignment in small and mini buttons | Mark Otto | 1 | -2/+5 | |
| 2012-12-10 | IE10 fix in responsive utilities, not regular utilities | Mark Otto | 1 | -4/+0 | |
| 2012-12-10 | Move IE10 responsive fix to responsive utilities so Customizer gets it | Mark Otto | 1 | -0/+4 | |
| 2012-12-10 | move reset after vars and mixins | Mark Otto | 1 | -32/+32 | |
| 2012-12-09 | fixes #5605: style as disabled all form controls & btns under a disabled ↵ | Chris Rebert | 1 | -14/+31 | |
| fieldset this is a resubmission of #5875, but now against branch 3.0.0-wip does not exclude elements under a fieldset's legend issue #6058 is a duplicate of #5605 | |||||
