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

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";