diff --git a/Elwig/Documents/BusinessDocument.css b/Elwig/Documents/BusinessDocument.css index 3331664..d587406 100644 --- a/Elwig/Documents/BusinessDocument.css +++ b/Elwig/Documents/BusinessDocument.css @@ -64,7 +64,7 @@ aside table thead:not(:first-child) tr { border-top: 0.5pt solid #808080; } -aside table thead th { +aside table thead tr { background-color: #E0E0E0; font-size: 10pt; } diff --git a/Elwig/Documents/Document.Table.css b/Elwig/Documents/Document.Table.css index 9713e3c..c25c6fa 100644 --- a/Elwig/Documents/Document.Table.css +++ b/Elwig/Documents/Document.Table.css @@ -100,6 +100,10 @@ main table.tiny tr.subheading td { font-size: 8pt; } +main table tr.sectionheading { + background-color: #E0E0E0; +} + main table tr.sectionheading th { padding-top: 1mm; padding-bottom: 1mm; diff --git a/Elwig/Documents/MemberDataSheet.cshtml b/Elwig/Documents/MemberDataSheet.cshtml index d8b0ff5..f172419 100644 --- a/Elwig/Documents/MemberDataSheet.cshtml +++ b/Elwig/Documents/MemberDataSheet.cshtml @@ -19,10 +19,10 @@