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
74b00bc0
Commit
74b00bc0
authored
Jul 18, 2012
by
David Ormsbee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Swap out the homepage and courses banner image for something school-neutral (this is temporary)
parent
8bba4abc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
lms/static/images/homepage_interns_placeholder_2025x550.jpg
+0
-0
lms/static/sass/_course_about.scss
+1
-1
lms/static/sass/_home.scss
+1
-1
lms/templates/courses.html
+1
-1
No files found.
lms/static/images/homepage_interns_placeholder_2025x550.jpg
0 → 100644
View file @
74b00bc0
790 KB
lms/static/sass/_course_about.scss
View file @
74b00bc0
...
...
@@ -5,7 +5,7 @@
header
.course-profile
{
background
:
rgb
(
245
,
245
,
245
);
@include
background-image
(
url('/static/images/
shot-2-large
.jpg')
);
@include
background-image
(
url('/static/images/
homepage_interns_placeholder_2025x550
.jpg')
);
background-size
:
cover
;
@include
box-shadow
(
0
1px
80px
0
rgba
(
0
,
0
,
0
,
0
.5
));
border-bottom
:
1px
solid
rgb
(
100
,
100
,
100
);
...
...
lms/static/sass/_home.scss
View file @
74b00bc0
...
...
@@ -3,7 +3,7 @@
>
header
{
background
:
rgb
(
255
,
255
,
255
);
@include
background-image
(
url('/static/images/
shot-2-large
.jpg')
);
@include
background-image
(
url('/static/images/
homepage_interns_placeholder_2025x550
.jpg')
);
background-size
:
cover
;
border-bottom
:
1px
solid
rgb
(
80
,
80
,
80
);
@include
box-shadow
(
0
1px
0
0
rgba
(
255
,
255
,
255
,
0
.9
)
,
inset
0
-1px
5px
0
rgba
(
0
,
0
,
0
,
0
.1
));
...
...
lms/templates/courses.html
View file @
74b00bc0
...
...
@@ -3,7 +3,7 @@
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<section
class=
"find-courses"
>
<header
class=
"search"
style=
"background: url('/static/images/
shot-2-large
.jpg')"
>
<header
class=
"search"
style=
"background: url('/static/images/
homepage_interns_placeholder_2025x550
.jpg')"
>
<div
class=
"inner-wrapper main-search"
>
<hgroup>
<div
class=
"logo"
>
...
...
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