| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-25 | remove .dividers from breadcrumbs, instead use :after and content | Mark Otto | 1 | -1/+3 |
| 2012-09-25 | restore gradient to navbars | Mark Otto | 2 | -6/+16 |
| 2012-09-25 | increase padding on navbar links, remove font-size override on .navbar from d... | Mark Otto | 2 | -9/+8 |
| 2012-09-25 | initial pass at removing navbar-inner from .navbar component | Mark Otto | 3 | -53/+18 |
| 2012-09-25 | thumbnails cleanup: no more UL or LI elements needed, instead just use standa... | Mark Otto | 2 | -50/+1 |
| 2012-09-25 | remove remaining fluid grid css | Mark Otto | 1 | -8/+4 |
| 2012-09-25 | remove references to row fluid elsewhere | Mark Otto | 1 | -10/+2 |
| 2012-09-25 | make .input-* classes match .btn-* size classes | Mark Otto | 1 | -18/+68 |
| 2012-09-25 | remove all ie7 conditionals and mixins | Mark Otto | 2 | -141/+15 |
| 2012-09-25 | Merge branch '2.1.2-wip' into box-sizing-exercise | Mark Otto | 3 | -78/+241 |
| 2012-09-25 | headway, cleanup, and tests | Mark Otto | 2 | -67/+225 |
| 2012-09-23 | ensure 100% width for .uneditable-inputs in <767px viewports | Mark Otto | 2 | -0/+2 |
| 2012-09-22 | fixes #5216: calculate heading sizes via math rather than fixed pixel amounts | Mark Otto | 1 | -14/+14 |
| 2012-09-20 | fixes #5127: add @inputHeight to replace static instances of '30px' throughou... | Mark Otto | 1 | -3/+3 |
| 2012-09-20 | fixes #5150: add btn-group support to input groups | Mark Otto | 1 | -1/+22 |
| 2012-09-20 | fixes #5102, #5166, #5194, #5205: add overflow: visible; to .nav-collapse.col... | Mark Otto | 1 | -0/+1 |
| 2012-09-20 | fixes #5212: text emphasis classes only get hover with links | Mark Otto | 1 | -4/+4 |
| 2012-09-19 | increase padding on homepage button | Mark Otto | 1 | -1/+1 |
| 2012-09-18 | add new vars for common border-radius, upping border-radius of inputs to 4px;... | Mark Otto | 1 | -52/+93 |
| 2012-09-18 | add new vars for common font-sizes and paddings with large, small, and mini c... | Mark Otto | 1 | -39/+27 |
| 2012-09-18 | Merge branch '2.1.2-wip' of https://github.com/uberspeck/bootstrap into ubers... | Mark Otto | 1 | -7/+48 |
| 2012-09-18 | fixes #5177: remove color on .btn-large .caret, but keep sizing change; also ... | Mark Otto | 1 | -2/+1 |
| 2012-09-18 | fixes #5178: update normalize to avoid resetting audio and video elements in ... | Mark Otto | 1 | -1/+1 |
| 2012-09-17 | fixes #5087: add hover states to text emphasis classes for links | Mark Otto | 1 | -0/+16 |
| 2012-09-17 | fixes #5082 manually: reset font-size for .dropdown-menu within .input-prepen... | Mark Otto | 1 | -1/+11 |
| 2012-09-17 | fixes #5173: proper popover offsets; added docs examples to enable tests in t... | Mark Otto | 1 | -2/+2 |
| 2012-09-17 | Merge branch 'wpbrains-media-component' into 2.1.2-wip | Mark Otto | 2 | -0/+47 |
| 2012-09-17 | overhaul the docs and css to merge into 2.1.2 since this was against master | Mark Otto | 2 | -57/+15 |
| 2012-09-17 | resolve conflicts and remake | Mark Otto | 2 | -0/+89 |
| 2012-09-17 | fixes #5039: properly set .row-fluid margins for .controls-row | Mark Otto | 2 | -1/+12 |
| 2012-09-17 | fixes #5041: add new navbar css tests for each variation, remove width: 100%;... | Mark Otto | 1 | -1/+0 |
| 2012-09-12 | fixes #5107: make all .btn-group inline-block by default instead of just with... | Mark Otto | 1 | -8/+3 |
| 2012-09-12 | use local var for a few other .box-shadow mixins to fix CSS not compiling | Mark Otto | 1 | -0/+5788 |
| 2012-09-12 | revert the js evaluation in .box-shadow mixin, fix last mixin usages to escap... | Mark Otto | 1 | -5788/+0 |
| 2012-09-12 | Updated pagination to support .pagination-large, .pagination-small, .paginati... | Brian Campbell | 1 | -7/+48 |
| 2012-09-10 | fixes #5040 manually: remove overflow: auto; from .modal to resolve sporadic ... | Mark Otto | 1 | -1/+2 |
| 2012-09-10 | more tests and experiments | Mark Otto | 2 | -24/+24 |
| 2012-09-08 | latest tweaks to grid classes for forms | Mark Otto | 2 | -0/+202 |
| 2012-09-07 | commenting out stuff and adding grid test page | Mark Otto | 1 | -2/+2 |
| 2012-09-07 | Merge branch '2.1.2-wip' into box-sizing-exercise | Mark Otto | 3 | -68/+94 |
| 2012-09-07 | run make after merging #5028, which removes the left margin of responsive flu... | Mark Otto | 1 | -0/+3 |
| 2012-09-07 | fixes #5020: submenu support in dropup | Mark Otto | 1 | -0/+10 |
| 2012-09-07 | fixes #5018: .btn-block in .modal-footer no longer has left margin | Mark Otto | 1 | -0/+4 |
| 2012-09-07 | fixes #5010: .pager span selector should be scoped to immediate children only | Mark Otto | 1 | -9/+10 |
| 2012-09-05 | fixes #4996: incorrect border radius on a table | Mark Otto | 1 | -1/+1 |
| 2012-09-05 | Merge branch 'spantaleev-patch-1' into 2.1.2-wip | Mark Otto | 1 | -2/+0 |
| 2012-09-05 | rebuild after merge | Mark Otto | 1 | -2/+0 |
| 2012-09-05 | version bump to get this started | Mark Otto | 2 | -2/+2 |
| 2012-09-04 | regrettably remove the animated button for download on homepage to improve pa... | Mark Otto | 1 | -20/+8 |
| 2012-09-04 | fixes #4957: use input border var for select element instead of #ddd | Mark Otto | 1 | -1/+1 |