Skip to content

Commit c9e552c

Browse files
retrazilFremyCompany
authored andcommitted
[css-box] fix ex.12 'margin-bottom' -> 'margin'
There's en error in example 12. `margin-bottom: 2em 0 1em 0`
1 parent 7dc262a commit c9e552c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-box/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@ <h2 class="heading settled" data-level="13" id="collapsing-margins"><span class=
16681668
<div class="example" id="example-5697adb2">
16691669
<a class="self-link" href="#example-5697adb2"></a>
16701670
<p>For example, in the following fragment with the given style rules: </p>
1671-
<pre>p { display: block; margin-bottom: 2em 0 1em 0 }div { display: block; margin: 2.5em 0 }
1671+
<pre>p { display: block; margin: 2em 0 1em 0 }div { display: block; margin: 2.5em 0 }
16721672
...
16731673
&lt;p>First paragraph&lt;/p>
16741674
&lt;div>
@@ -5429,4 +5429,4 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
54295429
}
54305430

54315431
});
5432-
</script>
5432+
</script>

0 commit comments

Comments
 (0)