Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
1c9029c1
Commit
1c9029c1
authored
12 years ago
by
Arjun Singh
Browse files
Options
Downloads
Patches
Plain Diff
cs188 styling
parent
4e7ba6e6
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lms/static/sass/course.scss
+6
-0
6 additions, 0 deletions
lms/static/sass/course.scss
lms/static/sass/course/courseware/courses/_cs188.scss
+32
-0
32 additions, 0 deletions
lms/static/sass/course/courseware/courses/_cs188.scss
with
38 additions
and
0 deletions
lms/static/sass/course.scss
+
6
−
0
View file @
1c9029c1
...
...
@@ -21,6 +21,12 @@
@import
'course/courseware/sidebar'
;
@import
'course/courseware/amplifier'
;
// course-specific courseware (all styles in these files should be gated by a
// course-specific class). This should be replaced with a better way of
// providing course-specific styling.
@import
"course/courseware/courses/_cs188.scss"
;
// wiki
@import
"course/wiki/basic-html"
;
@import
"course/wiki/sidebar"
;
...
...
This diff is collapsed.
Click to expand it.
lms/static/sass/course/courseware/courses/_cs188.scss
0 → 100644
+
32
−
0
View file @
1c9029c1
body
.cs188
{
.course-content
{
.project
{
ul
,
ol
{
margin-top
:
3px
;
list-style
:
disc
;
ul
,
ol
{
margin
:
0px
;
}
}
}
h3
,
h4
{
font-weight
:
bold
;
a
{
color
:
inherit
;
}
}
h4
{
font-size
:
1em
;
}
p
,
.code_snippet
{
margin-bottom
:
1
.416em
;
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment