Commit 11071c6f by Kyle Fiedler

Merge with default

--HG--
branch : close_sidebar
parents 453a72af e3e1a37b
...@@ -5,3 +5,5 @@ syntax: glob ...@@ -5,3 +5,5 @@ syntax: glob
*.swp *.swp
*.orig *.orig
*.DS_Store *.DS_Store
#*
.#*
\ No newline at end of file
../data/custom_tags
\ No newline at end of file
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
<div> <div>
<section class="help-email"> <section class="help-email">
<h2>Help &amp; Feedback</h2> <h2>Help &amp; 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> <dl>
<dt>System-related questions</dt> <dt>System-related questions</dt>
<dd><a href="mailto:technical@mitx.mit.edu">technical@mitx.mit.edu</a></dd> <dd><a href="mailto:technical@mitx.mit.edu">technical@mitx.mit.edu</a></dd>
......
...@@ -53,6 +53,13 @@ header.announcement { ...@@ -53,6 +53,13 @@ header.announcement {
&.home { &.home {
background: #e3e3e3 url("/static/images/marketing/shot-5-medium.jpg"); 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 { div {
padding: lh(10) lh() lh(3); padding: lh(10) lh() lh(3);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment