aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2015-05-29enforce line-height on badges at all timesMark Otto1-0/+1
2015-05-29cards updateMark Otto1-7/+7
2015-05-29clean up card styles. add new varsMark Otto1-27/+31
2015-05-28rewrite much of cards and the docsMark Otto2-52/+131
2015-05-28add flexbox variation for .card-groupMark Otto1-7/+13
2015-05-27new card sizing maybeMark Otto1-0/+18
2015-05-27when using flexbox, don't add a clearfixMark Otto1-1/+2
doing so fubars the grid column rounding (in safari at least) and causes layout problems
2015-05-27Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto11-138/+154
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.css.map docs/assets/css/docs.min.css
2015-05-22disable flex to startMark Otto1-1/+1
2015-05-15Unquote to avoid NUL chars in the output CSSChris Rebert2-4/+4
2015-05-15Permanent proper fix for dist-cssChris Rebert1-1/+1
Bump mq4-hover-shim to ^0.2.0 Revert "fix dist css" This reverts commit b12d4bfa9a974d96a6a47fcb1fbaea264439b4b8.
2015-05-14fix dist cssfat1-1/+1
2015-05-13Merge pull request #116 from twbs/fat-es6Alertfat2-109/+139
es6 - wip
2015-05-12popover passing as wellfat1-64/+86
2015-05-11rewritten tooltip + tether integration and death to our positioner jankfat1-45/+53
2015-05-06Merge pull request #60 from twbs/libsass-185Chris Rebert1-14/+2
Remove libsass @media nesting bug workaround
2015-04-29Fix no-label checkboxes/radiosMark Otto1-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-29Remove $line-height-computedMark Otto8-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-29spacingMark Otto1-1/+1
2015-04-29rename media query var to match /cc @cvrebertMark Otto2-5/+5
2015-04-29clean up vars file a smidgeMark Otto1-0/+6
2015-04-29darker secondary button border colorMark Otto1-1/+1
2015-04-29add commentsMark Otto1-0/+3
2015-04-29Merge pull request #113 from twbs/at-root-groupMark Otto1-6/+7
Wrap `@viewport` with `@at-root` for nested import support
2015-04-27more flex grid stuffMark Otto1-5/+64
2015-04-27Wrap `@viewport` with `@at-root` for nested importGleb Mazovetskiy1-6/+7
See https://github.com/twbs/bootstrap-sass/pull/805
2015-04-27flex variation for mediaMark Otto1-28/+48
2015-04-27stub out flexbox variation for input groupMark Otto1-12/+29
2015-04-27stub out flexbox grid variation via -flexMark Otto4-3/+45
2015-04-26remove some un-used grid class resets in input groupsMark Otto1-7/+0
2015-04-26unnecessary commentMark Otto1-1/+1
2015-04-26remove another extendMark Otto1-1/+2
2015-04-26remove more old navbar stylesMark Otto1-54/+0
2015-04-26remove the old navbar-form classMark Otto1-42/+0
2015-04-26remove extends: navs and unstyled listsMark Otto1-1/+2
2015-04-23_reboot.scss: fix typo in commentChris Rebert1-1/+1
2015-04-23update input groups to use new form control size classesMark Otto1-4/+4
2015-04-23drop .form-horizontalMark Otto1-69/+0
2015-04-23remove commented out codeMark Otto1-27/+0
2015-04-23Fix up some form docs styles, sizing, etcMark Otto2-75/+74
2015-04-23Update labels and form grid examplesMark Otto2-6/+14
2015-04-18update navbar and nav link valuesMark Otto2-2/+7
2015-04-18New form control sizing, new navbar condensed variation, update nav and ↵Mark Otto3-118/+172
navbar spacing
2015-04-18no more dl-horizontal offset or page-header varsMark Otto1-2/+0
2015-04-18remove legend vars as we no longer use themMark Otto1-3/+0
2015-04-18more comments and formatting clean upMark Otto11-52/+87
2015-04-18clean up commented out code in formsMark Otto1-104/+4
2015-04-18remove commented out code for auto aligning navbar dropdown menusMark Otto1-20/+1
2015-04-18comments and spacingMark Otto1-0/+9
2015-04-18comments and spacingMark Otto1-5/+12