Browse Source

hide footer on non-dashboard pages

Trent White 9 years ago
parent
commit
a52869507e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      public/sass/components/_footer.scss

+ 4 - 0
public/sass/components/_footer.scss

@@ -1,3 +1,7 @@
+.page-dashboard footer {
+	display: none;
+}
+
 footer {
 		font-size: 75%;
 		width: 98%;  /* was causing horiz scrollbars - need to examine */