updated print.scss to remove footer when printing

This commit is contained in:
Lucas Bearden
2018-10-17 12:50:07 -04:00
parent 6475394133
commit 7ddbab76c1
@@ -1,5 +1,6 @@
// Removes the action buttons at the top and the delete link at the bottom for
// better printing.
// Removes the action buttons at the top,
// the delete link at the bottom,
// and the footer for better printing.
ul.actions {
display: none;
@@ -8,3 +9,7 @@ ul.actions {
#delete-link {
display: none;
}
div#footer {
display: none;
}