aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-10-02gruntMark Otto35-124/+492
2016-10-02Comment that out for now since it's causing errorsMark Otto1-1/+1
2016-10-02Merge branch 'v4-dev' into v4-navbarsMark Otto66-56/+220
2016-10-02fix typosMark Otto1-4/+4
2016-10-02Merge branch 'customizable-grid-gutters-per-breakpoint' of ↵Mark Otto8-36/+87
https://github.com/pixelbandito/bootstrap into pixelbandito-customizable-grid-gutters-per-breakpoint
2016-10-02Ports changes from #20258 to v4 (#20828)Mark Otto1-0/+1
2016-10-02Only override input border-radius as part of .form-control to avoid bug with ↵Mark Otto2-3/+9
iOS Safari (alt fix for #20247) (#20695)
2016-10-02Document that all table styles are inherited (#20699)Mark Otto1-1/+1
2016-10-02Fixes #20118: Add and use Sass variables to control the color of our ↵Mark Otto1-7/+15
embedded SVGs for custom form elements (#20700)
2016-10-02v4: Dropdown units (#20701)Mark Otto2-5/+6
* Fixes #19784: Move from pixels to rems, add a margin-bottom: 0; to keep things aligned * lintiong
2016-10-02Remove the margin-bottom from <label>s in .btn-groups (#20827)Mark Otto1-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-02v4: Social meta tags (#20825)Mark Otto53-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-02Fixes #20799: Apply same color change to disabled inline radios/checkboxes ↵Mark Otto1-0/+1
(#20826)
2016-10-02Update print styles borrowed from h5bpPatrick H. Lauke1-4/+10
most notable change: - fixes print/print preview crash in IE11 (caused by `*:first-line` selector)
2016-09-26Rename pull-*-{left|right} classes to .float-*-left and .float-*-rightMark Otto20-55/+55
2016-09-23Upgrade to normalize.css v4.2.0 and fix Hound exclusion.Bardi Harborow3-54/+54
2016-09-22Merge pull request #20764 from patrickhlauke/v4-devPatrick H. Lauke1-0/+10
Add Edge#9011176 bug (visual artifacts in scrollable dialogs)
2016-09-22Add Edge#9011176 bug (visual artifacts in scrollable dialogs)Patrick H. Lauke1-0/+10
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