ledger fixes

This commit is contained in:
Bryce Covert
2019-12-21 14:16:50 -08:00
parent cb2d71c6c0
commit 2df3c429e7
4 changed files with 169 additions and 106 deletions

View File

@@ -464,4 +464,14 @@ table.balance-sheet th.total {
@media print {
/* All your print styles go here */
#header, #footer, #nav, .menu, .aside ,.nav, .navbar{ display: none !important; }
.report-controls {
display: none !important;
}
#message-feed {
overflow: inherit !important;
}
}