| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-25 | fix getting started examples | Mark Otto | 2 | -30/+28 |
| 2012-09-25 | fix homepage example sites | Mark Otto | 2 | -48/+44 |
| 2012-09-25 | cleanup breadcrumbs less code (nesting) | Mark Otto | 1 | -6/+6 |
| 2012-09-25 | remove .dividers from breadcrumbs, instead use :after and content | Mark Otto | 4 | -12/+16 |
| 2012-09-25 | restore gradient to navbars | Mark Otto | 3 | -8/+18 |
| 2012-09-25 | increase padding on navbar links, remove font-size override on .navbar from d... | Mark Otto | 3 | -10/+9 |
| 2012-09-25 | initial pass at removing navbar-inner from .navbar component | Mark Otto | 15 | -727/+604 |
| 2012-09-25 | thumbnails cleanup: no more UL or LI elements needed, instead just use standa... | Mark Otto | 15 | -271/+95 |
| 2012-09-25 | remove remaining fluid grid css | Mark Otto | 6 | -209/+8 |
| 2012-09-25 | remove references to row fluid elsewhere | Mark Otto | 2 | -21/+6 |
| 2012-09-25 | make .input-* classes match .btn-* size classes | Mark Otto | 4 | -55/+117 |
| 2012-09-25 | remove all ie7 conditionals and mixins | Mark Otto | 14 | -201/+23 |
| 2012-09-25 | remove ie7 support from mixins | Mark Otto | 1 | -35/+2 |
| 2012-09-25 | Merge branch '2.1.2-wip' into box-sizing-exercise | Mark Otto | 65 | -394/+7792 |
| 2012-09-25 | headway, cleanup, and tests | Mark Otto | 7 | -399/+434 |
| 2012-09-25 | Use paginationActiveBackground var to finish fixing #4295 | Robin Lewis | 1 | -1/+1 |
| 2012-09-24 | check affix pos on clicks - use timeout for clicks which scroll | Jacob Thornton | 4 | -4/+10 |
| 2012-09-24 | update docs for tooltip html + the dropdown methods api | Jacob Thornton | 2 | -8/+8 |
| 2012-09-24 | change tooltip/popover insert strategy | Jacob Thornton | 8 | -49/+10 |
| 2012-09-24 | reverting d797a5fbd7dd883a09bf00e516e0bd509c898f53 | Jacob Thornton | 2 | -5/+5 |
| 2012-09-24 | Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip | Jacob Thornton | 7 | -35/+145 |
| 2012-09-24 | change tooltip/popover html default to false for xss safety net | Jacob Thornton | 5 | -5/+6 |
| 2012-09-23 | ensure 100% width for .uneditable-inputs in <767px viewports | Mark Otto | 5 | -0/+75 |
| 2012-09-23 | match decimal placements in type.less | Mark Otto | 1 | -1/+1 |
| 2012-09-22 | fixes #5216: calculate heading sizes via math rather than fixed pixel amounts | Mark Otto | 2 | -26/+31 |
| 2012-09-22 | Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip | Mark Otto | 12 | -47/+65 |
| 2012-09-21 | add specific line items to contributing doc for issues, update branch list | Mark Otto | 1 | -9/+39 |
| 2012-09-20 | change transition.js, rebuild… travis maybe will be happy? | Jacob Thornton | 4 | -13/+13 |
| 2012-09-20 | remove src's | Jacob Thornton | 1 | -1/+1 |
| 2012-09-20 | rebuild - fix missing ( | Jacob Thornton | 4 | -4/+22 |
| 2012-09-20 | added support for jquery 1.8.* | Jacob Thornton | 6 | -31/+31 |
| 2012-09-20 | fixes #5127: add @inputHeight to replace static instances of '30px' throughou... | Mark Otto | 4 | -9/+10 |
| 2012-09-20 | fixes #5150: add btn-group support to input groups | Mark Otto | 4 | -24/+300 |
| 2012-09-20 | fixes #5102, #5166, #5194, #5205: add overflow: visible; to .nav-collapse.col... | Mark Otto | 7 | -9/+47 |
| 2012-09-20 | fixes #5211 manually: spacing in mixins to match others | Mark Otto | 1 | -2/+2 |
| 2012-09-20 | fixes #5212: text emphasis classes only get hover with links | Mark Otto | 2 | -28/+15 |
| 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 | 6 | -83/+182 |
| 2012-09-18 | add new vars for common font-sizes and paddings with large, small, and mini c... | Mark Otto | 6 | -235/+143 |
| 2012-09-18 | Merge branch '2.1.2-wip' of https://github.com/uberspeck/bootstrap into ubers... | Mark Otto | 6 | -13/+6132 |
| 2012-09-18 | fixes #5177: remove color on .btn-large .caret, but keep sizing change; also ... | Mark Otto | 3 | -4/+141 |
| 2012-09-18 | contributing edits | Mark Otto | 1 | -4/+5 |
| 2012-09-18 | Merge pull request #5187 from caniszczyk/2.1.2-wip | Mark Otto | 1 | -0/+34 |
| 2012-09-18 | fixes #5178: update normalize to avoid resetting audio and video elements in ... | Mark Otto | 2 | -4/+4 |
| 2012-09-18 | Add CONTRIBUTING.md | Chris Aniszczyk | 1 | -0/+34 |
| 2012-09-17 | fixes #5087: add hover states to text emphasis classes for links | Mark Otto | 2 | -0/+28 |
| 2012-09-17 | fixes #5082 manually: reset font-size for .dropdown-menu within .input-prepen... | Mark Otto | 2 | -3/+20 |
| 2012-09-17 | fixes #5173: proper popover offsets; added docs examples to enable tests in t... | Mark Otto | 4 | -4/+24 |
| 2012-09-17 | add the media css to customizer | Mark Otto | 2 | -0/+2 |
| 2012-09-17 | Merge branch 'wpbrains-media-component' into 2.1.2-wip | Mark Otto | 7 | -0/+399 |