From 971a85dc488871c4c3b07b5b577bb073cc647761 Mon Sep 17 00:00:00 2001 From: Aniruddh Agarwal Date: Tue, 1 Sep 2015 23:07:32 +0800 Subject: [PATCH 1/2] updated description of waypoint to make it more specific --- challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index 8d72837af3..78ee8ae7f2 100644 --- a/challenges/html5-and-css.json +++ b/challenges/html5-and-css.json @@ -3053,7 +3053,7 @@ "Let's try this again, but with margin this time.", "Instead of specifying an element's margin-top, margin-right, margin-bottom, and margin-left properties, you can specify them all in one line, like this: margin: 10px 20px 10px 20px;.", "These four values work like a clock: top, right, bottom, left, and will produce the exact same result as using the side-specific margin instructions.", - "Use Clockwise Notation to give an element a margin of 40px on its top and left side, but only 20px on its bottom and right side." + "Use Clockwise Notation to give the green-box class a margin of 40px on its top and left side, but only 20px on its bottom and right side." ], "tests": [ "assert($(\".green-box\").css(\"margin-top\") === \"40px\", 'Your green-box class should give the top of elements 40px of margin.')", From 90fb634718dc038043522772d85a9676abea1b66 Mon Sep 17 00:00:00 2001 From: Aniruddh Agarwal Date: Fri, 4 Sep 2015 17:44:27 +0800 Subject: [PATCH 2/2] Update html5-and-css.json --- challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index 78ee8ae7f2..db444d8476 100644 --- a/challenges/html5-and-css.json +++ b/challenges/html5-and-css.json @@ -3053,7 +3053,7 @@ "Let's try this again, but with margin this time.", "Instead of specifying an element's margin-top, margin-right, margin-bottom, and margin-left properties, you can specify them all in one line, like this: margin: 10px 20px 10px 20px;.", "These four values work like a clock: top, right, bottom, left, and will produce the exact same result as using the side-specific margin instructions.", - "Use Clockwise Notation to give the green-box class a margin of 40px on its top and left side, but only 20px on its bottom and right side." + "Use Clockwise Notation to give the element with the green-box class a margin of 40px on its top and left side, but only 20px on its bottom and right side." ], "tests": [ "assert($(\".green-box\").css(\"margin-top\") === \"40px\", 'Your green-box class should give the top of elements 40px of margin.')",