Skip to content

Commit 122a411

Browse files
committed
Fixed line describing the dimensions of the example images.
1 parent a2a5ed1 commit 122a411

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

css3-images/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,8 @@ <h4 class=no-toc id=linear-gradient-syntax><span class=secno>7.1.1
552552
<h4 class=no-toc id=linear-gradient-examples><span class=secno>7.1.2
553553
</span>Linear Gradient Examples</h4>
554554

555-
<p>All of the following examples are applied to a box that is
556-
approximately 100px wide and 200px tall.</p>
555+
<p>All of the following examples are applied to a box that is 200px wide
556+
and 100px tall.</p>
557557

558558
<div class=example>
559559
<p>Below are various ways of specifying a basic vertical gradient:</p>
@@ -717,8 +717,8 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>7.2.1
717717
<h4 class=no-toc id=radial-gradient-examples><span class=secno>7.2.2
718718
</span>Radial Gradient Examples</h4>
719719

720-
<p>All of the following examples are applied to a box that is 100px wide
721-
and 200px tall.</p>
720+
<p>All of the following examples are applied to a box that is 200px wide
721+
and 100px tall.</p>
722722

723723
<div class=example>
724724
<p>These examples demonstrate the basic syntax for radial gradients:</p>

css3-images/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ <h4 class=no-toc><code>linear-gradient()</code> syntax</h4>
269269

270270
<h4 class=no-toc>Linear Gradient Examples</h4>
271271

272-
<p>All of the following examples are applied to a box that is approximately 100px wide and 200px tall.</p>
272+
<p>All of the following examples are applied to a box that is 200px wide and 100px tall.</p>
273273
<div class=example>
274274
<p>Below are various ways of specifying a basic vertical gradient:</p>
275275

@@ -329,7 +329,7 @@ <h4 class=no-toc><code>radial-gradient()</code> Syntax</h4>
329329

330330
<h4 class=no-toc>Radial Gradient Examples</h4>
331331

332-
<p>All of the following examples are applied to a box that is 100px wide and 200px tall.</p>
332+
<p>All of the following examples are applied to a box that is 200px wide and 100px tall.</p>
333333
<div class=example>
334334
<p>These examples demonstrate the basic syntax for radial gradients:</p>
335335

0 commit comments

Comments
 (0)