From 4a7e793ab2e835b6942f3a014e9d97a359299c94 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Mon, 22 Jul 2013 09:45:08 -0400 Subject: [PATCH] Studio: revises spacing fix for welcome to edX studio title --- cms/static/sass/views/_index.scss | 5 +++++ cms/templates/howitworks.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cms/static/sass/views/_index.scss b/cms/static/sass/views/_index.scss index ddb2ecce89..d571949cba 100644 --- a/cms/static/sass/views/_index.scss +++ b/cms/static/sass/views/_index.scss @@ -71,8 +71,13 @@ body.index { color: $white; } + .wrapper-text-welcome, .logo { + display: inline-block; + } + .logo { font-weight: 600; + margin-left: ($baseline/2); } .tagline { diff --git a/cms/templates/howitworks.html b/cms/templates/howitworks.html index 99bc0acb21..e3a92aa345 100644 --- a/cms/templates/howitworks.html +++ b/cms/templates/howitworks.html @@ -11,7 +11,7 @@
## "edX Studio" should not be translated -

${_('Welcome to ')}

+

${_('Welcome to')}

${_("Studio helps manage your courses online, so you can focus on teaching them")}