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
e21e5284
Commit
e21e5284
authored
Jul 21, 2012
by
David Ormsbee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove placeholder background image from courses and course about pages.
parent
f2133536
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lms/static/sass/_course_about.scss
+1
-1
lms/templates/courses.html
+1
-1
No files found.
lms/static/sass/_course_about.scss
View file @
e21e5284
...
...
@@ -5,7 +5,7 @@
header
.course-profile
{
background
:
rgb
(
245
,
245
,
245
);
@include
background-image
(
url('/static/images/homepage
_interns_placeholder_2025x550
.jpg')
);
@include
background-image
(
url('/static/images/homepage
-bg
.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/templates/courses.html
View file @
e21e5284
...
...
@@ -5,7 +5,7 @@
<
%
block
name=
"title"
><title>
Courses
</title></
%
block>
<section
class=
"find-courses"
>
<header
class=
"search"
style=
"background: url('/static/images/homepage
_interns_placeholder_2025x550
.jpg')"
>
<header
class=
"search"
style=
"background: url('/static/images/homepage
-bg
.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