From bb777baf4c1845b39f81e63b8ca935f9a74a6071 Mon Sep 17 00:00:00 2001 From: chrisgarrity Date: Sun, 20 Nov 2016 14:09:05 -0500 Subject: [PATCH] Fix TTT content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ttt.subtitle: - ‘try theTutorial’ instead of ‘try a Tutorial’ - Hide and Seek instead of Hide-and-Seek Game - change to title-banner.scss - add explicit rule to bold within title-banner for windows browsers --- src/components/title-banner/title-banner.scss | 9 +++++++-- src/views/thingstotry/l10n.json | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/components/title-banner/title-banner.scss b/src/components/title-banner/title-banner.scss index 908d58195..21c9ff8d4 100644 --- a/src/components/title-banner/title-banner.scss +++ b/src/components/title-banner/title-banner.scss @@ -10,15 +10,20 @@ padding: 20px 0; width: 100%; - h1, + h1, p { margin: 0 auto; padding: 5px 0; text-align: center; - color: $type-white; + color: $type-white; } p { max-width: 500px; } + + // On windows strong gets reset to font-weight 500, so make sure to override for banners + strong { + font-weight: 700; + } } diff --git a/src/views/thingstotry/l10n.json b/src/views/thingstotry/l10n.json index 93271362e..c930e102c 100644 --- a/src/views/thingstotry/l10n.json +++ b/src/views/thingstotry/l10n.json @@ -1,7 +1,7 @@ { "ttt.placeholder": "Placeholder text", "ttt.title": "Things to Try", - "ttt.subTitle": "You can get started with Scratch in a variety of ways. Click a picture to try a Tutorial. You can also download a set of Activity Cards and Educator Guide for each theme.", + "ttt.subTitle": "You can get started with Scratch in a variety of ways. Click a picture to try the Tutorial. You can also download a set of Activity Cards and Educator Guide for each theme.", "tile.tutorial": "Tutorial", "tile.guides": "See Cards and Guides", "ttt.tutorialTitle": "Tutorial", @@ -20,7 +20,7 @@ "ttt.RaceDescription": "Make a game where two characters race each other.", "ttt.MakeMusicTitle": "Make Music", "ttt.MakeMusicDescription": "Choose instruments, add sounds, and press keys to play music.", - "ttt.HideAndSeekTitle": "Hide-and-Seek Game", + "ttt.HideAndSeekTitle": "Hide and Seek", "ttt.HideAndSeekDescription": "Make a hide-and-seek game with characters that appear and disappear.", "ttt.StoryTitle": "Create a Story", "ttt.StoryDescription": "Choose characters, add conversation, and bring your story to life.",