| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-03-11 | fix more spacing issues with input append/prepend | Mark Otto | 1 | -7/+4 |
| 2012-03-11 | simplify code for input-prepend/append in inline and search forms | Mark Otto | 1 | -6/+7 |
| 2012-03-11 | remove need for floats and IE hacks for input-prepend and input-append--boom | Mark Otto | 1 | -18/+2 |
| 2012-03-06 | set font-family for inputs and such via basefontfamily | Mark Otto | 1 | -1/+1 |
| 2012-03-05 | fix input grid sizing, fix background color on form actions and append add-ons | Mark Otto | 1 | -2/+2 |
| 2012-03-05 | add a ton new variables for type, buttons, inputs | Mark Otto | 1 | -7/+7 |
| 2012-02-27 | make .input-prepend/append .add-on text color the same as labels, #333, to cl... | Mark Otto | 1 | -1/+0 |
| 2012-02-22 | Merge branch 'couchbaselabs-clearfix-ing-form-actions' into 2.0.2-wip | Mark Otto | 1 | -0/+1 |
| 2012-02-22 | Merge branch 'clearfix-ing-form-actions' of https://github.com/couchbaselabs/... | Mark Otto | 1 | -0/+1 |
| 2012-02-21 | rewrite the grid system. Clean shit up tons - only generate 12 columns by def... | Jacob Thornton | 1 | -3/+3 |
| 2012-02-21 | update forms help-block | Mark Otto | 1 | -4/+11 |
| 2012-02-21 | .input-append should work for select element, fixes #2137 | Laszlo Toeroek | 1 | -0/+2 |
| 2012-02-20 | update inline forms to resolve checkbox label with space in it and overlappin... | Mark Otto | 1 | -1/+12 |
| 2012-02-17 | fix duplicate input prepend/append css selectors per #2026 | Mark Otto | 1 | -3/+3 |
| 2012-02-16 | bring back checkbox borders to iOS by conditionalizing the border: 0; on it t... | Mark Otto | 1 | -1/+4 |
| 2012-02-14 | Adding .clearfix() to .form-actions to allow for .pull-right button containers | BigBlueHat - Web Manufacturer | 1 | -0/+1 |
| 2012-02-13 | change up fonts on form elements to remove unnecessary font-family on label e... | Mark Otto | 1 | -1/+7 |
| 2012-02-12 | ensure help-block is block per #1937 | Mark Otto | 1 | -0/+1 |
| 2012-02-12 | add navbar background hover variable and fix uneditable-input with append/pre... | Mark Otto | 1 | -0/+1 |
| 2012-02-11 | update comment to reflect ie support | Mark Otto | 1 | -1/+1 |
| 2012-02-11 | reset line-height for file input in ie9 | Mark Otto | 1 | -0/+5 |
| 2012-02-11 | support small for legend per #1544 | Mark Otto | 1 | -0/+6 |
| 2012-02-11 | fix inline form checkbox/radios | Mark Otto | 1 | -0/+8 |
| 2012-02-09 | webkit legend margin fix for non-horizontal forms | Jeremy Martin | 1 | -5/+6 |
| 2012-02-07 | move formfieldstate mixin to mixins.less for #1785 | Mark Otto | 1 | -27/+0 |
| 2012-02-05 | close #1628 to add padding to all inline checkboxes/radios | Mark Otto | 1 | -5/+2 |
| 2012-02-05 | fix #1631 by adding focus to radio buttons | Mark Otto | 1 | -0/+1 |
| 2012-02-04 | correct css selector for .control-label, required in the docs but not in the ... | Mark Otto | 1 | -1/+1 |
| 2012-02-04 | allow alternate form layouts to hide inputs with .hide on them | Mark Otto | 1 | -0/+4 |
| 2012-02-01 | #1571: remove fixed width on file inputs | Mark Otto | 1 | -0/+1 |
| 2012-02-01 | fix that jank hack | Mark Otto | 1 | -1/+1 |
| 2012-01-30 | remove top 5px padding from first inline radio/checkbox | Mark Otto | 1 | -1/+1 |
| 2012-01-30 | overhaul grid mixins and variables, standardize fluid grid system and enable ... | Mark Otto | 1 | -39/+7 |
| 2012-01-29 | fix form styles on prepend/append for consistency, update code docs with exam... | Mark Otto | 1 | -1/+1 |
| 2012-01-29 | remove form docs from the styles and markup, it's no longer needed | Mark Otto | 1 | -1/+12 |
| 2012-01-28 | remove padding from first-child of inline radios/checkboxes | Mark Otto | 1 | -0/+5 |
| 2012-01-28 | vertical align inline checkboxes/radios to improve rendering in topbar | Mark Otto | 1 | -1/+2 |
| 2012-01-28 | add checkbox/radio border for ios in responsive | Mark Otto | 1 | -2/+1 |
| 2012-01-28 | fix border and border radius on radios/checkboxes for iOS, fix forms docs ali... | Mark Otto | 1 | -0/+1 |
| 2012-01-28 | reset border-radius only for ie9? | Mark Otto | 1 | -1/+1 |
| 2012-01-27 | give append/prepend inputs higher z-index on focus | Mark Otto | 1 | -0/+4 |
| 2012-01-27 | fix regression in textarea shadows | Mark Otto | 1 | -0/+1 |
| 2012-01-27 | add clearfix to control-group for longer labels and any other unforeseen circ... | Mark Otto | 1 | -0/+1 |
| 2012-01-27 | use quotes on attr selectors more consistently | Mark Otto | 1 | -14/+14 |
| 2012-01-27 | new tab focus style and mixin | Mark Otto | 1 | -3/+2 |
| 2012-01-27 | clean up use of mixins to highlight them appropriately in your fav editor | Mark Otto | 1 | -1/+1 |
| 2012-01-27 | Adds necessary ie7-inline-block macros | Pete Hopkins | 1 | -0/+1 |
| 2012-01-27 | Compensates for IE7 first-child-input-inheriting-hasLayout-parents-margins bu... | Pete Hopkins | 1 | -0/+9 |
| 2012-01-27 | adding outline callout as a fallback for IE--needs testing though, thought I ... | Mark Otto | 1 | -0/+1 |
| 2012-01-26 | moving structure around + more work on builder... | Jacob Thornton | 1 | -0/+514 |