From c74a4e1b2251cac6adbb812d0f3a98cca89dfcc8 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 25 Oct 2017 15:39:56 -0400 Subject: Further adjustments to the invoice format. Allow default bill to to be set for superusers --- app/dispatch/static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/dispatch/static/style.css') 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; +} -- cgit v1.2.3