diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-04-13 18:35:24 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-04-13 18:35:24 -0700 |
commit | 2c1bad9f29492546788aa4ffa0baf8e1dc0fff58 (patch) | |
tree | d305b371c5a433dedf4e898bc11dd3edddf11daf /httemplate/elements/table-grid.html | |
parent | 18459c4369f63b7fda11a3ff7a0af067bed0c9bf (diff) |
style ticket tab
Diffstat (limited to 'httemplate/elements/table-grid.html')
-rw-r--r-- | httemplate/elements/table-grid.html | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/httemplate/elements/table-grid.html b/httemplate/elements/table-grid.html index 4d7deeaa4..4f4200570 100644 --- a/httemplate/elements/table-grid.html +++ b/httemplate/elements/table-grid.html @@ -1,15 +1,4 @@ -<STYLE TYPE="text/css"> - -.grid TH { padding-left: 3px; padding-right: 3px; padding-bottom: 2px; border: none; empty-cells: show } -.grid TD { padding-left: 3px; padding-right: 3px; padding-bottom: 2px; border: none; empty-cells: show } - -.inv table { border: none } -.inv TH { border: none } -.inv TD { border: none } - -</STYLE> - -<TABLE CLASS="grid" CELLSPACING=<% $opt{cellspacing} %> CELLPADDING=<% $opt{cellpadding} %> <% $opt{bgcolor} %> STYLE="border: 1px solid #cccccc;"> +<TABLE CLASS="grid" CELLSPACING=<% $opt{cellspacing} %> CELLPADDING=<% $opt{cellpadding} %> <% $opt{bgcolor} %>> <%init> |