summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-justtitle.html
diff options
context:
space:
mode:
authorivan <ivan>2010-05-20 08:48:51 +0000
committerivan <ivan>2010-05-20 08:48:51 +0000
commitf22b714f2b7a38c8a930d8248ccb32751db82b5e (patch)
tree9114a14ebddb41d8010588a0f62f8483df037e0b /httemplate/elements/tr-justtitle.html
parent3b0d09a317c4ca0706e931842b039c20c1b41205 (diff)
fix table titles for new bg color
Diffstat (limited to 'httemplate/elements/tr-justtitle.html')
-rw-r--r--httemplate/elements/tr-justtitle.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-justtitle.html b/httemplate/elements/tr-justtitle.html
index f283307be..e9eda8b18 100644
--- a/httemplate/elements/tr-justtitle.html
+++ b/httemplate/elements/tr-justtitle.html
@@ -1,5 +1,5 @@
<TR>
- <TH BGCOLOR="#f8f8f8" COLSPAN=<% $opt{colspan} || 2 %> ALIGN="left">
+ <TH CLASS="background" COLSPAN=<% $opt{colspan} || 2 %> ALIGN="left">
<FONT SIZE="+1"><% $opt{value} %></FONT>
</TH>
</TR>