| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-05-29 | enforce line-height on badges at all times | Mark Otto | 1 | -0/+1 | |
| 2015-05-29 | cards update | Mark Otto | 1 | -7/+7 | |
| 2015-05-29 | clean up card styles. add new vars | Mark Otto | 1 | -27/+31 | |
| 2015-05-28 | rewrite much of cards and the docs | Mark Otto | 2 | -52/+131 | |
| 2015-05-28 | add flexbox variation for .card-group | Mark Otto | 1 | -7/+13 | |
| 2015-05-27 | new card sizing maybe | Mark Otto | 1 | -0/+18 | |
| 2015-05-27 | when using flexbox, don't add a clearfix | Mark Otto | 1 | -1/+2 | |
| doing so fubars the grid column rounding (in safari at least) and causes layout problems | |||||
| 2015-05-27 | Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 | Mark Otto | 11 | -138/+154 | |
| Conflicts: dist/css/bootstrap.css dist/css/bootstrap.css.map docs/assets/css/docs.min.css | |||||
| 2015-05-22 | disable flex to start | Mark Otto | 1 | -1/+1 | |
| 2015-05-15 | Unquote to avoid NUL chars in the output CSS | Chris Rebert | 2 | -4/+4 | |
| 2015-05-15 | Permanent proper fix for dist-css | Chris Rebert | 1 | -1/+1 | |
| Bump mq4-hover-shim to ^0.2.0 Revert "fix dist css" This reverts commit b12d4bfa9a974d96a6a47fcb1fbaea264439b4b8. | |||||
| 2015-05-14 | fix dist css | fat | 1 | -1/+1 | |
| 2015-05-13 | Merge pull request #116 from twbs/fat-es6Alert | fat | 2 | -109/+139 | |
| es6 - wip | |||||
| 2015-05-12 | popover passing as well | fat | 1 | -64/+86 | |
| 2015-05-11 | rewritten tooltip + tether integration and death to our positioner jank | fat | 1 | -45/+53 | |
| 2015-05-06 | Merge pull request #60 from twbs/libsass-185 | Chris Rebert | 1 | -14/+2 | |
| Remove libsass @media nesting bug workaround | |||||
| 2015-04-29 | Fix no-label checkboxes/radios | Mark Otto | 1 | -2/+5 | |
| Because we use `position: absolute` on our inputs, when there’s no label the `.checkbox` ends up having no computed height. To avoid rendering errors when there’s no label text, we reset the `position` to `static` for normal rendering. | |||||
| 2015-04-29 | Remove $line-height-computed | Mark Otto | 8 | -13/+16 | |
| We have it set to `1` right now just to avoid compilation errors, but it’s been replaced everywhere with our new spacer classes anywho. We’ll likely want to remap that var to custom component vars though (e.g., `$pagination-margin` instead of `$spacer-y`). | |||||
| 2015-04-29 | spacing | Mark Otto | 1 | -1/+1 | |
| 2015-04-29 | rename media query var to match /cc @cvrebert | Mark Otto | 2 | -5/+5 | |
| 2015-04-29 | clean up vars file a smidge | Mark Otto | 1 | -0/+6 | |
| 2015-04-29 | darker secondary button border color | Mark Otto | 1 | -1/+1 | |
| 2015-04-29 | add comments | Mark Otto | 1 | -0/+3 | |
| 2015-04-29 | Merge pull request #113 from twbs/at-root-group | Mark Otto | 1 | -6/+7 | |
| Wrap `@viewport` with `@at-root` for nested import support | |||||
| 2015-04-27 | more flex grid stuff | Mark Otto | 1 | -5/+64 | |
| 2015-04-27 | Wrap `@viewport` with `@at-root` for nested import | Gleb Mazovetskiy | 1 | -6/+7 | |
| See https://github.com/twbs/bootstrap-sass/pull/805 | |||||
| 2015-04-27 | flex variation for media | Mark Otto | 1 | -28/+48 | |
| 2015-04-27 | stub out flexbox variation for input group | Mark Otto | 1 | -12/+29 | |
| 2015-04-27 | stub out flexbox grid variation via -flex | Mark Otto | 4 | -3/+45 | |
| 2015-04-26 | remove some un-used grid class resets in input groups | Mark Otto | 1 | -7/+0 | |
| 2015-04-26 | unnecessary comment | Mark Otto | 1 | -1/+1 | |
| 2015-04-26 | remove another extend | Mark Otto | 1 | -1/+2 | |
| 2015-04-26 | remove more old navbar styles | Mark Otto | 1 | -54/+0 | |
| 2015-04-26 | remove the old navbar-form class | Mark Otto | 1 | -42/+0 | |
| 2015-04-26 | remove extends: navs and unstyled lists | Mark Otto | 1 | -1/+2 | |
| 2015-04-23 | _reboot.scss: fix typo in comment | Chris Rebert | 1 | -1/+1 | |
| 2015-04-23 | update input groups to use new form control size classes | Mark Otto | 1 | -4/+4 | |
| 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 | 2 | -75/+74 | |
| 2015-04-23 | Update labels and form grid examples | Mark Otto | 2 | -6/+14 | |
| 2015-04-18 | update navbar and nav link values | Mark Otto | 2 | -2/+7 | |
| 2015-04-18 | New form control sizing, new navbar condensed variation, update nav and ↵ | Mark Otto | 3 | -118/+172 | |
| navbar spacing | |||||
| 2015-04-18 | no more dl-horizontal offset or page-header vars | Mark Otto | 1 | -2/+0 | |
| 2015-04-18 | remove legend vars as we no longer use them | Mark Otto | 1 | -3/+0 | |
| 2015-04-18 | more comments and formatting clean up | Mark Otto | 11 | -52/+87 | |
| 2015-04-18 | clean up commented out code in forms | Mark Otto | 1 | -104/+4 | |
| 2015-04-18 | remove commented out code for auto aligning navbar dropdown menus | Mark Otto | 1 | -20/+1 | |
| 2015-04-18 | comments and spacing | Mark Otto | 1 | -0/+9 | |
| 2015-04-18 | comments and spacing | Mark Otto | 1 | -5/+12 | |
