Added some styles for help
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<%include file="navigation.html" />
|
||||
|
||||
<section class="main-content">
|
||||
<section class="help main-content">
|
||||
<h1>Help</h1>
|
||||
|
||||
<p> If you need help, first try <a href="discussion/questions/">asking a question in the forums</a> and in the IRC channel (irc.mitx.org, channel #6002). As the semester starts, we will add a Frequently Asked Questions section.</p>
|
||||
|
||||
3
sass/_discussion.scss
Normal file
3
sass/_discussion.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
secondaryHeader {
|
||||
@extend .topbar;
|
||||
}
|
||||
19
sass/_help.scss
Normal file
19
sass/_help.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
section.help.main-content {
|
||||
padding: lh();
|
||||
|
||||
p {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
dl {
|
||||
margin-bottom: lh();
|
||||
|
||||
dd, dt {
|
||||
margin-bottom: lh(.5);
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,6 +13,8 @@
|
||||
@import "profile";
|
||||
@import "wiki-create", "wiki";
|
||||
@import "activation";
|
||||
@import "discussion";
|
||||
@import "help";
|
||||
|
||||
// left over
|
||||
@import "theme";
|
||||
|
||||
Reference in New Issue
Block a user