| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-01-26 | moving structure around + more work on builder... | Jacob Thornton | 1 | -514/+0 |
| 2012-01-26 | fix legend margin collapse | Mark Otto | 1 | -2/+2 |
| 2012-01-26 | Makes inputs and buttons align middle so they line up in all browsers | Pete Hopkins | 1 | -4/+4 |
| 2012-01-26 | Clears border-radius on checkboxes because they look bad on IE | Pete Hopkins | 1 | -0/+1 |
| 2012-01-26 | Fixes off-by-1px between checkbox and form label (all browsers) | Pete Hopkins | 1 | -1/+1 |
| 2012-01-26 | overhaul frontpage jumbotron, add js for twitter buttons back in, fix up some... | Mark Otto | 1 | -0/+6 |
| 2012-01-25 | fix forms examples and allow for inputs in labels | Mark Otto | 1 | -0/+11 |
| 2012-01-25 | fix select alignment and height | Mark Otto | 1 | -3/+3 |
| 2012-01-25 | height auto on mutli select | Mark Otto | 1 | -1/+1 |
| 2012-01-25 | enable support for form states on select elements | Mark Otto | 1 | -0/+1 |
| 2012-01-25 | change form fields back to inline-block to allow for inline-help text in defa... | Mark Otto | 1 | -1/+1 |
| 2012-01-25 | updated comments in forms.less and added uneditable-textarea class to extend ... | Mark Otto | 1 | -2/+6 |
| 2012-01-25 | move css builder and downloader to dedicated page, start to update remaining ... | Mark Otto | 1 | -2/+2 |
| 2012-01-24 | fix up docs css for responsive and subnav, fix forms error states | Mark Otto | 1 | -3/+3 |
| 2012-01-24 | revamp alert message and error state color/text/bg to be variables | Mark Otto | 1 | -6/+6 |
| 2012-01-24 | attempt to fix select list alignment in Firefox by removing padding. not quit... | Mark Otto | 1 | -1/+0 |
| 2012-01-23 | comment in forms' | Mark Otto | 1 | -0/+1 |
| 2012-01-23 | cut margin in half on default forms | Mark Otto | 1 | -1/+4 |
| 2012-01-23 | Merge branch 'normalize' of https://github.com/necolas/bootstrap into necolas... | Mark Otto | 1 | -1/+10 |
| 2012-01-22 | :focus:required:invalid: http://www.alistapart.com/articles/forward-thinking-... | Jacob Thornton | 1 | -3/+3 |
| 2012-01-22 | fix sans-serif order in forms.less and rebuild | Jacob Thornton | 1 | -1/+1 |
| 2012-01-20 | Remove global reset in favour of contextual reset. | Nicolas Gallagher | 1 | -2/+11 |
| 2012-01-18 | don't scope placeholder text color to just inputs | Mark Otto | 1 | -6/+1 |
| 2012-01-15 | fix grid sized horizontal form layout | Mark Otto | 1 | -3/+3 |
| 2012-01-15 | make horizontal form labels map to default grid sizing | Mark Otto | 1 | -7/+3 |
| 2012-01-14 | change up classes on tables and forms, fix nav list styles in example | Mark Otto | 1 | -6/+6 |
| 2012-01-14 | make inline and search form labels inline-block | Mark Otto | 1 | -0/+4 |
| 2012-01-07 | overhaul the entire tabs component structure and docs; remove side nav and ma... | Mark Otto | 1 | -0/+1 |
| 2012-01-07 | add html5 invalid state for super fancy errors via browser | Mark Otto | 1 | -0/+13 |
| 2012-01-07 | tweak spacing once more on prettify; add support for uneditable inputs to inp... | Mark Otto | 1 | -3/+11 |
| 2012-01-07 | update form shadows and tweak prettyprint styles | Mark Otto | 1 | -2/+2 |
| 2012-01-07 | fix form field sizing for selects, document form field grid sizing | Mark Otto | 1 | -21/+42 |
| 2012-01-07 | fix forms in navbars, fix examples' navbars | Mark Otto | 1 | -1/+2 |
| 2012-01-06 | front page docs updated to include old getting started section, update code s... | Mark Otto | 1 | -0/+10 |
| 2012-01-05 | fixing conflict in dividers in navbar, fix navbar docs, fix search form in na... | Mark Otto | 1 | -1/+2 |
| 2012-01-05 | massive docs update, mostly to all our new forms, and to the buttons | Mark Otto | 1 | -11/+21 |
| 2012-01-05 | Tweak the docs and address the new forms list of controls: radios and checkbo... | Mark Otto | 1 | -5/+22 |
| 2012-01-05 | breaking out patterns.less even more, removing unnecessary div from checkbox ... | Mark Otto | 1 | -1/+2 |
| 2011-12-30 | missing parantheses | Mark Otto | 1 | -1/+1 |
| 2011-12-27 | add appended input example to docs, fix help-text wrapping issue by clearing ... | Mark Otto | 1 | -0/+1 |
| 2011-12-27 | allow select with size attr to not have fixed height | Mark Otto | 1 | -1/+2 |
| 2011-12-27 | clean up some css for github issues: input prepend z-index, modals revamped f... | Mark Otto | 1 | -3/+1 |
| 2011-12-21 | remove inline input field CSS since that's not required as all inputs are inl... | Mark Otto | 1 | -21/+0 |
| 2011-12-21 | update comment on select bg bug and confirmed it was fixed, scoped responsive... | Mark Otto | 1 | -1/+1 |
| 2011-12-21 | docs updates, forms updated to include error states and more examples, remove... | Mark Otto | 1 | -0/+1 |
| 2011-12-19 | mostly docs updates, but also some bug fixes per github issues | Mark Otto | 1 | -1/+5 |
| 2011-12-10 | unstyle image inputs | Mark Otto | 1 | -1/+7 |
| 2011-11-29 | Merge branch 'form-feedback-fix' of https://github.com/tinyfly/bootstrap into... | Mark Otto | 1 | -3/+3 |
| 2011-11-29 | scope form feedback states to .control-group instead of unused .clearfix | Jeff Adams | 1 | -3/+3 |
| 2011-11-29 | add input width calculation fix from #408 to the 2.0 branch | Jeff Adams | 1 | -1/+1 |