From 4153bc58c6e8334d5207a175fa45c71a0551b81a Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 26 May 2015 15:25:21 -0700 Subject: [PATCH] update the cities and fix #553 --- seed_data/challenges/basic-html5-and-css.json | 1 + seed_data/field-guides.json | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json index 053975c49a..f84d22b057 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -425,6 +425,7 @@ "difficulty": 0.025, "description": [ "Create a \"blue-text\" class that gives an element the font-color of blue. Also create a \"urgently-red\" class that give an element the font-color of red, but use !important to ensure the element is rendered as being red. Apply both classes to your h2 element.", + "You can add more than one class to an element by seperating the class declarations with a space, like this: <h2 class='green-text giant-text'>This will be giant green text</h2>.", "Sometimes HTML elements will receive conflicting information from CSS classes as to how they should be styled.", "If there's a conflict in the CSS, the browser will use whichever style declaration is closest to the bottom of the CSS document (whichever declaration comes last). Note that in-line style declarations are the final authority in how an HTML element will be rendered.", "There's one way to ensure that an element is rendered with a certain style, regardless of where that declaration is located. That one way is to use !important.", diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index 6d26212279..2d520e480e 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -283,9 +283,11 @@ "

", "
    ", "
  1. Alameda
  2. ", + "
  3. Amsterdam
  4. ", "
  5. Apucarana
  6. ", - "
  7. Atlanta
  8. ", + "
  9. Aracaju
  10. ", "
  11. Asheville
  12. ", + "
  13. Atlanta
  14. ", "
  15. Austin
  16. ", "
  17. Baltimore
  18. ", "
  19. Bandung
  20. ", @@ -297,6 +299,7 @@ "
  21. Boston
  22. ", "
  23. Boulder
  24. ", "
  25. Brussels
  26. ", + "
  27. Buenos Aires
  28. ", "
  29. Bucharest
  30. ", "
  31. Budapest
  32. ", "
  33. Cairo
  34. ",