summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/elements/freeside.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index 8ad724a4f..1e5d1e87f 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -291,6 +291,10 @@ tr.row1 {
font-style: italic;
}
+th, td {
+ vertical-align: top;
+}
+
/* border at the top of the footer, but not between footer rows */
.grid tfoot tr:first-child td {
border-top: 1px dashed black;