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
97775532
Commit
97775532
authored
Apr 24, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added better styles for titles and removed some white spaces
parent
40de3294
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
static/css/application.css
+3
-1
templates/sass/courseware/_courseware.scss
+1
-1
templates/video.html
+1
-1
No files found.
static/css/application.css
View file @
97775532
...
...
@@ -134,7 +134,7 @@ input, select {
display
:
table
;
width
:
100%
;
}
h1
.top-header
,
div
.
course-wrapper
section
.course-content
h1
,
div
.
info-wrapper
section
.updates
>
h1
,
div
.profile-wrapper
section
.course-info
header
,
div
.gradebook-wrapper
section
.gradebook-content
h1
,
div
.question-list-header
{
h1
.top-header
,
div
.info-wrapper
section
.updates
>
h1
,
div
.profile-wrapper
section
.course-info
header
,
div
.gradebook-wrapper
section
.gradebook-content
h1
,
div
.question-list-header
{
background
:
#f3f3f3
;
border-bottom
:
1px
solid
#e3e3e3
;
margin
:
-22.652px
-22.652px
22.652px
;
...
...
@@ -2659,6 +2659,8 @@ body.courseware {
div
.course-wrapper
ul
,
div
.course-wrapper
ol
{
list-style
:
none
;
}
div
.course-wrapper
section
.course-content
h1
{
margin
:
0
0
22.652px
;
}
div
.course-wrapper
section
.course-content
p
{
margin-bottom
:
22.652px
;
}
div
.course-wrapper
section
.course-content
p
:empty
{
...
...
templates/sass/courseware/_courseware.scss
View file @
97775532
...
...
@@ -19,7 +19,7 @@ div.course-wrapper {
@extend
.content
;
h1
{
@extend
.top-header
;
margin
:
0
0
lh
()
;
}
p
{
...
...
templates/video.html
View file @
97775532
% if name is not UNDEFINED and name != None:
% if name is not UNDEFINED and name != None:
<h1>
${name}
</h1>
% endif
...
...
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