| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2016-09-08 | Revamp background utilities and add new .text-white utility | Mark Otto | 3 | -9/+13 | |
| - Rather than mix multiple properties in our color utilities, this splits all color and all background utils into separate classes. - Adds new .text-white class to help lighten text color for darker backgrounds | |||||
| 2016-09-08 | Update docs to use new spacing util class names | Mark Otto | 10 | -28/+28 | |
| 2016-09-08 | Rename margin and padding utilities from .{property}-{side} to ↵ | Mark Otto | 1 | -8/+8 | |
| .{property}{side} without the extra dash | |||||
| 2016-09-08 | Docs: Breaks out Utilities into separate section and optimizes its pages ↵ | Kovah | 14 | -367/+436 | |
| (#20678) | |||||
| 2016-09-08 | v4: Custom checkbox and radio alignment (#20671) | Mark Otto | 1 | -9/+4 | |
| * Allow text of custom form labels to wrap like the default ones * Switch from using after to force line breaks to float/clear combo in stacked custom forms | |||||
| 2016-09-08 | Add Brazilian Portuguese in translations (#20673) | Adam Macias | 1 | -0/+5 | |
| 2016-09-08 | #14840 - Use color variables consistently | Kovah | 1 | -33/+33 | |
| Replaces some raw colors with the appropriate color variables Example: #eee will be replaced by $gray-lighter (#eceeef) | |||||
| 2016-09-07 | Follow up fix for #20667 (#20672) | Mark Otto | 1 | -1/+1 | |
| Use proper Sass variable interpolation to ensure the proper values are compiled and not the literal string of the variable name | |||||
| 2016-09-07 | fix spacing a bit | Mark Otto | 1 | -6/+6 | |
| 2016-09-07 | Merge branch 'patch-21' of https://github.com/kkirsche/bootstrap into ↵ | Mark Otto | 1 | -12/+12 | |
| kkirsche-patch-21 | |||||
| 2016-09-07 | grunt | Mark Otto | 8 | -20/+22 | |
| 2016-09-07 | Fix docs for heading sizes (#20646) | Igor Tarasov | 1 | -6/+6 | |
| * Fix docs for heading sizes (sizes here were from v3) * Added rem sizes to header size docs * Fixed erroneous px sizes | |||||
| 2016-09-07 | v4: Card image fixes (#20667) | Mark Otto | 3 | -5/+5 | |
| * Add .img-fluid to card images in columns to ensure proper resizing * change that variable from regular value to variable * use calc to figure out a tighter border for card images | |||||
| 2016-09-07 | fixes #20655: Update font stack list in the Reboot docs to match current CSS ↵ | Mark Otto | 1 | -8/+0 | |
| usage (#20666) | |||||
| 2016-09-07 | Fix #20654 by reverting #20447 (#20665) | Mark Otto | 1 | -0/+1 | |
| Cards must be inline-block in columns, otherwise they can get split across columns | |||||
| 2016-09-06 | Update Bower url (HTTP to HTTPS) (#20658) | Juno_okyo | 1 | -1/+1 | |
| [ci skip] | |||||
| 2016-09-07 | Merge #20563 and #20567 | J2TeaM | 2 | -6/+2 | |
| 2016-09-07 | Fix eslint (prefer-template) | J2TeaM | 1 | -2/+2 | |
| 2016-09-07 | Remove classes at one time | J2TeaM | 1 | -8/+3 | |
| 2016-09-05 | Add Edge entry for #20507 to Wall of Browser Bugs | Chris Rebert | 1 | -0/+10 | |
| Closes #20507 [skip sauce] | |||||
| 2016-09-05 | ads in content, sidebar changes, etc | Mark Otto | 4 | -8/+33 | |
| 2016-09-05 | nav changes | Mark Otto | 2 | -5/+5 | |
| 2016-09-05 | try out docs inline | Mark Otto | 1 | -0/+2 | |
| 2016-09-05 | migration copy | Mark Otto | 1 | -1/+1 | |
| 2016-09-05 | Merge branch 'v4-dev' into v4-docs-streamlined | Mark Otto | 68 | -261/+207 | |
| 2016-09-05 | hide page header for now, border top nav, sticky sidebar | Mark Otto | 4 | -2/+12 | |
| 2016-09-05 | Move Sauce credentials out of .travis.yml | Chris Rebert | 1 | -4/+0 | |
| For the sake of cleanliness. | |||||
