From b3189dab0db5570f1925a569d4fb4eb6dba670ca Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Wed, 15 Jun 2016 18:53:25 -0700 Subject: [PATCH] Revert "Fix/Change the Font Size of an Element" --- .../01-front-end-development-certification/html5-and-css.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/01-front-end-development-certification/html5-and-css.json b/challenges/01-front-end-development-certification/html5-and-css.json index 3b010e2c25..46217e6abe 100644 --- a/challenges/01-front-end-development-certification/html5-and-css.json +++ b/challenges/01-front-end-development-certification/html5-and-css.json @@ -733,8 +733,8 @@ "assert($(\"p\").length > 1, 'message: You need 2 p elements with Kitty Ipsum text.');", "assert(code.match(/<\\/p>/g) && code.match(/<\\/p>/g).length === code.match(/

p elements has a closing tag.');", "assert.isTrue((/Purr\\s+jump\\s+eat/gi).test($(\"p\").text()), 'message: Your p element should contain the first few words of the provided additional kitty ipsum text.');", - "assert(code.match(/

Purr jump eat the grass/), 'message: Do not add a class attribute to the second p element.');", - "assert(code.match(/