-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: updating CDN paths prior to release
- Loading branch information
1 parent
00e702b
commit 3c2c6e7
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<div id="cdn"> | ||
<h2>CDN</h2> | ||
<p>A CSS file containing the full collection of modules (except grid) for small screens is available via the following url:</p> | ||
<p><a href="http://ir.ebaystatic.com/cr/v/c1/skin/v6.1.0/ds4/skin.min.css">https://ir.ebaystatic.com/cr/v/c1/skin/v6.1.0/ds4/skin.min.css</a></p> | ||
<p><a href="http://ir.ebaystatic.com/cr/v/c1/skin/v6.2.0/ds4/skin.min.css">https://ir.ebaystatic.com/cr/v/c1/skin/v6.2.0/ds4/skin.min.css</a></p> | ||
<p>A small CSS file containing only the additional rules for large screens, for an adaptive approach, is also available:</p> | ||
<p><a href="http://ir.ebaystatic.com/cr/v/c1/skin/v6.1.0/ds4/skin-large.min.css">https://ir.ebaystatic.com/cr/v/c1/skin/v6.1.0/ds4/skin-large.min.css</a></p> | ||
<p><a href="http://ir.ebaystatic.com/cr/v/c1/skin/v6.2.0/ds4/skin-large.min.css">https://ir.ebaystatic.com/cr/v/c1/skin/v6.2.0/ds4/skin-large.min.css</a></p> | ||
<p>Finally, a CSS file containing all rules (with the large rules contained in a media query) is available at:</p> | ||
<p><a href="http://ir.ebaystatic.com/cr/v/c1/skin/v6.1.0/ds4/skin-full.min.css">https://ir.ebaystatic.com/cr/v/c1/skin/v6.1.0/ds4/skin-full.min.css</a></p> | ||
<p><a href="http://ir.ebaystatic.com/cr/v/c1/skin/v6.2.0/ds4/skin-full.min.css">https://ir.ebaystatic.com/cr/v/c1/skin/v6.2.0/ds4/skin-full.min.css</a></p> | ||
<p>Using this "full" file effectively means that your site is opting into a responsive approach rather than adaptive.</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters