Added some styles for help
This commit is contained in:
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