| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-12-07 | tweak comment | Mark Otto | 1 | -1/+1 |
| 2015-12-07 | Use $input-btn-border-width for both .form-control and .btn borders; fixes #1... | Chris Rebert | 1 | -1/+1 |
| 2015-12-06 | fixes #18087: .navbar-form is no more | Mark Otto | 1 | -2/+0 |
| 2015-11-15 | .form-control: Use $input-border-width instead of $border-width | Chris Rebert | 1 | -1/+1 |
| 2015-11-14 | $input-border => $input-border-color | Chris Rebert | 1 | -1/+1 |
| 2015-11-14 | fix error to danger | Mark Otto | 1 | -2/+2 |
| 2015-11-12 | fix broke shit, ugh my bad | Mark Otto | 1 | -1/+1 |
| 2015-11-12 | Merge pull request #17153 from kkirsche/patch-17 | Mark Otto | 1 | -2/+2 |
| 2015-10-28 | Fix typos in comments | Chris Rebert | 1 | -2/+2 |
| 2015-10-23 | _forms.scss: Copy over iOS <input> type compatibility note from v3 | Chris Rebert | 1 | -0/+2 |
| 2015-10-08 | Move border-radius mixin from scss/_mixins.scss to scss/mixins/_border-radius... | Chris Rebert | 1 | -2/+2 |
| 2015-09-15 | fixes border-width issues when customizing font-size by using 1px instead of ... | Mark Otto | 1 | -3/+3 |
| 2015-09-05 | Merge pull request #17364 from twbs/avoid-parent-selector-suffix2 | Gleb Mazovetskiy | 1 | -10/+5 |
| 2015-09-02 | Update all usages of 'control-label' with 'form-control-label' in docs | Andrew Smith | 1 | -1/+1 |
| 2015-08-29 | Merge pull request #17331 from twbs/fix-17323 | Chris Rebert | 1 | -3/+3 |
| 2015-08-27 | Remove all uses of `selector &` | Gleb Mazovetskiy | 1 | -10/+5 |
| 2015-08-27 | Less to Sass typos. | XhmikosR | 1 | -1/+1 |
| 2015-08-26 | rm unused $state param from form-control-validation mixin; fixes #17323 | Chris Rebert | 1 | -3/+3 |
| 2015-08-23 | fix majority of scss linter errors | Mark Otto | 1 | -1/+1 |
| 2015-08-20 | Use border-radius mixing in form-control-sm and form-control-lg | Kevin Kirsche | 1 | -2/+2 |
| 2015-08-17 | really temporarily disable those heights | Mark Otto | 1 | -2/+2 |
| 2015-08-17 | clean out comments that aren't all that helpful | Mark Otto | 1 | -5/+0 |
| 2015-08-13 | nuke the shared padding vars and assign to individual components | Mark Otto | 1 | -7/+7 |
| 2015-08-12 | move form validation icon vars to variables file | Mark Otto | 1 | -5/+0 |
| 2015-08-12 | Remove .help-block entirely | Mark Otto | 1 | -13/+0 |
| 2015-08-10 | reorder variables, rename -color to -color | Mark Otto | 1 | -1/+1 |
| 2015-08-08 | rewrite some forms docs, use new validation styles and icons | Mark Otto | 1 | -46/+104 |
| 2015-07-03 | use mixin on input transition | Mark Otto | 1 | -1/+1 |
| 2015-07-03 | Add new variable for -box-shadow | Mark Otto | 1 | -1/+1 |
| 2015-06-22 | line-height-base to line-height var | Mark Otto | 1 | -1/+1 |
| 2015-06-22 | Remove var | Mark Otto | 1 | -1/+2 |
| 2015-06-22 | drop more -base, clean up var spacing | Mark Otto | 1 | -4/+4 |
| 2015-06-22 | drop the base (hahaha), no but seriously drop the -base from our vars since i... | Mark Otto | 1 | -8/+8 |
| 2015-06-22 | rename -horizontal and -vertical vars to -x and -y for consistency | Mark Otto | 1 | -6/+6 |
| 2015-06-22 | tweak small forms, small inputs; trying to equalize their rendered dimensions | Mark Otto | 1 | -6/+6 |
| 2015-06-19 | fix scss linting | Mark Otto | 1 | -1/+1 |
| 2015-06-18 | Merge branch 'master' into v4 | Mark Otto | 1 | -18/+26 |
| 2015-04-29 | Fix no-label checkboxes/radios | Mark Otto | 1 | -2/+5 |
| 2015-04-29 | Remove $line-height-computed | Mark Otto | 1 | -1/+1 |
| 2015-04-23 | drop .form-horizontal | Mark Otto | 1 | -69/+0 |
| 2015-04-23 | remove commented out code | Mark Otto | 1 | -27/+0 |
| 2015-04-23 | Fix up some form docs styles, sizing, etc | Mark Otto | 1 | -74/+73 |
| 2015-04-23 | Update labels and form grid examples | Mark Otto | 1 | -6/+13 |
| 2015-04-18 | New form control sizing, new navbar condensed variation, update nav and navba... | Mark Otto | 1 | -22/+38 |
| 2015-04-18 | clean up commented out code in forms | Mark Otto | 1 | -104/+4 |
| 2015-04-17 | massive rewrite of forms docs and some css | Mark Otto | 1 | -22/+43 |
| 2015-04-17 | More reboot work, commenting out things that have been moved over | Mark Otto | 1 | -36/+36 |
| 2015-04-16 | start stubbing out a new reboot section and file | Mark Otto | 1 | -48/+33 |
| 2015-03-29 | Merge branch 'master' into v4 | Mark Otto | 1 | -2/+4 |
| 2015-03-01 | fix validation, run grunt dist | Mark Otto | 1 | -4/+5 |