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
11071c6f
Commit
11071c6f
authored
Feb 14, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Plain Diff
Merge with default
--HG-- branch : close_sidebar
parents
453a72af
e3e1a37b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
1 deletions
+14
-1
.hgignore
+3
-0
custom_tags
+2
-0
mitx_help.html
+2
-1
sass/_index.scss
+7
-0
No files found.
.hgignore
View file @
11071c6f
...
...
@@ -5,3 +5,5 @@ syntax: glob
*.swp
*.orig
*.DS_Store
#*
.#*
\ No newline at end of file
custom_tags
0 → 120000
View file @
11071c6f
../data/custom_tags
\ No newline at end of file
mitx_help.html
View file @
11071c6f
...
...
@@ -4,7 +4,8 @@
<div>
<section
class=
"help-email"
>
<h2>
Help
&
Feedback
</h2>
<p>
If run into any problems, we have several e-mail addresses set up:
</p>
<p>
If run into problems signing up for the web site which you
cannot resolve on your own, you can reach us at:
</p>
<dl>
<dt>
System-related questions
</dt>
<dd><a
href=
"mailto:technical@mitx.mit.edu"
>
technical@mitx.mit.edu
</a></dd>
...
...
sass/_index.scss
View file @
11071c6f
...
...
@@ -53,6 +53,13 @@ header.announcement {
&
.home
{
background
:
#e3e3e3
url("/static/images/marketing/shot-5-medium.jpg")
;
@media
screen
and
(
min-width
:
1200px
)
{
background
:
#e3e3e3
url("/static/images/marketing/shot-5-large.jpg")
;
}
// @media screen and (max-width: 1199px) {
// }
div
{
padding
:
lh
(
10
)
lh
()
lh
(
3
);
...
...
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