From 148dc2c847a9ee8e0f83c90334a65f7b7972777e 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 --- seed/challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index 8d72837af3..78ee8ae7f2 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/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 357f378c21807249e839c9ef4f38138f4d38d8ed 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 --- seed/challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index 78ee8ae7f2..db444d8476 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/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.')",