Commit Graph

22 Commits (5da398525b468a3bb57176fed89a9cf83ae2f07c)

Author SHA1 Message Date
Rex Schrader 21105cba57 Merge pull request #6198 from gasperno/fix/add-space-to-test
added space tolerated test to regex
2016-01-15 23:56:03 -08:00
Harsha 3b76a62515 space tolerated test to regex 2016-01-15 16:50:20 -08:00
Rex Schrader 5a66ffa3ab Merge pull request #6175 from erictleung/fix/multi-line-code-block-tags
Replace multi-line code block tags with blockquote
2016-01-15 16:31:21 -08:00
Eric Leung bc0fb76220 Replace multi-line code block tags with blockquote 2016-01-15 16:03:50 -08:00
Quincy Larson 4c1e4cbbf4 further improvements of challenge ssed for better looking views 2016-01-15 04:49:46 -08:00
Quincy Larson 0871a0dcf5 add chatroom names 2016-01-15 04:46:20 -08:00
Logan Tegman 871cedef97 Fix multiple challenge typos 2016-01-12 15:26:04 -08:00
Felix Yan 1049935319 Use "Submit" in test prompt for "Add a Submit Button to a Form"
The description says the text should be "Submit", but the test shows "submit" (lower cased). Let's try to make them the same :)
2016-01-12 22:09:14 +08:00
Robert Richey 665798ba91 Update description for Waypoint: Use a CSS Class to Style an Element
Attempting to be more clear with the instructions and use correct terminology. closes #5980
2016-01-08 18:17:57 -07:00
Eric Leung b97fde8882 Add missing punctuation in hexadecimal waypoint 2016-01-03 13:12:37 -08:00
Rex Schrader 9f92181561 Merge pull request #5568 from wakqasahmed/fix/override-class-dec-by-id-attr
Fix Waypoint: Override Class Declarations by Styling ID Attributes #5446
2015-12-30 17:12:46 -08:00
Logan Tegman 8069e3b9e0 Merge pull request #5585 from BKinahan/fix/css-semicolon-consistency
Add two missing semi-colons to challenge seeds
2015-12-30 13:32:32 -08:00
BKinahan 2c977af1bc Add two missing semi-colons to challenge seeds
Added missing semi-colons to two challenge seeds to have proper syntax and match challenge seeds for similar waypoints.

Closes #5575
2015-12-30 21:28:59 +00:00
Waqas Ahmed eda50fcda6 Provides clarity about overriding of id over classes 2015-12-30 23:34:09 +04:00
Waqas Ahmed 8e1d8e80b7 provides clarity about the concept of 'listed order' while specifying multiple classes 2015-12-29 22:17:53 +04:00
Robert Richey 5893b392ef Update waypoint description and test
Waypoint: Add Rounded Corners with a Border Radius description now explains multiple solutions are possible. Second test case updated to match the string '10px' instead of a parsed integer value greater than 8. closes #5467
2015-12-28 00:11:00 -07:00
Logan Tegman 8c18135a94 Merge pull request #5391 from vtamara/fix/spanish-html5-css
Fixes for spanish translation of HTML5 and CSS
2015-12-27 15:10:07 -08:00
michaelaharvey 553db13caf fixed a typo in waypoint: style multiple elements with a css class 2015-12-27 00:13:29 -08:00
Vladimir Támara Patiño c77a03c76c Fixes for spanish translation of HTML5 and CSS
Thanks to @justinian366
2015-12-23 13:28:43 -05:00
Akira Laine 8b43741bd6 removed self closing tag on "img" element 2015-12-22 16:30:19 +11:00
Dieter Daems b72da1bf55 Properly detect hex color codes in test.
Origenally you could pass all tests without ever placing the
hex code in the correct place, als abbreviates didn't work either
for background and hex code

- Can use the shortcode to pass the test now.
- Atleasts needs a body present with curly brackets
- Needs a background property being present in the body element
- The background property must be followed by a the proper hex color
2015-12-20 01:24:37 +01:00
Berkeley Martinez 3961d5056b Add superblock ordering 2015-12-14 13:19:30 -08:00