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
5d16e802
Commit
5d16e802
authored
Aug 27, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LMS: optimizing header PNG asset
parent
337d6cbc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
+2
-1
lms/static/images/footer-seal.png
+0
-0
lms/static/images/header-logo.png
+0
-0
lms/static/sass/shared/_footer.scss
+2
-1
No files found.
lms/static/images/footer-seal.png
deleted
100644 → 0
View file @
337d6cbc
52.1 KB
lms/static/images/header-logo.png
View replaced file @
337d6cbc
View file @
5d16e802
1.19 KB
|
W:
|
H:
1.21 KB
|
W:
|
H:
2-up
Swipe
Onion skin
lms/static/sass/shared/_footer.scss
View file @
5d16e802
...
...
@@ -202,6 +202,7 @@
// ====================
$edx-footer-spacing
:
(
$baseline
*
0
.75
);
$edx-footer-link-color
:
rgb
(
0
,
158
,
231
);
$edx-footer-bg-color
:
rgb
(
252
,
252
,
252
);
%edx-footer-reset
{
@include
box-sizing
(
border-box
);
...
...
@@ -283,7 +284,7 @@ $edx-footer-link-color: rgb(0, 158, 231);
.edx-footer-new
{
width
:
100%
;
background
:
rgb
(
252
,
252
,
252
)
url("../images/footer-seal.png")
-
(
$baseline
*
15
.5
)
(
$baseline
)
no-repeat
;
background
:
$edx-footer-bg-color
;
// NOTE: resetting older footer styles - can be removed once not needed
box-shadow
:
none
;
...
...
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