]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
8 years agoEnsure input groups behavior appropriately in inline forms 20868/head
Mark Otto [Sun, 9 Oct 2016 23:00:30 +0000 (16:00 -0700)] 
Ensure input groups behavior appropriately in inline forms

Overrides the default width: 100% with an auto. Fixes #20752.

8 years agoseparate out the custom html example
Mark Otto [Sun, 9 Oct 2016 22:35:52 +0000 (15:35 -0700)] 
separate out the custom html example

8 years agoMerge branch 'v4-dev' of https://github.com/dumb/bootstrap into dumb-v4-dev
Mark Otto [Sun, 9 Oct 2016 22:29:26 +0000 (15:29 -0700)] 
Merge branch 'v4-dev' of https://github.com/dumb/bootstrap into dumb-v4-dev

8 years agogrunt
Mark Otto [Sun, 9 Oct 2016 22:02:49 +0000 (15:02 -0700)] 
grunt

8 years agoMerge pull request #20867 from twbs/dedupe-sm-vars
Mark Otto [Sun, 9 Oct 2016 22:00:11 +0000 (15:00 -0700)] 
Merge pull request #20867 from twbs/dedupe-sm-vars

Drop the $small-font-size variable for the newer $font-size-sm one

8 years agoMerge pull request #20864 from twbs/fix-20688
Mark Otto [Sun, 9 Oct 2016 21:57:31 +0000 (14:57 -0700)] 
Merge pull request #20864 from twbs/fix-20688

Update the grid table heading to clarify max width over width

8 years agoMerge pull request #20684 from twbs/v4-utils
Mark Otto [Sun, 9 Oct 2016 21:54:57 +0000 (14:54 -0700)] 
Merge pull request #20684 from twbs/v4-utils

v4: The Utilities Update

8 years agoMerge pull request #20865 from twbs/v4-container-widths
Mark Otto [Sun, 9 Oct 2016 21:52:14 +0000 (14:52 -0700)] 
Merge pull request #20865 from twbs/v4-container-widths

v4: Grid adjustments

8 years agoMerge branch 'v4-dev' into v4-utils 20684/head
Mark Otto [Sun, 9 Oct 2016 21:36:43 +0000 (14:36 -0700)] 
Merge branch 'v4-dev' into v4-utils

8 years agoRemove display from the .img-fluid utility
Mark Otto [Sun, 9 Oct 2016 21:14:39 +0000 (14:14 -0700)] 
Remove display from the .img-fluid utility

Creating max-width images is not dependent on the display, so setting it is redundant. Cleans up the comments and implementation of the mixin as well.

Fixes #20767

8 years agoUpdate grid docs mention of gutter width value (no more rems for awhile now) 20865/head
Mark Otto [Sun, 9 Oct 2016 20:51:59 +0000 (13:51 -0700)] 
Update grid docs mention of gutter width value (no more rems for awhile now)

8 years agoUpdate grid docs to use new values for grid breakpoints and containers
Mark Otto [Sun, 9 Oct 2016 20:51:05 +0000 (13:51 -0700)] 
Update grid docs to use new values for grid breakpoints and containers

8 years agoChange 940px breakpoint to 960px so that all widths are divisible by 12
Mark Otto [Sun, 9 Oct 2016 20:49:11 +0000 (13:49 -0700)] 
Change 940px breakpoint to 960px so that all widths are divisible by 12

Fixes #18510

8 years agoChange sm grid breakpoint and container max-width
Mark Otto [Sun, 9 Oct 2016 20:17:50 +0000 (13:17 -0700)] 
Change sm grid breakpoint and container max-width

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

8 years agoMove from max-width to width for containers, plus a max-width 100%
Mark Otto [Sun, 9 Oct 2016 20:14:10 +0000 (13:14 -0700)] 
Move from max-width to width for containers, plus a max-width 100%

- 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)

8 years agoDrop the -font-size variable for the newer -size-sm one 20867/head
Mark Otto [Sun, 9 Oct 2016 19:45:58 +0000 (12:45 -0700)] 
Drop the -font-size variable for the newer -size-sm one

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

