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
d8342255
Commit
d8342255
authored
Aug 23, 2012
by
Victor Shnayder
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #519 from MITx/feature/arjun/cs188_css
cs188 styling
parents
b0e418a3
1c9029c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
0 deletions
+38
-0
lms/static/sass/course.scss
+6
-0
lms/static/sass/course/courseware/courses/_cs188.scss
+32
-0
No files found.
lms/static/sass/course.scss
View file @
d8342255
...
...
@@ -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"
;
...
...
lms/static/sass/course/courseware/courses/_cs188.scss
0 → 100644
View file @
d8342255
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
;
}
}
}
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