Added some styles for help

This commit is contained in:
Kyle Fiedler
2012-01-24 10:34:42 -05:00
4 changed files with 25 additions and 1 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
secondaryHeader {
@extend .topbar;
}

19
sass/_help.scss Normal file
View 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;
}
}
}

View File

@@ -13,6 +13,8 @@
@import "profile";
@import "wiki-create", "wiki";
@import "activation";
@import "discussion";
@import "help";
// left over
@import "theme";