updated print.scss to remove footer when printing
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
// Removes the action buttons at the top and the delete link at the bottom for
|
// Removes the action buttons at the top,
|
||||||
// better printing.
|
// the delete link at the bottom,
|
||||||
|
// and the footer for better printing.
|
||||||
|
|
||||||
ul.actions {
|
ul.actions {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -8,3 +9,7 @@ ul.actions {
|
|||||||
#delete-link {
|
#delete-link {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#footer {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user