Added a discussion stylesheet and linked to it in application.scss

This commit is contained in:
Reda Lemeden
2012-01-24 09:20:38 -05:00
parent 25cb46731d
commit 8b3acb3448
2 changed files with 4 additions and 0 deletions

3
sass/_discussion.scss Normal file
View File

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

View File

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