Hide the correct html elements for printing. Fixes #1516.

This commit is contained in:
Bart Kamphorst
2020-03-30 10:16:18 +02:00
parent 9ab308412c
commit c99da8ff34
@@ -1,15 +1,16 @@
// Removes the action buttons at the top,
// the delete link at the bottom,
// the breadcrumb at the top,
// and the footer for better printing.
ul.actions {
display: none;
}
#delete-link {
display: none;
}
div#footer {
display: none;
}
nav.actions{
display:none
}
.breadcrumb{
display:none
}