Makes balance sheet work correctly

This commit is contained in:
Bryce Covert
2019-04-17 23:10:14 -07:00
parent eea169a74f
commit 1b56d7ff0f
4 changed files with 59 additions and 31 deletions

View File

@@ -456,3 +456,19 @@ nav.navbar .navbar-item.is-active {
width: 5em;
}
table.balance-sheet th, table.balance-sheet td {
border: 0px;
}
table.balance-sheet th.total {
border-top: 1px solid black;
}
@media print {
/* All your print styles go here */
#header, #footer, #nav, .menu, .aside ,.nav, .navbar{ display: none !important; }
}