[Codestriker-commits] CVS update: codestriker/template/en/default viewtopicheader.html.tmpl
Brought to you by:
sits
|
From: <si...@us...> - 2008-06-23 07:27:23
|
User: sits
Date: 08/06/23 00:27:22
Modified: template/en/default viewtopicheader.html.tmpl
Log:
More CSS changes.
Index: viewtopicheader.html.tmpl
===================================================================
RCS file: /cvsroot/codestriker/codestriker/template/en/default/viewtopicheader.html.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- viewtopicheader.html.tmpl 29 Jun 2007 07:13:59 -0000 1.9
+++ viewtopicheader.html.tmpl 23 Jun 2008 07:27:22 -0000 1.10
@@ -26,7 +26,7 @@
<td width="1" class="space"> </td>
<td width="1%" nowrap class=[% IF topicinfo == 0 %]"notselected"[% ELSE %]"selected"[% END %]>
<a class="tab" href="[% view_topicinfo_url %]">Topic Information</a> </td>
- <td colspan=2 bgcolor="#eeeeee" align=right><b>[% author | html_entity %]</b></td>
+ <td colspan=2 class="space" align=right><b>[% author | html_entity %]</b></td>
</tr>
</table>
|