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
ed1bac76
Commit
ed1bac76
authored
Aug 21, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed container padding and sidebar fades
parent
88d514e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
16 deletions
+0
-16
lms/static/sass/course/base/_base.scss
+0
-4
lms/static/sass/course/base/_extends.scss
+0
-12
No files found.
lms/static/sass/course/base/_base.scss
View file @
ed1bac76
...
...
@@ -91,10 +91,6 @@ img {
max-width
:
100%
;
}
.container
{
padding
:
em
(
40
)
0
;
}
::selection
,
::-moz-selection
,
::-webkit-selection
{
background
:
#444
;
color
:
#fff
;
...
...
lms/static/sass/course/base/_extends.scss
View file @
ed1bac76
...
...
@@ -56,18 +56,6 @@ h1.top-header {
width
:
flex-grid
(
3
);
background
:
$sidebar-color
;
&
:after
{
width
:
1px
;
height
:
100%
;
@include
position
(
absolute
,
0px
-1px
0px
0
);
content
:
""
;
@include
background-image
(
linear-gradient
(
top
,
#fff
,
rgba
(
#fff
,
0
))
,
linear-gradient
(
top
,
rgba
(
#fff
,
0
)
,
#fff
));
background-position
:
top
,
bottom
;
@include
background-size
(
1px
20px
);
background-repeat
:
no-repeat
;
display
:
block
;
}
h1
,
h2
{
font-size
:
em
(
20
);
font-weight
:
100
;
...
...
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