Help
- If you need help:
+
-
If you can't solve your problems with self-help, we have several
- e-mail addresses set up:
+
+ Help email
+ If you can't solve your problems with self-help, we have several
+ e-mail addresses set up:
-
- - technical@mitx.mit.edu
- - System-related questions
- - content@mitx.mit.edu
- - Content-related questions
- - bugs@mitx.mit.edu
- - Bug reports
- - suggestions@mitx.mit.edu
- - Suggestions
-
+
+ - System-related questions
+ - technical@mitx.mit.edu
+ - Content-related questions
+ - content@mitx.mit.edu
+ - Bug reports
+ - bugs@mitx.mit.edu
+ - Suggestions
+ - suggestions@mitx.mit.edu
+
- Please bear in mind that while we read them, we do not expect to
- have time to respond to all e-mails.
+ Please bear in mind that while we read them, we do not expect to
+ have time to respond to all e-mails.
+
diff --git a/sass/_help.scss b/sass/_help.scss
index 3e65a78b53..2784b41c82 100644
--- a/sass/_help.scss
+++ b/sass/_help.scss
@@ -1,19 +1,54 @@
section.help.main-content {
padding: lh();
+ h1 {
+ margin-top: 0;
+ margin-bottom: lh();
+ padding-bottom: lh();
+ border-bottom: 1px solid #ddd;
+ }
+
p {
max-width: 700px;
}
- dl {
+ h2 {
+ margin-top: 0;
+ }
+
+ section.self-help {
margin-bottom: lh();
+ margin-right: flex-gutter();
+ float: left;
+ width: flex-grid(6);
- dd, dt {
- margin-bottom: lh(.5);
+ ul {
+ margin-left: flex-gutter(6);
+
+ li {
+ margin-bottom: lh(.5);
+ }
}
+ }
- dt {
- font-weight: bold;
+ section.help-email {
+ float: left;
+ width: flex-grid(6);
+
+ dl {
+ margin-bottom: lh();
+ display: block;
+
+ dd {
+ margin-bottom: lh();
+ }
+
+ dt {
+ font-weight: bold;
+ float: left;
+ clear: left;
+ width: flex-grid(2, 6);
+ }
}
}
}
diff --git a/sass/_layout.scss b/sass/_layout.scss
index 4bf26415b4..3ccca17f4d 100644
--- a/sass/_layout.scss
+++ b/sass/_layout.scss
@@ -60,12 +60,14 @@ html {
float: none;
h1 {
- float: left;
+ float: right;
border: 0;
+ margin-right: 0;
+ padding-right: 0;
}
h2 {
- float: right;
+ float: left;
border: 0;
margin-right: 0;
padding-right: 0;