Skip to content

Commit 98d8411

Browse files
authored
[css-backgrounds-4] Missing closing PRE (#5942)
1 parent 8f1ec20 commit 98d8411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Partial Borders: the 'border-limit' property</h3>
397397
<p>The following example draws only the curved parts of the corners.</p>
398398
<pre>box { border: solid; border-radius: 1em 2em; border-parts: corners; }</pre>
399399
<p>The following example draws only the left 4em of the top border.</p>
400-
<pre>box { border-top: solid; border-parts: left 4em; }
400+
<pre>box { border-top: solid; border-parts: left 4em; }</pre>
401401
<p>The following example draws only the first 10px of each corner:</p>
402402
<pre>box { border: solid; border-parts: corners 10px; }</pre>
403403
<p>The following example draws the curved part of the corner plus 5px

0 commit comments

Comments
 (0)