Skip to content

Commit cd14fc8

Browse files
committed
fix image url
1 parent 2d4b269 commit cd14fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css3-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2165,7 +2165,7 @@ <h3 id="line-decoration"><span class="secno">8.1</span>
21652165
which the underline is propagated. The final line of text is fuchsia,
21662166
but the underline underneath it is still the blue underline from the
21672167
anonymous inline element.</p>
2168-
<p><img src="images/underline-example.png" alt="Sample rendering of the above underline example"></p>
2168+
<p><img src="underline-example.png" alt="Sample rendering of the above underline example"></p>
21692169
<p>This diagram shows the boxes involved in the example above. The
21702170
rounded aqua line represents the anonymous inline element wrapping
21712171
the inline contents of the paragraph element, the rounded blue line

0 commit comments

Comments
 (0)