From 3d51e7776dd561e351cbe753cd307a4e14334169 Mon Sep 17 00:00:00 2001 From: Michael Pope Date: Sat, 11 Jul 2015 10:49:28 -0400 Subject: [PATCH] Clarify text for 'Waypoint: Add a Negative Margin to an Element' - the user was asked to change text to a negative number - this was confusing, as the test only passes if the value ia -15px --- seed/challenges/basic-html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/basic-html5-and-css.json b/seed/challenges/basic-html5-and-css.json index bc93160d7b..8c81f5000d 100644 --- a/seed/challenges/basic-html5-and-css.json +++ b/seed/challenges/basic-html5-and-css.json @@ -2554,7 +2554,7 @@ "dashedName": "waypoint-add-a-negative-margin-to-an-element", "difficulty": 0.042, "description": [ - "Change the margin of the green box to a negative value, so it fills the entire horizontal width of the yellow box around it.", + "Change the margin of the green box to -15 pixels, so it fills the entire horizontal width of the yellow box around it.", "An element's margin controls the amount of space between an element's border and surrounding elements.", "If you set an element's margin to a negative value, the element will grow larger.", "Try to set the margin to a negative value like the one for the red box."