Skip to content

Commit 42f4178

Browse files
committed
class=note
1 parent 788b883 commit 42f4178

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

css3-images/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,9 @@ <h2 id="#url"><span class=secno>4 </span>Simple Image References and
235235
beginning at the point 10 pixels in from the left, 30 pixels down from
236236
the top.
237237

238-
<p>Note that quotation marks are required here, because unquoted commas
239-
are not allowed in &lsquo;<code class=css>url()</code>&rsquo; syntax.</p>
238+
<p class=note>Note that quotation marks are required here, because
239+
unquoted commas are not allowed in &lsquo;<code
240+
class=css>url()</code>&rsquo; syntax.</p>
240241
</div>
241242
</div>
242243

css3-images/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ <h2 id="#url">Simple Image References and Image Slices: the ''url()'' notation</
135135
<p>uses the 60 pixel by 20 pixel rectangle of <code>logos.png</code> beginning
136136
at the point 10 pixels in from the left, 30 pixels down from the top.
137137

138-
<p>Note that quotation marks are required here, because unquoted
139-
commas are not allowed in ''url()'' syntax.</p>
138+
<p class="note">Note that quotation marks are required here, because
139+
unquoted commas are not allowed in ''url()'' syntax.</p>
140140
</div>
141141
</div>
142142

0 commit comments

Comments
 (0)