aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-10-09Change sm grid breakpoint and container max-widthMark Otto1-2/+2
Makes it so that the container is no longer wider than the breakpoint used in the media query. This was never really an issue in rendering as the max-width handled it appropriately, but the mismatch was still incorrect. Fixes #18054
2016-10-09Move from max-width to width for containers, plus a max-width 100%Mark Otto1-1/+2
- Fixes issues between float and flex grid systems where container wouldn't fill the available width in Chrome & FF (but would in Safari) - Fixes #20681 - Fixes #17621 (basically same issue as above issue)
2016-10-09Drop the -font-size variable for the newer -size-sm oneMark Otto2-3/+1
Originally -font-size was added in v3 to set the font-size of the <small> element. Now that we have newer, global type variables, we can use those instead for these kind of things. Fixes #20859
2016-10-09Update the grid table heading to clarify max width over widthMark Otto1-1/+1
Fixes #20688
2016-10-09Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-1/+2
2016-10-09gruntMark Otto34-115/+137
2016-10-09Update dependencies, including Babel to v6 and zeroUnits fix.Bardi Harborow19-2902/+4118
2016-10-07Update devDependencies badge link.Vasily Artemchuk1-1/+1
2016-10-06Mark icon-fonts.md docs as not-yet-written (#20850)Seth Broweleit1-0/+1
[ci skip]
2016-10-06README: Tweak linkage & capitalization (#20853)Rafael Corrêa Gomes1-1/+1
[ci skip]
2016-10-05Fix Hound warnings for minified files. (#20446)Bardi Harborow1-0/+3
2016-10-03Remove `-webkit-overflow-scrolling: touch` due to an iOS Safari bug (#20803)Chris Rebert1-1/+3
See https://bugs.webkit.org/show_bug.cgi?id=158342 Fixes #17695
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow61-122/+122
2016-10-03Follow-up fix to #20821Patrick H. Lauke1-3/+3
With apologies, copy/paste error following on from trying to fix conflicting Hound/Travis checks for https://github.com/twbs/bootstrap/pull/20821/ slipped through before I noticed them.
2016-10-03Merge pull request #20821 from patrickhlauke/v4-h5bp-printPatrick H. Lauke1-4/+10
Update print styles borrowed from h5bp
2016-10-02Show clearfix for examples for xs/sm devices (#19287)David Beitey1-6/+6
Change `hidden-sm-up` to `hidden-md-up` as the clearfix divs should be visible on both `xs` and `sm` devices (widths of 6 columns).
2016-10-02Updated documentation of the focus option from the modal component. (#19409)Patrick van Hesteren1-0/+6
2016-10-02Fixes #20566 (#20768)Matt Viteri1-3/+12
2016-10-02Flexbox grid updates (#20829)Mark Otto1-2/+5
* Fixes #20775 without adding extra width and an important flag * Since we're now getting the extend, we don't need the extra position relative * rerrange * getting min-height from the extend already
2016-10-02gruntMark Otto24-168/+162
2016-10-02update commentMark Otto1-2/+1
2016-10-02remove the margin there since it's in normalizeMark Otto1-2/+0
2016-10-02Merge branch 'patch-1' of https://github.com/bardiharborow/bootstrap into ↵Mark Otto3-54/+54
bardiharborow-patch-1
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