| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-05-11 | Merge pull request #19885 from twbs/v4-cards | Mark Otto | 3 | -15/+35 | |
| v4: Card improvements | |||||
| 2016-05-11 | Fix #17511 by adding mention to the docs for how to extend the card columns | Mark Otto | 1 | -1/+14 | |
| 2016-05-11 | Fixes #17911: Explicitly remove margin-bottom from cards in .card-deck | Mark Otto | 1 | -1/+10 | |
| Here we're doing some margin swapping, so it looks a little funky. All this does is match the margin implementation and rendering across our table and flex versions of card decks. | |||||
| 2016-05-11 | fixes #19650: improve non-flexbox card deck behavior so columns are always ↵ | Mark Otto | 1 | -1/+1 | |
| the same width | |||||
| 2016-05-11 | Fixes #19840: Invert the .card-subtitle color as well for .card-inverse | Mark Otto | 1 | -0/+1 | |
| 2016-05-11 | Update card variants | Mark Otto | 1 | -2/+7 | |
| - Remove background-color from header and footer in inverse cards (fixes #19841) - Update border override for header and footer in cards; only need to declare a new color - Update the selector for targetting blockquote footers in cards | |||||
| 2016-05-11 | Update card header and footer | Mark Otto | 1 | -10/+2 | |
| - Remove the box-shadow and switch back to border to match .card basics - Update the header nav margin override--since we restored the border, we need that default negative margin at the bottom | |||||
| 2016-05-11 | Fixes #18584: Link to autoprefixer json file (link is broken until we make ↵ | Mark Otto | 1 | -0/+1 | |
| this the master branch) | |||||
| 2016-05-11 | Fixes #19267: Mention grid class changes in migration docs | Mark Otto | 1 | -0/+3 | |
| 2016-05-11 | grunt | Mark Otto | 8 | -38/+38 | |
| 2016-05-11 | add another note about dropdown styles changing | Mark Otto | 1 | -0/+1 | |
| 2016-05-11 | Overhaul tables docs and use rgba() colors for inverse tables | Mark Otto | 3 | -23/+164 | |
| - Add inverse examples for all variants - Use rgba() colors for hover and accent states for easy usage in inverse styles | |||||
| 2016-05-11 | Update tags/labels/badges migration docs to mention class and change in ↵ | Mark Otto | 1 | -2/+3 | |
| behavior for alignment in list groups | |||||
| 2016-05-11 | grunt | Mark Otto | 8 | -50/+80 | |
| 2016-05-11 | clarify that | Mark Otto | 1 | -1/+1 | |
| 2016-05-11 | Merge pull request #18807 from twbs/v4-split-buttons | Mark Otto | 6 | -331/+402 | |
| v4: Figuring out split dropdown buttons | |||||
| 2016-05-11 | linting order | Mark Otto | 1 | -3/+3 | |
| 2016-05-11 | Consolidate button-dropdown.md with dropdowns.md to simplify docs | Mark Otto | 3 | -383/+382 | |
| 2016-05-11 | rest in peace _functions.scss | Mark Otto | 2 | -18/+0 | |
| 2016-05-11 | Unfuck those split button dropdowns | Mark Otto | 3 | -34/+71 | |
| - Really we didn't need to do any of that strip units stuff to generate six new variables, two for each button size - Using sibling selectors, we can target those split button dropdown toggles using the .dropdown-toggle-split class, and adjust padding and margin as needed - Now, we nuke the margin-left from the ::after generated caret and tighten up the padding so that those split toggles don't look huge next to their main button | |||||
| 2016-05-11 | Merge branch 'v4-dev' into v4-split-buttons | Mark Otto | 147 | -3982/+3781 | |
| 2016-05-11 | Merge pull request #19141 from twbs/v4-forms-cleanup | Mark Otto | 16 | -468/+413 | |
| v4: Forms cleanup | |||||
| 2016-05-11 | grunt | Mark Otto | 8 | -6/+8 | |
| 2016-05-11 | Merge branch 'v4-forms-cleanup' of github.com:twbs/bootstrap into ↵ | Mark Otto | 2 | -28/+34 | |
| v4-forms-cleanup | |||||
| 2016-05-11 | update migration notes | Mark Otto | 1 | -1/+1 | |
| 2016-05-11 | Merge pull request #19879 from patrickhlauke/v4-modal-aria-fix | Patrick H. Lauke | 2 | -0/+19 | |
| Handle aria-hidden on modal container when showing/hiding | |||||
| 2016-05-11 | Handle aria-hidden on modal container when showing/hiding | Patrick H. Lauke | 2 | -0/+19 | |
| Fixes #19878 | |||||
| 2016-05-10 | Bring back some 'help text' love for forms with .form-text | Mark Otto | 2 | -17/+26 | |
| - Includes new class - New docs to support it - Rearranged older docs | |||||
| 2016-05-10 | Make named anchor/placeholder link style reset more specific | Patrick H. Lauke | 1 | -2/+3 | |
| This avoids applying the reset to named anchors/placeholder links (links without an `href`) that have explicitly been made keyboard-focusable (using `tabindex`). This is not fool-proof - it's not easy/straightforward to check for the actual `tabindex` value itself, to ensure it's positive, not will this apply if a link has been "blessed" with `tabindex` via JS. However, this should catch most common uses (and gives a reasonably valid way around the issue for developers who, for whatever reason, DO want to use links without `href` - as side effect, it forces best practice of at least ensuring these links can also be focused with the keyboard) | |||||
| 2016-05-09 | Merge branch 'v4-forms-cleanup' of https://github.com/twbs/bootstrap into ↵ | Mark Otto | 2 | -1/+6 | |
| v4-forms-cleanup | |||||
| 2016-05-09 | Update checkboxes and radios docs | Mark Otto | 2 | -1/+6 | |
| - Add lighter gray text to disabled state for .form-check - Separate radios and checkboxes example - Clarify docs | |||||
| 2016-05-09 | clarify docs comment from #19459 | Mark Otto | 1 | -1/+1 | |
| 2016-05-09 | more options, clearer options, and proper markdown formatting | Mark Otto | 1 | -1/+1 | |
| 2016-05-09 | Merge branch 'v4-dev-docs-hidden-show-replacement' of ↵ | Mark Otto | 1 | -1/+1 | |
| https://github.com/lamby/bootstrap into lamby-v4-dev-docs-hidden-show-replacement | |||||
| 2016-05-09 | Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev | Mark Otto | 1 | -1/+3 | |
| 2016-05-09 | property order | Mark Otto | 1 | -1/+1 | |
| 2016-05-09 | Merge branch 'add-input-focus-variables' of ↵ | Mark Otto | 2 | -0/+4 | |
| https://github.com/kevinkucharczyk/bootstrap into kevinkucharczyk-add-input-focus-variables | |||||
| 2016-05-09 | Merge pull request #19459 from delftswa2016/v4-card-ordering | Mark Otto | 1 | -1/+3 | |
| Explicitly state the ordering of cards in card columns in the docs | |||||
| 2016-05-09 | Merge pull request #19667 from vsn4ik/v4-dev-use-border-radius-mixin | Mark Otto | 4 | -16/+13 | |
| Use @border-radius and add $nav-tabs-border-radius variable | |||||
| 2016-05-08 | update classes for inline form to new checkbox options | Mark Otto | 1 | -8/+5 | |
| 2016-05-08 | oops, another checkbox needing a new class | Mark Otto | 1 | -3/+3 | |
| 2016-05-08 | add options to the examples so they render properly | Mark Otto | 1 | -3/+9 | |
| 2016-05-08 | fix remaining checkboxes and radios in docs | Mark Otto | 1 | -12/+12 | |
| 2016-05-08 | fix broken markdown formatting | Mark Otto | 1 | -3/+3 | |
| 2016-05-08 | grunt | Mark Otto | 8 | -6/+30 | |
| 2016-05-08 | Fixes #19771: Enable .form-control-sm/lg on select.form-control | Mark Otto | 1 | -0/+12 | |
| 2016-05-08 | linting | Mark Otto | 1 | -1/+1 | |
| 2016-05-08 | Redo checkboxes and radios | Mark Otto | 11 | -161/+119 | |
| - Move disabled radio and checkbox styles to Reboot - Collapse .radio and .checkbox into single class, .form-check - Collapse .radio-inline and .checkbox-inline into single class, .form-check-inline - Require classes for sub-elements in both new classes | |||||
| 2016-05-08 | lol my bad, fix that last one too | Mark Otto | 1 | -1/+1 | |
| 2016-05-08 | Merge branch 'v4-dev' into v4-forms-cleanup | Mark Otto | 24 | -433/+610 | |
