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
d8ace6c3
Commit
d8ace6c3
authored
May 07, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added styles for tutorial headers and removing extra padding on bottom sequence nav
parent
6ebb521d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
static/css/application.css
+2
-1
templates/sass/courseware/_courseware.scss
+1
-1
templates/sass/courseware/_sequence-nav.scss
+1
-0
No files found.
static/css/application.css
View file @
d8ace6c3
...
...
@@ -2811,7 +2811,7 @@ div.course-wrapper section.course-content ol.vert-mod > li {
margin-bottom
:
15px
;
padding
:
0
0
15px
;
}
div
.course-wrapper
section
.course-content
ol
.vert-mod
>
li
header
{
margin-bottom
:
0
;
}
margin-bottom
:
-16px
;
}
div
.course-wrapper
section
.course-content
ol
.vert-mod
>
li
header
h1
{
margin
:
0
;
}
div
.course-wrapper
section
.course-content
ol
.vert-mod
>
li
header
h2
{
...
...
@@ -3761,6 +3761,7 @@ section.course-content nav.sequence-bottom {
text-align
:
center
;
}
section
.course-content
nav
.sequence-bottom
ul
{
background-color
:
#f2e7bf
;
padding
:
0
!important
;
background-color
:
#f2e7bf
;
border
:
1px
solid
#e4d080
;
-webkit-border-radius
:
3px
;
...
...
templates/sass/courseware/_courseware.scss
View file @
d8ace6c3
...
...
@@ -172,7 +172,7 @@ div.course-wrapper {
header
{
@extend
h1
.top-header
;
margin-bottom
:
0
;
margin-bottom
:
-16px
;
h1
{
margin
:
0
;
...
...
templates/sass/courseware/_sequence-nav.scss
View file @
d8ace6c3
...
...
@@ -244,6 +244,7 @@ section.course-content {
ul
{
@extend
.clearfix
;
background-color
:
darken
(
#F6EFD4
,
5%
);
padding
:
0
!
important
;
background-color
:
darken
(
$cream
,
5%
);
border
:
1px
solid
darken
(
#f6efd4
,
20%
);
@include
border-radius
(
3px
);
...
...
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