aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-09-16Remove hard-coded value in button-outline-variantBeau Smith1-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-15fix that navbar toggler example in docsMark Otto1-3/+1
2016-09-15Fixes #20543: Significantly darken the links in default navbarsMark Otto1-4/+4
2016-09-15Merge branch 'v4-dev' into v4-navbarsMark Otto154-1028/+21154
2016-09-15replace some profanities (#20715)VarelloThemes2-2/+2
2016-09-13Add breakpoint-specific gutters.Kovah8-36/+87
2016-09-12Grid mixins docs should match source code (#20705)Nick1-8/+10
2016-09-12Remove fixed Edge <input type="file"> bug from the WallChris Rebert1-10/+0
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8282613/ has been marked as Fixed. Refs #20335. [skip sauce]
2016-09-11gruntMark Otto16-12/+16
2016-09-11Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devMark Otto1-0/+1
2016-09-11gruntMark Otto16-16/+44
2016-09-11Have same margin for <hN> as a <div> on .card-headers (#19048)mkroeders1-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-11added text-gray-dark class (#19847)Edd Yerburgh1-0/+4
2016-09-11Removing a redundant background-color declaration. (#20698)Chris Garcia1-1/+0
2016-09-11woof, first grunt after building all the dist lolMark Otto32-8/+17052
2016-09-11.form-control:focus customization (#20436)NicoLB2-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-11Fixes #19466: Document the flexbox order utils (#20697)Mark Otto1-0/+22
2016-09-11v4: Update tooltip placement docs (#20696)Mark Otto2-1/+5
* Fixes #19796: Remove mention of tooltip auto placement * add note to migration docs
2016-09-11Update gruntfile to compile the Sass extras (flex, grid, and reboot) as part ↵Mark Otto1-1/+1
of the dist-css task (#20682)
2016-09-11Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devMark Otto1-0/+10
2016-09-11Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devMark Otto1-0/+30
2016-09-11Add Selectors Level 4 :nth-child() to Most Wanted features for EdgeChris Rebert1-0/+10
h/t @bardiharborow for opening https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/15944476 Refs #20143 [skip sauce]
2016-09-11Swap for custom svg background that we can embed to set the color of the ↵Mark Otto2-7/+15
stroke via Sass variable
2016-09-11Add transitioncancel to Most Wanted list for Chrome, Safari, Edge (#20618)Chris Rebert1-0/+30
[skip sauce]
2016-09-11Merge branch 'v4-hamburger-fix2' of ↵Mark Otto9-31/+16
https://github.com/patrickhlauke/bootstrap into patrickhlauke-v4-hamburger-fix2
2016-09-11Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devMark Otto1-2/+2
2016-09-11gruntMark Otto8-38/+28
2016-09-11Fix CSS and JS hashes for 4.0.0-alpha.4 (#20692) (#20694)Anatoly Kamchatnov1-2/+2
2016-09-09update nav.ymlMark Otto1-1/+0
2016-09-08Add new border utilsMark Otto6-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-08updated docs to reflect change in img-rounded classjudetucker2-12/+12
2016-09-08resolves #20266judetucker1-1/+1
2016-09-08Revamp background utilities and add new .text-white utilityMark Otto3-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-08Update docs to use new spacing util class namesMark Otto10-28/+28
2016-09-08Rename margin and padding utilities from .{property}-{side} to ↵Mark Otto1-8/+8
.{property}{side} without the extra dash
2016-09-08Docs: Breaks out Utilities into separate section and optimizes its pages ↵Kovah14-367/+436
(#20678)
2016-09-08v4: Custom checkbox and radio alignment (#20671)Mark Otto1-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-08Add Brazilian Portuguese in translations (#20673)Adam Macias1-0/+5
2016-09-08#14840 - Use color variables consistentlyKovah1-33/+33
Replaces some raw colors with the appropriate color variables Example: #eee will be replaced by $gray-lighter (#eceeef)
2016-09-07Follow up fix for #20667 (#20672)Mark Otto1-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-07fix spacing a bitMark Otto1-6/+6
2016-09-07Merge branch 'patch-21' of https://github.com/kkirsche/bootstrap into ↵Mark Otto1-12/+12
kkirsche-patch-21
2016-09-07gruntMark Otto8-20/+22
2016-09-07Fix docs for heading sizes (#20646)Igor Tarasov1-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-07v4: Card image fixes (#20667)Mark Otto3-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-07fixes #20655: Update font stack list in the Reboot docs to match current CSS ↵Mark Otto1-8/+0
usage (#20666)
2016-09-07Fix #20654 by reverting #20447 (#20665)Mark Otto1-0/+1
Cards must be inline-block in columns, otherwise they can get split across columns
2016-09-06Update Bower url (HTTP to HTTPS) (#20658)Juno_okyo1-1/+1
[ci skip]
2016-09-07Merge #20563 and #20567J2TeaM2-6/+2
2016-09-07Fix eslint (prefer-template)J2TeaM1-2/+2