Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
a2645b63
Commit
a2645b63
authored
Feb 19, 2016
by
Christine Lytwynec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change .heading-group>h2 to .heading-group>p
parent
57b7034e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
lms/static/sass/multicourse/_home.scss
+2
-1
lms/templates/index.html
+1
-1
themes/stanford-style/lms/templates/index.html
+1
-1
No files found.
lms/static/sass/multicourse/_home.scss
View file @
a2645b63
...
@@ -86,7 +86,8 @@ $course-search-input-height: ($button-size);
...
@@ -86,7 +86,8 @@ $course-search-input-height: ($button-size);
text-transform
:
none
;
text-transform
:
none
;
}
}
h2
{
p
{
@extend
h2
;
margin-bottom
:
0
;
margin-bottom
:
0
;
text-transform
:
lowercase
;
text-transform
:
lowercase
;
font-style
:
italic
;
font-style
:
italic
;
...
...
lms/templates/index.html
View file @
a2645b63
...
@@ -16,7 +16,7 @@ from django.core.urlresolvers import reverse
...
@@ -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.
## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information.
<h1>
${_("Welcome to Open edX!")}
</h1>
<h1>
${_("Welcome to Open edX!")}
</h1>
## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information.
## 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
% endif
</div>
</div>
% if settings.FEATURES.get('ENABLE_COURSE_DISCOVERY'):
% if settings.FEATURES.get('ENABLE_COURSE_DISCOVERY'):
...
...
themes/stanford-style/lms/templates/index.html
View file @
a2645b63
...
@@ -12,7 +12,7 @@ from django.utils.translation import ugettext as _
...
@@ -12,7 +12,7 @@ from django.utils.translation import ugettext as _
${homepage_overlay_html}
${homepage_overlay_html}
% else:
% else:
<h1>
${_("Free courses from
<strong>
{university_name}
</strong>
").format(university_name="Stanford")}
</h1>
<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
% endif
</div>
</div>
% if settings.FEATURES.get('ENABLE_COURSE_DISCOVERY'):
% if settings.FEATURES.get('ENABLE_COURSE_DISCOVERY'):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment