| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-10-02 | grunt | Mark Otto | 35 | -124/+492 | |
| 2016-10-02 | Comment that out for now since it's causing errors | Mark Otto | 1 | -1/+1 | |
| 2016-10-02 | Merge branch 'v4-dev' into v4-navbars | Mark Otto | 66 | -56/+220 | |
| 2016-10-02 | fix typos | Mark Otto | 1 | -4/+4 | |
| 2016-10-02 | Merge branch 'customizable-grid-gutters-per-breakpoint' of ↵ | Mark Otto | 8 | -36/+87 | |
| https://github.com/pixelbandito/bootstrap into pixelbandito-customizable-grid-gutters-per-breakpoint | |||||
| 2016-10-02 | Ports changes from #20258 to v4 (#20828) | Mark Otto | 1 | -0/+1 | |
| 2016-10-02 | Only override input border-radius as part of .form-control to avoid bug with ↵ | Mark Otto | 2 | -3/+9 | |
| iOS Safari (alt fix for #20247) (#20695) | |||||
| 2016-10-02 | Document that all table styles are inherited (#20699) | Mark Otto | 1 | -1/+1 | |
| 2016-10-02 | Fixes #20118: Add and use Sass variables to control the color of our ↵ | Mark Otto | 1 | -7/+15 | |
| embedded SVGs for custom form elements (#20700) | |||||
| 2016-10-02 | v4: Dropdown units (#20701) | Mark Otto | 2 | -5/+6 | |
| * Fixes #19784: Move from pixels to rems, add a margin-bottom: 0; to keep things aligned * lintiong | |||||
| 2016-10-02 | Remove the margin-bottom from <label>s in .btn-groups (#20827) | Mark Otto | 1 | -0/+1 | |
| - Fixes #20298 for vertical button group spacing - Fixes #20784 for horizontal (default) button group spacing - Alternate fix to #20823 which only applied a fix for vertical button groups | |||||
| 2016-10-02 | v4: Social meta tags (#20825) | Mark Otto | 53 | -8/+93 | |
| * descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements | |||||
| 2016-10-02 | Fixes #20799: Apply same color change to disabled inline radios/checkboxes ↵ | Mark Otto | 1 | -0/+1 | |
| (#20826) | |||||
| 2016-10-02 | Update print styles borrowed from h5bp | Patrick H. Lauke | 1 | -4/+10 | |
| most notable change: - fixes print/print preview crash in IE11 (caused by `*:first-line` selector) | |||||
| 2016-09-26 | Rename pull-*-{left|right} classes to .float-*-left and .float-*-right | Mark Otto | 20 | -55/+55 | |
| 2016-09-23 | Upgrade to normalize.css v4.2.0 and fix Hound exclusion. | Bardi Harborow | 3 | -54/+54 | |
| 2016-09-22 | Merge pull request #20764 from patrickhlauke/v4-dev | Patrick H. Lauke | 1 | -0/+10 | |
| Add Edge#9011176 bug (visual artifacts in scrollable dialogs) | |||||
| 2016-09-22 | Add Edge#9011176 bug (visual artifacts in scrollable dialogs) | Patrick H. Lauke | 1 | -0/+10 | |
| 2016-09-16 | Remove hard-coded value in button-outline-variant | Beau Smith | 1 | -5/+5 | |
| Fixes #20609 PR #20641, another solution to this issue, hard-codes use of $body-color, which may not be the desired color for the text when hovering. | |||||
| 2016-09-15 | fix that navbar toggler example in docs | Mark Otto | 1 | -3/+1 | |
| 2016-09-15 | Fixes #20543: Significantly darken the links in default navbars | Mark Otto | 1 | -4/+4 | |
| 2016-09-15 | Merge branch 'v4-dev' into v4-navbars | Mark Otto | 154 | -1028/+21154 | |
| 2016-09-15 | replace some profanities (#20715) | VarelloThemes | 2 | -2/+2 | |
| 2016-09-13 | Add breakpoint-specific gutters. | Kovah | 8 | -36/+87 | |
| 2016-09-12 | Grid mixins docs should match source code (#20705) | Nick | 1 | -8/+10 | |
| 2016-09-12 | Remove fixed Edge <input type="file"> bug from the Wall | Chris Rebert | 1 | -10/+0 | |
| https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8282613/ has been marked as Fixed. Refs #20335. [skip sauce] | |||||
| 2016-09-11 | grunt | Mark Otto | 16 | -12/+16 | |
| 2016-09-11 | Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev | Mark Otto | 1 | -0/+1 | |
| 2016-09-11 | grunt | Mark Otto | 16 | -16/+44 | |
| 2016-09-11 | Have same margin for <hN> as a <div> on .card-headers (#19048) | mkroeders | 1 | -0/+1 | |
| * Have same margin for <hN> as a <div> on .card-headers Related #18726 When you use a `<hN>` as `.card-header` there is `margin-bottom: .5rem` added. The changes set the margin-bottom to 0 * Removed space | |||||
| 2016-09-11 | added text-gray-dark class (#19847) | Edd Yerburgh | 1 | -0/+4 | |
| 2016-09-11 | Removing a redundant background-color declaration. (#20698) | Chris Garcia | 1 | -1/+0 | |
| 2016-09-11 | woof, first grunt after building all the dist lol | Mark Otto | 32 | -8/+17052 | |
| 2016-09-11 | .form-control:focus customization (#20436) | NicoLB | 2 | -5/+4 | |
| * Allow variables input-bg-focus and input-color-focus to be overridden. * More consistency and control to customize shadows on .form-control:focus | |||||
| 2016-09-11 | Fixes #19466: Document the flexbox order utils (#20697) | Mark Otto | 1 | -0/+22 | |
| 2016-09-11 | v4: Update tooltip placement docs (#20696) | Mark Otto | 2 | -1/+5 | |
| * Fixes #19796: Remove mention of tooltip auto placement * add note to migration docs | |||||
| 2016-09-11 | Update gruntfile to compile the Sass extras (flex, grid, and reboot) as part ↵ | Mark Otto | 1 | -1/+1 | |
| of the dist-css task (#20682) | |||||
| 2016-09-11 | Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev | Mark Otto | 1 | -0/+10 | |
| 2016-09-11 | Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev | Mark Otto | 1 | -0/+30 | |
| 2016-09-11 | Add Selectors Level 4 :nth-child() to Most Wanted features for Edge | Chris Rebert | 1 | -0/+10 | |
| h/t @bardiharborow for opening https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/15944476 Refs #20143 [skip sauce] | |||||
| 2016-09-11 | Swap for custom svg background that we can embed to set the color of the ↵ | Mark Otto | 2 | -7/+15 | |
| stroke via Sass variable | |||||
| 2016-09-11 | Add transitioncancel to Most Wanted list for Chrome, Safari, Edge (#20618) | Chris Rebert | 1 | -0/+30 | |
| [skip sauce] | |||||
| 2016-09-11 | Merge branch 'v4-hamburger-fix2' of ↵ | Mark Otto | 9 | -31/+16 | |
| https://github.com/patrickhlauke/bootstrap into patrickhlauke-v4-hamburger-fix2 | |||||
| 2016-09-11 | Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev | Mark Otto | 1 | -2/+2 | |
| 2016-09-11 | grunt | Mark Otto | 8 | -38/+28 | |
| 2016-09-11 | Fix CSS and JS hashes for 4.0.0-alpha.4 (#20692) (#20694) | Anatoly Kamchatnov | 1 | -2/+2 | |
| 2016-09-09 | update nav.yml | Mark Otto | 1 | -1/+0 | |
| 2016-09-08 | Add new border utils | Mark Otto | 6 | -15/+63 | |
| - Move and rename .img-rounded to .rounded, .img-circle to .rounded-circle - Add new .rounded-{direction} utils - New docs pages for border utils with TBD comments for the border property - Removes most image examples for rounding from the content/images docs in favor of new docs page | |||||
| 2016-09-08 | updated docs to reflect change in img-rounded class | judetucker | 2 | -12/+12 | |
| 2016-09-08 | resolves #20266 | judetucker | 1 | -1/+1 | |
