[freeside-commits] branch master updated. f898b5423751e9bb15500cc815e57b0bb84a32c9

Jonathan Prykop jonathan at 420.am
Sat May 16 15:24:15 PDT 2015


The branch, master has been updated
       via  f898b5423751e9bb15500cc815e57b0bb84a32c9 (commit)
      from  ba7cfd1a5a421e04061eab8f8a8c1e44cce3f441 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f898b5423751e9bb15500cc815e57b0bb84a32c9
Author: jonathan <jonathan at freeside.biz>
Date:   Sat May 16 22:23:20 2015 +0000

    th and td vertical align top default

diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index d038f6f..a9d162b 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -262,6 +262,10 @@ table.grid {
   filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
 }
 
+th, td {
+  vertical-align: top;
+}
+
 th.grid {
   padding-left: 3px;
   padding-right: 3px;

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/freeside.css |    4 ++++
 1 file changed, 4 insertions(+)




More information about the freeside-commits mailing list