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
8b81dca0
Commit
8b81dca0
authored
Feb 27, 2015
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7153 from edx/sarina/remove-old-stylesheet
Remove outdated CS188 stylesheet
parents
8e93c189
c60f2991
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
137 deletions
+0
-137
lms/static/sass/course-rtl.scss.mako
+0
-3
lms/static/sass/course.scss.mako
+0
-4
lms/static/sass/course/courseware/courses/_cs188.scss
+0
-130
No files found.
lms/static/sass/course-rtl.scss.mako
View file @
8b81dca0
...
...
@@ -48,9 +48,6 @@
@import 'course/modules/timer'; // timer
@import 'course/modules/chat'; // chat utility
// course - specific courses
@import "course/courseware/courses/_cs188.scss";
// course - wiki
@import "course/wiki/basic-html";
@import "course/wiki/sidebar";
...
...
lms/static/sass/course.scss.mako
View file @
8b81dca0
...
...
@@ -52,10 +52,6 @@
@import 'course/modules/timer'; // timer
@import 'course/modules/chat'; // chat utility
// course - specific courses
@import "course/courseware/courses/_cs188.scss";
// course - wiki
@import "course/wiki/basic-html";
@import "course/wiki/sidebar";
...
...
lms/static/sass/course/courseware/courses/_cs188.scss
deleted
100644 → 0
View file @
8e93c189
body
.cs188
{
.course_information
{
ul
,
ol
{
color
:
$base-font-color
;
li
{
margin
:
4px
0px
;
}
ul
,
ol
{
margin
:
6px
;
}
}
}
.static_tab_wrapper
{
.syllabus
{
padding
:
0px
;
ul
{
margin
:
0
;
li
{
margin
:
7px
0px
;
}
ul
{
list-style-type
:
disc
;
}
}
}
}
.due_dates
{
li
{
.assignment
{
float
:
left
;
}
.due_date
{
float
:
right
;
&
.next
{
font-weight
:
bold
;
}
}
}
li
.past
{
.assignment
,
.due_date
{
text-decoration
:
line-through
;
&
,
a
{
color
:
#999999
;
}
a
:hover
{
color
:
#666666
;
}
}
}
li
.next
{
border-bottom
:
2px
solid
$blue
;
.assignment
,
.due_date
{
&
,
a
{
font-weight
:
bold
;
}
}
}
}
.course-staff
{
.teacher
{
margin-bottom
:
(
$baseline
*
2
);
h3
{
color
:
$base-font-color
;
font-family
:
$sans-serif
;
font-weight
:
700
;
margin-bottom
:
(
$baseline
*
0
.75
);
text-transform
:
none
;
}
.teacher-image
{
background
:
rgb
(
255
,
255
,
255
);
border
:
1px
solid
rgb
(
200
,
200
,
200
);
height
:
115px
;
float
:
left
;
margin
:
0
15px
0px
0
;
overflow
:
hidden
;
padding
:
1px
;
width
:
115px
;
img
{
display
:
block
;
min-height
:
100%
;
max-width
:
100%
;
}
}
}
}
.course-content
{
.project
{
ul
,
ol
{
margin-top
:
3px
;
list-style
:
disc
;
ul
,
ol
{
margin
:
0
;
}
}
}
h3
,
h4
{
font-weight
:
bold
;
a
{
color
:
inherit
;
}
}
h4
{
font-size
:
1em
;
}
p
,
.code_snippet
{
margin-bottom
:
1
.416em
;
}
.choicegroup
{
input
[
type
=
checkbox
],
input
[
type
=
radio
]
{
margin-right
:
(
$baseline
/
4
);
}
}
}
}
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