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
23557b98
Commit
23557b98
authored
Feb 11, 2015
by
Chris Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RTL-ifying footer
parent
be7b3f29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
lms/static/sass/shared/_footer.scss
+6
-6
No files found.
lms/static/sass/shared/_footer.scss
View file @
23557b98
...
...
@@ -216,17 +216,17 @@ $edx-footer-bg-color: rgb(252,252,252);
}
%edx-footer-section
{
float
:
left
;
@include
float
(
left
)
;
min-height
:
(
$baseline
*
17
.5
);
margin-right
:
flex-gutter
(
);
border-right
:
1px
solid
rgb
(
230
,
230
,
230
);
padding-right
:
(
$baseline
*
1
.5
);
@include
margin-right
(
flex-gutter
()
);
@include
border-right
(
1px
solid
rgb
(
230
,
230
,
230
)
);
@include
padding-right
(
$baseline
*
1
.5
);
// CASE: last child
&
:last-child
{
margin-right
:
0
;
@include
margin-right
(
0
)
;
border
:
none
;
padding-right
:
0
;
@include
padding-right
(
0
)
;
}
}
...
...
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