Commit 2eb6fd04 by Kyle Fiedler

Added some styles for help

parents b2bcf6b2 8b3acb34
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<%include file="navigation.html" /> <%include file="navigation.html" />
<section class="main-content"> <section class="help main-content">
<h1>Help</h1> <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> <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>
......
secondaryHeader {
@extend .topbar;
}
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 @@ ...@@ -13,6 +13,8 @@
@import "profile"; @import "profile";
@import "wiki-create", "wiki"; @import "wiki-create", "wiki";
@import "activation"; @import "activation";
@import "discussion";
@import "help";
// left over // left over
@import "theme"; @import "theme";
......
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