Skip to content

Commit cb91e2c

Browse files
author
Florian Rivoal
committed
fix broken markup
1 parent 4510a9e commit cb91e2c

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

css3-mediaqueries/Overview.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,9 +1097,8 @@ <h3 id=grid><span class=secno>4.13. </span>grid</h3>
10971097
<div class=example>
10981098
<p>Here are two examples:</p>
10991099

1100-
<pre><code>@media handheld and (grid) and (max-width: 15em) { &hellip; }
1101-
<span
1102-
class=css-example>@media handheld and (grid) and (device-max-height: 7em) { &hellip; }</span></code></pre>
1100+
<pre><code>@media handheld and (grid) and (max-width: 15em) { &hellip; }</code>
1101+
<code>@media handheld and (grid) and (device-max-height: 7em) { &hellip; }</code></pre>
11031102
</div>
11041103

11051104
<h2 id=values><span class=secno>5. </span>Values</h2>

css3-mediaqueries/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -957,8 +957,8 @@ <h3 id="grid">grid</h3>
957957

958958
<p>Here are two examples:</p>
959959

960-
<pre><code>@media handheld and (grid) and (max-width: 15em) { &hellip; }</span>
961-
<span class="css-example">@media handheld and (grid) and (device-max-height: 7em) { &hellip; }</code></pre>
960+
<pre><code>@media handheld and (grid) and (max-width: 15em) { &hellip; }</code>
961+
<code>@media handheld and (grid) and (device-max-height: 7em) { &hellip; }</code></pre>
962962

963963
</div>
964964

0 commit comments

Comments
 (0)