diff options
| author | Mitch Riedstra <Mitch@riedstra.us> | 2017-10-25 15:39:56 -0400 |
|---|---|---|
| committer | Mitch Riedstra <Mitch@riedstra.us> | 2017-10-25 15:39:56 -0400 |
| commit | c74a4e1b2251cac6adbb812d0f3a98cca89dfcc8 (patch) | |
| tree | fb37c3c32076120639bcb588484f2526f3e8af12 /app/dispatch/static/style.css | |
| parent | fae5a7e38ef7084990724df51488f54c52ec592d (diff) | |
| download | dispatch-tracker-c74a4e1b2251cac6adbb812d0f3a98cca89dfcc8.tar.gz dispatch-tracker-c74a4e1b2251cac6adbb812d0f3a98cca89dfcc8.tar.xz | |
Further adjustments to the invoice format. Allow default bill to to be set for superusers
Diffstat (limited to 'app/dispatch/static/style.css')
| -rw-r--r-- | app/dispatch/static/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/dispatch/static/style.css b/app/dispatch/static/style.css index 8b08af7..8c0a424 100644 --- a/app/dispatch/static/style.css +++ b/app/dispatch/static/style.css @@ -6,3 +6,11 @@ body { main { flex: 1 0 auto; } + +.invoice-table table { + border-collapse: collapse; +} + +.invoice-table th, .invoice-table td, .invoice-table table { + border: 1px solid black; +} |
