hide footer on non-dashboard pages

This commit is contained in:
Trent White 2016-05-23 12:46:13 -04:00
parent 76d18e7156
commit a52869507e

View File

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