| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-12-19 | remove commented out buttons css, update docs | Mark Otto | 4 | -140/+16 | |
| 2012-12-19 | whitespace in tooltip + don't pass empty selector to $() in dropdown.js | fat | 5 | -9/+10 | |
| 2012-12-19 | overhaul buttons | Mark Otto | 7 | -337/+163 | |
| 2012-12-19 | Unfuck the fucked homepage | Mark Otto | 2 | -2/+2 | |
| 2012-12-19 | fix tooltip doc dumbness | fat | 1 | -1/+1 | |
| 2012-12-19 | can't extend bounding box thingy | fat | 4 | -4/+6 | |
| 2012-12-19 | Remove @black and just use #000 | Mark Otto | 5 | -11/+10 | |
| 2012-12-19 | fix ghetto ass timeout shit | fat | 4 | -7/+43 | |
| 2012-12-19 | Change .jumbotron usage in docs layout to .bs-docs-jumbotron | Mark Otto | 17 | -21/+21 | |
| 2012-12-19 | Rename .hero-unit to .jumbotron becaue fuck dashes in filenames and sports ↵ | Mark Otto | 6 | -19/+19 | |
| metaphors are cooler than ad ones | |||||
| 2012-12-19 | remove inside support from tooltip + fix tooltip svg support + change ↵ | fat | 6 | -42/+36 | |
| makefile to rely on local npm install | |||||
| 2012-12-19 | Drop labels from the docs | Mark Otto | 4 | -154/+20 | |
| 2012-12-19 | Drop .label component. Instead, just use .badge because fuck dupe code and ↵ | Mark Otto | 3 | -44/+4 | |
| stuff. | |||||
| 2012-12-19 | Drop .form-search support | Mark Otto | 2 | -76/+2 | |
| 2012-12-19 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -1/+0 | |
| 2012-12-19 | Merge branch 'bs3-input-groups' into 3.0.0-wip | Mark Otto | 7 | -797/+337 | |
| Conflicts: docs/assets/css/bootstrap.css | |||||
| 2012-12-19 | no need for margin-top on .typeahead, it's set on .dropdown-menu | Mark Otto | 2 | -2/+0 | |
| 2012-12-19 | Remove support for multiple buttons in input groups because fuck that shit. | Mark Otto | 4 | -76/+10 | |
| 2012-12-19 | Fixes #6337: scope '.media .pull-left' and '.media .pull-right' to immediate ↵ | Mark Otto | 2 | -4/+4 | |
| children only | |||||
| 2012-12-19 | Use normalize as separate file instead of with other resets; still need to ↵ | Mark Otto | 3 | -82/+667 | |
| punt other styles | |||||
| 2012-12-19 | Update clearfix mixin and class per @necolas's feedback | Mark Otto | 3 | -51/+34 | |
| 2012-12-17 | Use @border-radius-base var for nav tabs | Mark Otto | 1 | -1/+1 | |
| 2012-12-15 | Merge pull request #6267 from valorin/composer-fix | Mark Otto | 1 | -1/+0 | |
| Removing "target-dir" option to stop extra nesting | |||||
| 2012-12-14 | Removing "target-dir" option to stop extra nesting | Stephen Rees-Carter | 1 | -1/+0 | |
| There is no valid reason to set this since it causes extra nesting: ./vendor/twitter/bootstrap/twitter/bootstrap/ | |||||
| 2012-12-12 | * modify scrollspy documentation to clarify javascript usage | Jim Webb | 1 | -2/+8 | |
| * add scrollspy 'target' option | |||||
| 2012-12-10 | Version bump | Mark Otto | 38 | -51/+51 | |
| 2012-12-10 | Fixes #6174: Caret alignment in small and mini buttons | Mark Otto | 2 | -4/+9 | |
| 2012-12-10 | Escape HTML of section element | Mark Otto | 2 | -2/+2 | |
| 2012-12-10 | IE10 fix in responsive utilities, not regular utilities | Mark Otto | 4 | -11/+11 | |
| 2012-12-10 | Simplify syntax of nesting with inline lists | Mark Otto | 1 | -1/+1 | |
| 2012-12-10 | Move IE10 responsive fix to responsive utilities so Customizer gets it | Mark Otto | 4 | -13/+11 | |
| 2012-12-10 | squash new line | Mark Otto | 1 | -1/+0 | |
| 2012-12-10 | move reset after vars and mixins | Mark Otto | 2 | -35/+35 | |
| 2012-12-10 | document caveat regarding fieldset legend and #6199 | Chris Rebert | 2 | -2/+4 | |
| 2012-12-10 | document fieldset[disabled] styling added in #6199; per @mdo | Chris Rebert | 2 | -0/+74 | |
| 2012-12-10 | Merge pull request #6195 from nathanb/example-carousel-nav-fix | Mark Otto | 1 | -1/+1 | |
| lowered carousel beneath the nav (in carousel example) | |||||
| 2012-12-09 | fixes #5605: style as disabled all form controls & btns under a disabled ↵ | Chris Rebert | 4 | -33/+60 | |
| 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 | |||||
| 2012-12-10 | Update .dropdown-menu selectors to avoid conflicts with other elements. ↵ | Blake Embrey | 2 | -16/+16 | |
| Fixes #6197 | |||||
| 2012-12-09 | Fix checkbox and radios example | Mark Otto | 4 | -48/+74 | |
| 2012-12-09 | Nested columns docs tweaks | Mark Otto | 2 | -12/+12 | |
| 2012-12-09 | Refactor input groups | Mark Otto | 6 | -786/+393 | |
| * Deprecate .input-append and .input-prepend * Use new, single base class for component, .input-group * Deprecate .addon for .input-group-addon * For compatibility with all buttons, require .input-group-btn to wrap buttons and button dropdowns * Still need to reimplement with segmented button dropdowns, but that's dependent on a refactor of those first | |||||
| 2012-12-09 | lowered carousel beneath the nav | Nathan Bridgewater | 1 | -1/+1 | |
| 2012-12-09 | lowered carousel beneath the nav | Nathan Bridgewater | 1 | -1/+1 | |
| 2012-12-08 | Merge conflicts | Mark Otto | 2 | -2/+2 | |
| 2012-12-08 | Restore print styles | Mark Otto | 2 | -0/+122 | |
| 2012-12-08 | Test removal of print styles for customized builds | Mark Otto | 2 | -122/+0 | |
| 2012-12-08 | Fix docs typos | Mark Otto | 2 | -2/+2 | |
| 2012-12-08 | Merge branch 'master' into 3.0.0-wip | Mark Otto | 47 | -112/+693 | |
| Conflicts: docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/javascript.mustache less/breadcrumbs.less less/tables.less less/tests/css-tests.html | |||||
| 2012-12-08 | Fixes #5729: Nested striped tablesv2.2.2 | Mark Otto | 2 | -4/+13 | |
| * Scopes striping to immediate children of the tbody and tr * For nested tables, sets a background color of @bodyBackground, to override the default transparent bg | |||||
| 2012-12-08 | Nesting tables | Mark Otto | 4 | -38/+70 | |
| * Add simple test to css-tests.html * Scope .table-bordered to immediate children th/td elements only | |||||
