mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-09-01 17:12:37 +02:00
update version and make test page protocol agnostic
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/*! destyle.css v1.0.6 | MIT License | https://github.com/nicolas-cusan/destyle.css */
|
/*! destyle.css v1.0.7 | MIT License | https://github.com/nicolas-cusan/destyle.css */
|
||||||
|
|
||||||
/* Reset box-model
|
/* Reset box-model
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
@@ -245,12 +245,12 @@
|
|||||||
<header><h2>Images</h2></header>
|
<header><h2>Images</h2></header>
|
||||||
<div>
|
<div>
|
||||||
<h3>No <code><figure></code> element</h3>
|
<h3>No <code><figure></code> element</h3>
|
||||||
<p><img src="http://placekitten.com/480/480" alt="Image alt text"></p>
|
<p><img src="//placekitten.com/480/480" alt="Image alt text"></p>
|
||||||
<h3>Wrapped in a <code><figure></code> element, no <code><figcaption></code></h3>
|
<h3>Wrapped in a <code><figure></code> element, no <code><figcaption></code></h3>
|
||||||
<figure><img src="http://placekitten.com/420/420" alt="Image alt text"></figure>
|
<figure><img src="//placekitten.com/420/420" alt="Image alt text"></figure>
|
||||||
<h3>Wrapped in a <code><figure></code> element, with a <code><figcaption></code></h3>
|
<h3>Wrapped in a <code><figure></code> element, with a <code><figcaption></code></h3>
|
||||||
<figure>
|
<figure>
|
||||||
<img src="http://placekitten.com/420/420" alt="Image alt text">
|
<img src="//placekitten.com/420/420" alt="Image alt text">
|
||||||
<figcaption>Here is a caption for this image.</figcaption>
|
<figcaption>Here is a caption for this image.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user