From 26f502e2be0c8f733825bdf0ad23662d30076a95 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Fri, 25 Nov 2016 10:35:48 +1300 Subject: [PATCH] Fix a typo in the z-index description. --- 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 509c3f20..a3d4afcc 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).