From 76ca218c9bd262cb5c49cd2b5614f5b50c5a8ba7 Mon Sep 17 00:00:00 2001 From: Frederick Silva Date: Mon, 28 Nov 2016 13:46:30 -0200 Subject: [PATCH] fixed #15 --- property/z-index/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/property/z-index/index.html b/property/z-index/index.html index 19ff418b..b983399d 100644 --- a/property/z-index/index.html +++ b/property/z-index/index.html @@ -14,7 +14,7 @@

#z-index

-

Defines the order of the elements on the z-axis*8. It only works on positioned** elements (anything apart from static).

+

Defines the order of the elements on the z-axis. It only works on positioned** elements (anything apart from static).