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
3fe830a8
Commit
3fe830a8
authored
Jun 07, 2013
by
caesar2164
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #98 from edx/giulio/fix-image-urls
move url() wrapper into SASS variable
parents
2c294816
7104937f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
lms/static/sass/base/_variables.scss
+2
-2
lms/static/sass/multicourse/_account.scss
+2
-2
No files found.
lms/static/sass/base/_variables.scss
View file @
3fe830a8
...
@@ -132,7 +132,7 @@ $footer_margin: ($baseline/4) 0 ($baseline*1.5) 0;
...
@@ -132,7 +132,7 @@ $footer_margin: ($baseline/4) 0 ($baseline*1.5) 0;
//-----------------
//-----------------
$homepage-bg-image
:
'../images/homepage-bg.jpg'
;
$homepage-bg-image
:
'../images/homepage-bg.jpg'
;
$login-banner-image
:
'../images/bg-banner-login.png'
;
$login-banner-image
:
url(../images/bg-banner-login.png)
;
$register-banner-image
:
'../images/bg-banner-register.png'
;
$register-banner-image
:
url(../images/bg-banner-register.png)
;
$video-thumb-url
:
'../images/courses/video-thumb.jpg'
;
$video-thumb-url
:
'../images/courses/video-thumb.jpg'
;
lms/static/sass/multicourse/_account.scss
View file @
3fe830a8
...
@@ -493,7 +493,7 @@
...
@@ -493,7 +493,7 @@
header
{
header
{
height
:
120px
;
height
:
120px
;
border-bottom
:
1px
solid
$m-gray
;
border-bottom
:
1px
solid
$m-gray
;
background
:
transparent
url($login-banner-image)
0
0
no-repeat
;
background
:
transparent
$login-banner-image
0
0
no-repeat
;
}
}
}
}
}
}
...
@@ -507,7 +507,7 @@
...
@@ -507,7 +507,7 @@
header
{
header
{
height
:
120px
;
height
:
120px
;
border-bottom
:
1px
solid
$m-gray
;
border-bottom
:
1px
solid
$m-gray
;
background
:
transparent
url($register-banner-image)
0
0
no-repeat
;
background
:
transparent
$register-banner-image
0
0
no-repeat
;
}
}
}
}
}
}
...
...
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