| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-07-09 | fixes #3973: same border on disabled inputs as default inputs: | Mark Otto | 1 | -1/+0 |
| 2012-07-07 | reoder forms a bit | Mark Otto | 1 | -29/+36 |
| 2012-07-07 | docs pre font-size and nowrap on prepend/append | Mark Otto | 1 | -0/+1 |
| 2012-07-06 | vertically align inline form content | Mark Otto | 1 | -0/+1 |
| 2012-06-28 | standardize top level file comments | Mark Otto | 1 | -3/+3 |
| 2012-06-25 | use @textColor to change help-block/help-inline font color | Mark Otto | 1 | -1/+1 |
| 2012-06-19 | round select list corners | Mark Otto | 1 | -1/+1 |
| 2012-06-14 | improve inline-block of append/prepend inputs with font-size: 0; | Mark Otto | 1 | -0/+3 |
| 2012-06-04 | #3684: reset width to auto for input type='image' | Mark Otto | 1 | -1/+2 |
| 2012-06-04 | fix #3693: rounded corners on search form | Mark Otto | 1 | -1/+1 |
| 2012-06-04 | fix placeholder for FF by attaching input and textarea when we call the mixin | Mark Otto | 1 | -1/+4 |
| 2012-05-28 | fix broken css tests, add fluid input-prepend/-append to tests, fix input-pre... | Mark Otto | 1 | -0/+9 |
| 2012-05-25 | remove color from labels | Mark Otto | 1 | -1/+0 |
| 2012-05-17 | fix resizing issues from incorrectly changing <767px grid classes to inline-b... | Mark Otto | 1 | -0/+4 |
| 2012-05-15 | Merge branch '2.0.4-wip-forms' of github.com:twitter/bootstrap into 2.0.4-wip... | Mark Otto | 1 | -23/+16 |
| 2012-05-15 | finish fixing uneditable-input and remake | Mark Otto | 1 | -2/+4 |
| 2012-05-15 | updated forms to rearrange focus state, reinstate uneditable-input, and a few... | Mark Otto | 1 | -24/+18 |
| 2012-05-15 | correct regressions against 2.0.3 | Mark Otto | 1 | -12/+25 |
| 2012-05-14 | consolidate and relabel new form selectors | Mark Otto | 1 | -13/+3 |
| 2012-05-14 | add forms test page for all html5 input types and refactor selectors | Mark Otto | 1 | -71/+60 |
| 2012-05-13 | #3449: make legend and form-actions the same border color | Mark Otto | 1 | -2/+2 |
| 2012-05-10 | Update .placeholder() mixin call
| Milos Gavrilovic | 1 | -1/+1 |
| 2012-04-24 | fix #3179: cut off radios and checkboxes | Mark Otto | 1 | -1/+1 |
| 2012-04-23 | remove background color from radios and checkboxes for IEs | Mark Otto | 1 | -0/+8 |
| 2012-04-16 | lots of property ordering | Jacob Thornton | 1 | -18/+18 |
| 2012-04-15 | fix #2990: text wrapping in .uneditable-input | Mark Otto | 1 | -0/+3 |
| 2012-04-14 | fix #2989: clear .checkbox/.radio floats | Mark Otto | 1 | -0/+1 |
| 2012-04-14 | Merge branch 'au-phiware-patch-1' into 2.0.3-wip | Mark Otto | 1 | -1/+1 |
| 2012-04-15 | Silence comment (just like the others) | au-phiware | 1 | -1/+1 |
| 2012-04-14 | fix #3036: add bg color to inputs | Mark Otto | 1 | -0/+1 |
| 2012-04-07 | Merge branch 'jasny-patch-2' into 2.0.3-wip | Mark Otto | 1 | -4/+8 |
| 2012-04-07 | readd bootstrap.zip, add @inputBorderRadius var to close #2946 | Mark Otto | 1 | -7/+7 |
| 2012-04-05 | Allow multiple buttons in `.input-prepend` and `.input-append`.
| Arnold Daniels | 1 | -1/+8 |
| 2012-04-02 | fix #2908: unfloat inputs using .span* in fluid row | Mark Otto | 1 | -1/+6 |
| 2012-03-31 | remove @shadow instances and replace with escaped values, update mixins to no... | Mark Otto | 1 | -3/+1 |
| 2012-03-28 | fix #2846: Firefox required two clicks on selects to get to options dropdown | Mark Otto | 1 | -1/+1 |
| 2012-03-25 | jankify the IE7 horizontal forms a bit more to account for no labels before .... | Mark Otto | 1 | -0/+3 |
| 2012-03-25 | give IE7 inline-block behavior for input-prepend/append | Mark Otto | 1 | -0/+1 |
| 2012-03-25 | remove padding on .search-query for IE7-8 since it doesn't pick up large bord... | Mark Otto | 1 | -0/+2 |
| 2012-03-25 | revert bart's mixin fix | Mark Otto | 1 | -2/+3 |
| 2012-03-23 | Merge branch 'bartt-master' into 2.0.3-wip | Mark Otto | 1 | -2/+2 |
| 2012-03-23 | fix other instances of mixins, swap use of box-shadow everywhere, include bor... | Mark Otto | 1 | -2/+2 |
| 2012-03-23 | Fix #2758: Uneditable inputs in input-prepend/append | Mark Otto | 1 | -2/+2 |
| 2012-03-23 | add comment for append/prepend z-indexing | Mark Otto | 1 | -0/+1 |
| 2012-03-22 | add shell of tests page, lighten form actions background and give it a variable | Mark Otto | 1 | -1/+1 |
| 2012-03-22 | fix #2718, misaligned uneditable inputs in prepends/appends | Mark Otto | 1 | -1/+1 |
| 2012-03-22 | remove bug in docs for example icon in an input-prepend by removing margin on... | Mark Otto | 1 | -0/+1 |
| 2012-03-12 | add a super jank fix for horizontal-forms and .input-prepend/append in IE7 | Mark Otto | 1 | -0/+5 |
| 2012-03-11 | enable buttons in input-append and input-prepend | Mark Otto | 1 | -4/+11 |
| 2012-03-11 | resolve #1972, allowing add-ons at beginning and end of input-prepend/append | Mark Otto | 1 | -2/+21 |