Skip to content

Commit f9c238c

Browse files
committed
the (feature) sample is already given at the end of the section
1 parent 7f33090 commit f9c238c

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

css3-mediaqueries/Overview.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -382,12 +382,6 @@ <h2 id=media0><span class=secno>2. </span>Media Queries</h2>
382382
(<code>example.css</code>) applies to devices of a certain media type
383383
(&lsquo;<code class=css>screen</code>&rsquo;) with certain feature (it
384384
must be a color screen).</p>
385-
386-
<p>Here is a simple example written in HTML that applies to all devices
387-
that support colors:</p>
388-
389-
<pre><span class=html-example>&lt;link rel="stylesheet" media="(color)" href="example.css" /&gt;</span>
390-
</pre>
391385
</div>
392386

393387
<div class=example>

css3-mediaqueries/Overview.src.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,12 +267,6 @@ <h2 id="media0">Media Queries</h2>
267267
<p>This example expresses that a certain style sheet
268268
(<code>example.css</code>) applies to devices of a certain media type
269269
(''screen'') with certain feature (it must be a color screen).</p>
270-
271-
<p>Here is a simple example written in HTML that applies to all devices that
272-
support colors:</p>
273-
274-
<pre><span class="html-example">&lt;link rel="stylesheet" media="(color)" href="example.css" /&gt;</span>
275-
</pre>
276270
</div>
277271

278272
<div class="example">

0 commit comments

Comments
 (0)