aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/adjacent_sibling_combinator/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/css/adjacent_sibling_combinator/index.html')
-rw-r--r--files/fr/web/css/adjacent_sibling_combinator/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/files/fr/web/css/adjacent_sibling_combinator/index.html b/files/fr/web/css/adjacent_sibling_combinator/index.html
index a359824b96..c6100f0b8e 100644
--- a/files/fr/web/css/adjacent_sibling_combinator/index.html
+++ b/files/fr/web/css/adjacent_sibling_combinator/index.html
@@ -26,7 +26,6 @@ img + p {
<h3 id="CSS">CSS</h3>
-<div id="Example_1">
<pre class="brush: css">li:first-of-type + li {
color: red;
}
@@ -41,7 +40,6 @@ img + p {
&lt;/ul&gt;</pre>
<h3 id="Résultat">Résultat</h3>
-</div>
<p>{{EmbedLiveSample('Exemples', 200, 100)}}</p>