Change .heading-group>h2 to .heading-group>p

This commit is contained in:
Christine Lytwynec
2016-02-19 13:48:14 -05:00
parent 57b7034e5b
commit a2645b639a
3 changed files with 4 additions and 3 deletions

View File

@@ -86,7 +86,8 @@ $course-search-input-height: ($button-size);
text-transform: none;
}
h2 {
p {
@extend h2;
margin-bottom: 0;
text-transform: lowercase;
font-style: italic;

View File

@@ -16,7 +16,7 @@ from django.core.urlresolvers import reverse
## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information.
<h1>${_("Welcome to Open edX!")}</h1>
## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information.
<h2>${_("It works! This is the default homepage for this Open edX instance.")}</h2>
<p>${_("It works! This is the default homepage for this Open edX instance.")}</p>
% endif
</div>
% if settings.FEATURES.get('ENABLE_COURSE_DISCOVERY'):

View File

@@ -12,7 +12,7 @@ from django.utils.translation import ugettext as _
${homepage_overlay_html}
% else:
<h1>${_("Free courses from <strong>{university_name}</strong>").format(university_name="Stanford")}</h1>
<h2>${_("For anyone, anywhere, anytime")}</h2>
<p>${_("For anyone, anywhere, anytime")}</p>
% endif
</div>
% if settings.FEATURES.get('ENABLE_COURSE_DISCOVERY'):