Skip to content

[css-box] fix ex.12 'margin-bottom' -> 'margin' #1647

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 26, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-box/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ <h2 class="heading settled" data-level="13" id="collapsing-margins"><span class=
<div class="example" id="example-5697adb2">
<a class="self-link" href="#example-5697adb2"></a>
<p>For example, in the following fragment with the given style rules: </p>
<pre>p { display: block; margin-bottom: 2em 0 1em 0 }div { display: block; margin: 2.5em 0 }
<pre>p { display: block; margin: 2em 0 1em 0 }div { display: block; margin: 2.5em 0 }
...
&lt;p>First paragraph&lt;/p>
&lt;div>
Expand Down Expand Up @@ -5429,4 +5429,4 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
}

});
</script>
</script>