8 years agoUpdate the grid table heading to clarify max width over width 20864/head
Mark Otto [Sun, 9 Oct 2016 19:42:36 +0000 (12:42 -0700)] 
Update the grid table heading to clarify max width over width

Fixes #20688

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 9 Oct 2016 19:40:03 +0000 (12:40 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agogrunt
Mark Otto [Sun, 9 Oct 2016 19:39:56 +0000 (12:39 -0700)] 
grunt

8 years agoMark icon-fonts.md docs as not-yet-written (#20850)
Seth Broweleit [Fri, 7 Oct 2016 06:59:19 +0000 (00:59 -0600)] 
Mark icon-fonts.md docs as not-yet-written (#20850)

[ci skip]

8 years agoREADME: Tweak linkage & capitalization (#20853)
Rafael CorrĂȘa Gomes [Fri, 7 Oct 2016 06:54:19 +0000 (03:54 -0300)] 
README: Tweak linkage & capitalization (#20853)

[ci skip]

8 years agoFix Hound warnings for minified files. (#20446)
Bardi Harborow [Thu, 6 Oct 2016 03:12:24 +0000 (14:12 +1100)] 
Fix Hound warnings for minified files. (#20446)

8 years agoRemove `-webkit-overflow-scrolling: touch` due to an iOS Safari bug (#20803)
Chris Rebert [Tue, 4 Oct 2016 04:36:46 +0000 (21:36 -0700)] 
Remove `-webkit-overflow-scrolling: touch` due to an iOS Safari bug (#20803)

See https://bugs.webkit.org/show_bug.cgi?id=158342
Fixes #17695

8 years agoFix broken/redirected links, moving to HTTPS where possible. (#20557)
Bardi Harborow [Mon, 3 Oct 2016 16:55:59 +0000 (02:55 +1000)] 
Fix broken/redirected links, moving to HTTPS where possible. (#20557)

8 years agoFollow-up fix to #20821
Patrick H. Lauke [Mon, 3 Oct 2016 09:13:58 +0000 (10:13 +0100)] 
Follow-up fix to #20821

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.

8 years agoMerge pull request #20821 from patrickhlauke/v4-h5bp-print
Patrick H. Lauke [Mon, 3 Oct 2016 09:00:09 +0000 (10:00 +0100)] 
Merge pull request #20821 from patrickhlauke/v4-h5bp-print

Update print styles borrowed from h5bp

8 years agoShow clearfix for examples for xs/sm devices (#19287)
David Beitey [Mon, 3 Oct 2016 06:21:15 +0000 (16:21 +1000)] 
Show clearfix for examples for xs/sm devices (#19287)

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).

8 years agoUpdated documentation of the focus option from the modal component. (#19409)
Patrick van Hesteren [Mon, 3 Oct 2016 06:05:59 +0000 (08:05 +0200)] 
Updated documentation of the focus option from the modal component. (#19409)

8 years agoFixes #20566 (#20768)
Matt Viteri [Mon, 3 Oct 2016 04:23:04 +0000 (23:23 -0500)] 
Fixes #20566 (#20768)

8 years agoFlexbox grid updates (#20829)
Mark Otto [Mon, 3 Oct 2016 04:10:06 +0000 (21:10 -0700)] 
Flexbox grid updates (#20829)

* 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

8 years agogrunt
Mark Otto [Mon, 3 Oct 2016 03:39:19 +0000 (20:39 -0700)] 
grunt

8 years agoupdate comment
Mark Otto [Mon, 3 Oct 2016 03:36:49 +0000 (20:36 -0700)] 
update comment

8 years agoremove the margin there since it's in normalize
Mark Otto [Mon, 3 Oct 2016 03:36:31 +0000 (20:36 -0700)] 
remove the margin there since it's in normalize

8 years agoMerge branch 'patch-1' of https://github.com/bardiharborow/bootstrap into bardiharbor...
Mark Otto [Mon, 3 Oct 2016 03:32:42 +0000 (20:32 -0700)] 
Merge branch 'patch-1' of https://github.com/bardiharborow/bootstrap into bardiharborow-patch-1

8 years agogrunt
Mark Otto [Mon, 3 Oct 2016 02:40:39 +0000 (19:40 -0700)] 
grunt

8 years agoComment that out for now since it's causing errors
Mark Otto [Mon, 3 Oct 2016 02:28:52 +0000 (19:28 -0700)] 
Comment that out for now since it's causing errors

8 years agofix typos
Mark Otto [Mon, 3 Oct 2016 02:23:10 +0000 (19:23 -0700)] 
fix typos

8 years agoMerge branch 'customizable-grid-gutters-per-breakpoint' of https://github.com/pixelba...
Mark Otto [Mon, 3 Oct 2016 02:10:25 +0000 (19:10 -0700)] 
Merge branch 'customizable-grid-gutters-per-breakpoint' of https://github.com/pixelbandito/bootstrap into pixelbandito-customizable-grid-gutters-per-breakpoint

8 years agoPorts changes from #20258 to v4 (#20828)
Mark Otto [Mon, 3 Oct 2016 01:42:39 +0000 (18:42 -0700)] 
Ports changes from #20258 to v4 (#20828)

8 years agoOnly override input border-radius as part of .form-control to avoid bug with iOS...
Mark Otto [Mon, 3 Oct 2016 01:28:37 +0000 (18:28 -0700)] 
Only override input border-radius as part of .form-control to avoid bug with iOS Safari (alt fix for #20247) (#20695)

8 years agoDocument that all table styles are inherited (#20699)
Mark Otto [Mon, 3 Oct 2016 01:27:53 +0000 (18:27 -0700)] 
Document that all table styles are inherited (#20699)

8 years agoFixes #20118: Add and use Sass variables to control the color of our embedded SVGs...
Mark Otto [Mon, 3 Oct 2016 01:27:03 +0000 (18:27 -0700)] 
Fixes #20118: Add and use Sass variables to control the color of our embedded SVGs for custom form elements (#20700)

8 years agov4: Dropdown units (#20701)
Mark Otto [Mon, 3 Oct 2016 01:25:51 +0000 (18:25 -0700)] 
v4: Dropdown units  (#20701)

* Fixes #19784: Move from pixels to rems, add a margin-bottom: 0; to keep things aligned

* lintiong

8 years agoRemove the margin-bottom from <label>s in .btn-groups (#20827)
Mark Otto [Mon, 3 Oct 2016 01:22:53 +0000 (18:22 -0700)] 
Remove the margin-bottom from <label>s in .btn-groups (#20827)

- 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

8 years agov4: Social meta tags (#20825)
Mark Otto [Mon, 3 Oct 2016 01:19:47 +0000 (18:19 -0700)] 
v4: Social meta tags (#20825)

* 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

8 years agoFixes #20799: Apply same color change to disabled inline radios/checkboxes (#20826)
Mark Otto [Mon, 3 Oct 2016 01:15:55 +0000 (18:15 -0700)] 
Fixes #20799: Apply same color change to disabled inline radios/checkboxes (#20826)

8 years agoUpdate print styles borrowed from h5bp 20821/head
Patrick H. Lauke [Sun, 2 Oct 2016 15:17:59 +0000 (16:17 +0100)] 
Update print styles borrowed from h5bp

most notable change:
- fixes print/print preview crash in IE11 (caused by `*:first-line`
selector)

8 years agoRename pull-*-{left|right} classes to .float-*-left and .float-*-right
Mark Otto [Mon, 26 Sep 2016 07:54:10 +0000 (00:54 -0700)] 
Rename pull-*-{left|right} classes to .float-*-left and .float-*-right

8 years agoUpgrade to normalize.css v4.2.0 and fix Hound exclusion. 20428/head
Bardi Harborow [Tue, 2 Aug 2016 05:17:24 +0000 (15:17 +1000)] 
Upgrade to normalize.css v4.2.0 and fix Hound exclusion.

8 years agoMerge pull request #20764 from patrickhlauke/v4-dev
Patrick H. Lauke [Thu, 22 Sep 2016 09:54:49 +0000 (10:54 +0100)] 
Merge pull request #20764 from patrickhlauke/v4-dev

Add Edge#9011176 bug (visual artifacts in scrollable dialogs)

8 years agoAdd Edge#9011176 bug (visual artifacts in scrollable dialogs) 20764/head
Patrick H. Lauke [Thu, 22 Sep 2016 09:48:05 +0000 (10:48 +0100)] 
Add Edge#9011176 bug (visual artifacts in scrollable dialogs)

8 years agoreplace some profanities (#20715)
VarelloThemes [Thu, 15 Sep 2016 16:39:31 +0000 (17:39 +0100)] 
replace some profanities (#20715)

8 years agoAdd breakpoint-specific gutters. 17481/head
Kovah [Fri, 9 Sep 2016 04:48:17 +0000 (06:48 +0200)] 
Add breakpoint-specific gutters.

8 years agoGrid mixins docs should match source code (#20705)
Nick [Tue, 13 Sep 2016 05:31:05 +0000 (07:31 +0200)] 
Grid mixins docs should match source code (#20705)

8 years agoRemove fixed Edge <input type="file"> bug from the Wall
Chris Rebert [Mon, 12 Sep 2016 23:19:29 +0000 (16:19 -0700)] 
Remove fixed Edge <input type="file"> bug from the Wall

https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8282613/ has been marked as Fixed.
Refs #20335.

[skip sauce]

8 years agogrunt
Mark Otto [Mon, 12 Sep 2016 06:52:47 +0000 (23:52 -0700)] 
grunt

8 years agoMerge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Mon, 12 Sep 2016 06:51:11 +0000 (23:51 -0700)] 
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev

8 years agogrunt
Mark Otto [Mon, 12 Sep 2016 06:50:50 +0000 (23:50 -0700)] 
grunt

8 years agoHave same margin for <hN> as a <div> on .card-headers (#19048)
mkroeders [Mon, 12 Sep 2016 06:32:51 +0000 (08:32 +0200)] 
Have same margin for <hN> as a <div> on .card-headers (#19048)

* 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

8 years agoadded text-gray-dark class (#19847)
Edd Yerburgh [Mon, 12 Sep 2016 06:03:12 +0000 (07:03 +0100)] 
added text-gray-dark class (#19847)

8 years agoRemoving a redundant background-color declaration. (#20698)
Chris Garcia [Mon, 12 Sep 2016 05:50:14 +0000 (00:50 -0500)] 
Removing a redundant background-color declaration. (#20698)

8 years agowoof, first grunt after building all the dist lol
Mark Otto [Mon, 12 Sep 2016 05:34:25 +0000 (22:34 -0700)] 
woof, first grunt after building all the dist lol

8 years ago.form-control:focus customization (#20436)
NicoLB [Mon, 12 Sep 2016 05:32:33 +0000 (15:32 +1000)] 
.form-control:focus customization (#20436)

* Allow variables input-bg-focus and input-color-focus to be overridden.
* More consistency and control to customize shadows on .form-control:focus

8 years agoFixes #19466: Document the flexbox order utils (#20697)
Mark Otto [Mon, 12 Sep 2016 05:31:26 +0000 (22:31 -0700)] 
Fixes #19466: Document the flexbox order utils (#20697)

8 years agov4: Update tooltip placement docs (#20696)
Mark Otto [Mon, 12 Sep 2016 05:30:37 +0000 (22:30 -0700)] 
v4: Update tooltip placement docs (#20696)

* Fixes #19796: Remove mention of tooltip auto placement

* add note to migration docs

8 years agoUpdate gruntfile to compile the Sass extras (flex, grid, and reboot) as part of the...
Mark Otto [Mon, 12 Sep 2016 05:29:45 +0000 (22:29 -0700)] 
Update gruntfile to compile the Sass extras (flex, grid, and reboot) as part of the dist-css task (#20682)

8 years agoMerge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Mon, 12 Sep 2016 05:27:43 +0000 (22:27 -0700)] 
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev

8 years agoMerge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Mon, 12 Sep 2016 05:27:12 +0000 (22:27 -0700)] 
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev

8 years agoAdd Selectors Level 4 :nth-child() to Most Wanted features for Edge
Chris Rebert [Mon, 12 Sep 2016 05:27:11 +0000 (22:27 -0700)] 
Add Selectors Level 4 :nth-child() to Most Wanted features for Edge

h/t @bardiharborow for opening https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/15944476
Refs #20143
[skip sauce]

8 years agoSwap for custom svg background that we can embed to set the color of the stroke via...
Mark Otto [Mon, 12 Sep 2016 05:25:42 +0000 (22:25 -0700)] 
Swap for custom svg background that we can embed to set the color of the stroke via Sass variable

8 years agoAdd transitioncancel to Most Wanted list for Chrome, Safari, Edge (#20618)
Chris Rebert [Mon, 12 Sep 2016 05:21:12 +0000 (22:21 -0700)] 
Add transitioncancel to Most Wanted list for Chrome, Safari, Edge (#20618)

[skip sauce]

8 years agoMerge branch 'v4-hamburger-fix2' of https://github.com/patrickhlauke/bootstrap into...
Mark Otto [Mon, 12 Sep 2016 04:57:38 +0000 (21:57 -0700)] 
Merge branch 'v4-hamburger-fix2' of https://github.com/patrickhlauke/bootstrap into patrickhlauke-v4-hamburger-fix2

8 years agoMerge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Mon, 12 Sep 2016 04:57:27 +0000 (21:57 -0700)] 
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev

8 years agogrunt
Mark Otto [Mon, 12 Sep 2016 03:51:07 +0000 (20:51 -0700)] 
grunt

8 years agoFix CSS and JS hashes for 4.0.0-alpha.4 (#20692) (#20694)
Anatoly Kamchatnov [Mon, 12 Sep 2016 02:53:36 +0000 (06:53 +0400)] 
Fix CSS and JS hashes for 4.0.0-alpha.4 (#20692) (#20694)

8 years agoupdate nav.yml
Mark Otto [Sat, 10 Sep 2016 04:24:27 +0000 (21:24 -0700)] 
update nav.yml

8 years agoAdd new border utils
Mark Otto [Fri, 9 Sep 2016 06:21:40 +0000 (23:21 -0700)] 
Add new border utils

- 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

8 years agoupdated docs to reflect change in img-rounded class
judetucker [Tue, 26 Jul 2016 04:30:48 +0000 (21:30 -0700)] 
updated docs to reflect change in img-rounded class

8 years agoresolves #20266
judetucker [Tue, 26 Jul 2016 04:06:07 +0000 (21:06 -0700)] 
resolves #20266

8 years agoRevamp background utilities and add new .text-white utility
Mark Otto [Fri, 9 Sep 2016 05:18:40 +0000 (22:18 -0700)] 
Revamp background utilities and add new .text-white utility

- 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

8 years agoUpdate docs to use new spacing util class names
Mark Otto [Fri, 9 Sep 2016 05:16:28 +0000 (22:16 -0700)] 
Update docs to use new spacing util class names

8 years agoRename margin and padding utilities from .{property}-{side} to .{property}{side}...
Mark Otto [Fri, 9 Sep 2016 05:15:34 +0000 (22:15 -0700)] 
Rename margin and padding utilities from .{property}-{side} to .{property}{side} without the extra dash

8 years agoDocs: Breaks out Utilities into separate section and optimizes its pages (#20678)
Kovah [Fri, 9 Sep 2016 04:48:17 +0000 (06:48 +0200)] 
Docs: Breaks out Utilities into separate section and optimizes its pages (#20678)

8 years agov4: Custom checkbox and radio alignment (#20671)
Mark Otto [Fri, 9 Sep 2016 04:26:19 +0000 (21:26 -0700)] 
v4: Custom checkbox and radio alignment (#20671)

* 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

8 years agoAdd Brazilian Portuguese in translations (#20673)
Adam Macias [Thu, 8 Sep 2016 16:19:11 +0000 (13:19 -0300)] 
Add Brazilian Portuguese in translations (#20673)

8 years agoFollow up fix for #20667 (#20672)
Mark Otto [Thu, 8 Sep 2016 04:25:14 +0000 (21:25 -0700)] 
Follow up fix for #20667 (#20672)

Use proper Sass variable interpolation to ensure the proper values are compiled and not the literal string of the variable name

8 years agofix spacing a bit
Mark Otto [Thu, 8 Sep 2016 04:21:30 +0000 (21:21 -0700)] 
fix spacing a bit

8 years agoMerge branch 'patch-21' of https://github.com/kkirsche/bootstrap into kkirsche-patch-21
Mark Otto [Thu, 8 Sep 2016 04:08:02 +0000 (21:08 -0700)] 
Merge branch 'patch-21' of https://github.com/kkirsche/bootstrap into kkirsche-patch-21

8 years agogrunt
Mark Otto [Thu, 8 Sep 2016 04:07:52 +0000 (21:07 -0700)] 
grunt

8 years agoFix docs for heading sizes (#20646)
Igor Tarasov [Thu, 8 Sep 2016 03:44:28 +0000 (07:44 +0400)] 
Fix docs for heading sizes (#20646)

* Fix docs for heading sizes (sizes here were from v3)
* Added rem sizes to header size docs
* Fixed erroneous px sizes

8 years agov4: Card image fixes (#20667)
Mark Otto [Thu, 8 Sep 2016 03:40:12 +0000 (20:40 -0700)] 
v4: Card image fixes (#20667)

* 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

8 years agofixes #20655: Update font stack list in the Reboot docs to match current CSS usage...
Mark Otto [Thu, 8 Sep 2016 03:39:33 +0000 (20:39 -0700)] 
fixes #20655: Update font stack list in the Reboot docs to match current CSS usage (#20666)

8 years agoFix #20654 by reverting #20447 (#20665)
Mark Otto [Thu, 8 Sep 2016 03:38:11 +0000 (20:38 -0700)] 
Fix #20654 by reverting #20447 (#20665)

Cards must be inline-block in columns, otherwise they can get split across columns

8 years agoUpdate Bower url (HTTP to HTTPS) (#20658)
Juno_okyo [Wed, 7 Sep 2016 04:23:54 +0000 (11:23 +0700)] 
Update Bower url (HTTP to HTTPS) (#20658)

[ci skip]

8 years agoAdd Edge entry for #20507 to Wall of Browser Bugs
Chris Rebert [Tue, 6 Sep 2016 05:55:26 +0000 (22:55 -0700)] 
Add Edge entry for #20507 to Wall of Browser Bugs

Closes #20507

[skip sauce]

8 years agoMove Sauce credentials out of .travis.yml
Chris Rebert [Mon, 5 Sep 2016 22:55:22 +0000 (15:55 -0700)] 
Move Sauce credentials out of .travis.yml

For the sake of cleanliness.

8 years agonew hashes v4.0.0-alpha.4
Mark Otto [Mon, 5 Sep 2016 19:47:14 +0000 (12:47 -0700)] 
new hashes

8 years agogrunt
Mark Otto [Mon, 5 Sep 2016 19:42:12 +0000 (12:42 -0700)] 
grunt

8 years agoversions
Mark Otto [Mon, 5 Sep 2016 19:41:44 +0000 (12:41 -0700)] 
versions

8 years agogrunt
Mark Otto [Mon, 5 Sep 2016 19:37:47 +0000 (12:37 -0700)] 
grunt