added order-loading. Fixes #3

This commit is contained in:
Stefan Dresselhaus
2015-09-06 15:53:09 +02:00
parent 09612c9364
commit a8df1abfa1
9 changed files with 99 additions and 5 deletions

View File

@ -35,3 +35,7 @@
text-align: right;
font-family: monospace;
}
tr.total {
border-top: 2px solid grey;
}