From ab45b859698d99a2be87115f20a88e2214f40222 Mon Sep 17 00:00:00 2001 From: Guntbert Reiter Date: Fri, 9 Dec 2016 18:18:58 +0100 Subject: [PATCH 1/2] [property/left] Correct the direction of movement The image clearly indicates that the item is moved right. --- property/left/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/property/left/index.html b/property/left/index.html index 5752f1c5..7b72b573 100644 --- a/property/left/index.html +++ b/property/left/index.html @@ -57,7 +57,7 @@

left: 80px;

-

If the element is in position relative, the element will move left by the amount defined by the left value.

+

If the element is in position relative, the element will move right by the amount defined by the left value.

From 97fd5fab762aa91b94269ca782303a38719e1b3f Mon Sep 17 00:00:00 2001 From: Guntbert Reiter Date: Fri, 9 Dec 2016 18:21:05 +0100 Subject: [PATCH 2/2] [property/right] Correct the direction of movement The image clearly indicates that the item is moved left. --- property/right/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/property/right/index.html b/property/right/index.html index 3deaf22b..924a21ee 100644 --- a/property/right/index.html +++ b/property/right/index.html @@ -57,7 +57,7 @@

right: 80px;

-

If the element is in position relative, the element will move right by the amount defined by the right value.

+

If the element is in position relative, the element will move left by the amount defined by the right value.