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
3106ad02
Commit
3106ad02
authored
May 28, 2013
by
caesar2164
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2125 from edx/giulio/fix-footer-layout
fix footer and header spacing/margin issues
parents
0e4c0811
186da0d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
+3
-9
lms/static/sass/shared/_footer.scss
+3
-8
lms/static/sass/shared/_header.scss
+0
-1
No files found.
lms/static/sass/shared/_footer.scss
View file @
3106ad02
...
...
@@ -33,8 +33,8 @@
// colophon
.colophon
{
margin-right
:
flex-gutter
(
2
);
width
:
flex-grid
(
6
,
12
);
margin-right
:
flex-gutter
();
width
:
flex-grid
(
8
,
12
);
float
:
left
;
.nav-colophon
{
...
...
@@ -71,7 +71,7 @@
p
{
float
:
left
;
width
:
460px
;
width
:
flex-grid
(
6
,
8
)
;
margin-left
:
$baseline
;
padding-left
:
$baseline
;
font-size
:
em
(
13
);
...
...
@@ -91,7 +91,6 @@
text-align
:
right
;
li
{
margin-right
:
(
$baseline
/
10
);
display
:
inline-block
;
&
:last-child
{
...
...
@@ -154,9 +153,5 @@
.colophon-about
img
{
margin-top
:
(
$baseline
*
1
.5
);
}
.colophon-about
p
{
width
:
360px
;
}
}
}
lms/static/sass/shared/_header.scss
View file @
3106ad02
...
...
@@ -14,7 +14,6 @@ header.global {
padding
:
18px
10px
0px
;
max-width
:
grid-width
(
12
);
min-width
:
760px
;
width
:
flex-grid
(
12
);
}
h1
.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