Commit 0ab4a4aa by Kyle Fiedler

give help page some layout

parent 34ef0ec8
...@@ -5,27 +5,33 @@ ...@@ -5,27 +5,33 @@
<section class="help main-content"> <section class="help main-content">
<h1>Help</h1> <h1>Help</h1>
<p> If you need help: <section class="self-help">
<h2>Self-help</h2>
<ul> <ul>
<li> Ask on the <a href="/discussion">discussion forums</a> <li>Ask on the <a href="/discussion">discussion forums</a></li>
<li> Ask in the IRC channel (irc.mitx.mit.edu, channel #6002)] <li>Ask in the IRC channel (irc.mitx.mit.edu, channel #6002)]</li>
<li> Check the <a href="/info">course handouts.</a> <li>Check the <a href="/info">course handouts.</a></li>
</ul> </ul>
</section>
<p> If you can't solve your problems with self-help, we have several <section class="help-email">
e-mail addresses set up:</p> <h2>Help email</h2>
<p> If you can't solve your problems with self-help, we have several
e-mail addresses set up:</p>
<dl> <dl>
<dt> technical@mitx.mit.edu</dt> <dt>System-related questions</dt>
<dd> System-related questions</dd> <dd><a href="mailto:technical@mitx.mit.edu">technical@mitx.mit.edu</a></dd>
<dt> content@mitx.mit.edu</dt> <dt>Content-related questions</dt>
<dd> Content-related questions</dd> <dd><a href="mailto:content@mitx.mit.edu">content@mitx.mit.edu</a></dd>
<dt> bugs@mitx.mit.edu</dt> <dt>Bug reports</dt>
<dd> Bug reports</dd> <dd><a href="mailto:bugs@mitx.mit.edu">bugs@mitx.mit.edu</a></dd>
<dt> suggestions@mitx.mit.edu</dt> <dt>Suggestions</dt>
<dd> Suggestions</dd> <dd><a href="mailto:suggestions@mitx.mit.edu">suggestions@mitx.mit.edu</a></dd>
</dl> </dl>
<p> Please bear in mind that while we read them, we do not expect to <p> Please bear in mind that while we read them, we do not expect to
have time to respond to all e-mails.</p> have time to respond to all e-mails.</p>
</section>
</section> </section>
section.help.main-content { section.help.main-content {
padding: lh(); padding: lh();
h1 {
margin-top: 0;
margin-bottom: lh();
padding-bottom: lh();
border-bottom: 1px solid #ddd;
}
p { p {
max-width: 700px; max-width: 700px;
} }
dl { h2 {
margin-top: 0;
}
section.self-help {
margin-bottom: lh(); margin-bottom: lh();
margin-right: flex-gutter();
float: left;
width: flex-grid(6);
dd, dt { ul {
margin-bottom: lh(.5); margin-left: flex-gutter(6);
li {
margin-bottom: lh(.5);
}
} }
}
section.help-email {
float: left;
width: flex-grid(6);
dl {
margin-bottom: lh();
display: block;
dd {
margin-bottom: lh();
}
dt { dt {
font-weight: bold; font-weight: bold;
float: left;
clear: left;
width: flex-grid(2, 6);
}
} }
} }
} }
...@@ -60,12 +60,14 @@ html { ...@@ -60,12 +60,14 @@ html {
float: none; float: none;
h1 { h1 {
float: left; float: right;
border: 0; border: 0;
margin-right: 0;
padding-right: 0;
} }
h2 { h2 {
float: right; float: left;
border: 0; border: 0;
margin-right: 0; margin-right: 0;
padding-right: 0; padding-right: 0;
......
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