Merge pull request #447 from edx/talbs/studio-fix-title

Studio: adds a space back to the phrase 'Welcome to edX Studio'
This commit is contained in:
Brian Talbot
2013-07-22 13:27:46 -07:00
2 changed files with 6 additions and 1 deletions

View File

@@ -71,8 +71,13 @@ body.index {
color: $white;
}
.wrapper-text-welcome, .logo {
display: inline-block;
}
.logo {
font-weight: 600;
margin-left: ($baseline/2);
}
.tagline {

View File

@@ -11,7 +11,7 @@
<section class="content content-header">
<header>
## "edX Studio" should not be translated
<h1>${_('Welcome to')}<span class="logo">&nbsp;edX Studio</span></h1>
<h1><span class="wrapper-text-welcome">${_('Welcome to')}</span><span class="logo">edX Studio</span></h1>
<p class="tagline">${_("Studio helps manage your courses online, so you can focus on teaching them")}</p>
</header>
</section>