Skip to content
Closed
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
fixed #15
  • Loading branch information
fredericksilva committed Nov 28, 2016
commit 76ca218c9bd262cb5c49cd2b5614f5b50c5a8ba7
2 changes: 1 addition & 1 deletion property/z-index/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2 class="property-name">
<a href="{{site.url}}/#z-index"><span>#</span>z-index</a>
</h2>
<div class="property-description">
<p>Defines the <strong>order</strong> of the elements on the <strong>z-axis*8. It only works on </strong>positioned** elements (anything apart from <code>static</code>).</p>
<p>Defines the <strong>order</strong> of the elements on the <strong>z-axis. It only works on </strong>positioned** elements (anything apart from <code>static</code>).</p>

</div>

Expand Down