Makes balance sheet work correctly
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user