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
30c7f00a
Commit
30c7f00a
authored
Jun 03, 2015
by
Chris
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8303 from edx/clrux/UX-2077-lms-footer-styles
Replacing top border on footer
parents
0d2c09fa
b8a5dc9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
lms/static/sass/shared/_footer.scss
+1
-2
No files found.
lms/static/sass/shared/_footer.scss
View file @
30c7f00a
...
...
@@ -5,7 +5,7 @@
.wrapper-footer
{
box-shadow
:
0
-1px
5px
0
$shadow-l1
;
border-top
:
1px
solid
tint
(
$m-gray
,
50%
);
border-top
:
1px
solid
tint
(
$m-gray
,
50%
);
padding
:
25px
(
$baseline
/
2
)
(
$baseline
*
1
.5
)
(
$baseline
/
2
);
background
:
$footer-bg
;
clear
:
both
;
...
...
@@ -297,7 +297,6 @@ $edx-footer-bg-color: rgb(252,252,252);
// NOTE: resetting older footer styles - can be removed once not needed
box-shadow
:
none
;
border-top
:
none
;
padding
:
(
$baseline
*
2
)
$baseline
;
// about
...
...
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