diff templates/classic/html/issue.index.html @ 1825:fad32dafc174

Replaced all uses of the 'nowrap' attribute with its CSS equivalent: 'white-space: nowrap;'.
author Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
date Fri, 03 Oct 2003 16:57:28 +0000
parents 24819ee5dfbc
children f5c804379c85
line wrap: on
line diff
--- a/templates/classic/html/issue.index.html	Thu Oct 02 16:00:45 2003 +0000
+++ b/templates/classic/html/issue.index.html	Fri Oct 03 16:57:28 2003 +0000
@@ -37,9 +37,9 @@
    <td tal:condition="request/show/priority"
        tal:content="python:i.priority.plain() or default">&nbsp;</td>
    <td tal:condition="request/show/id" tal:content="i/id">&nbsp;</td>
-   <td nowrap tal:condition="request/show/creation"
+   <td class="date" tal:condition="request/show/creation"
        tal:content="i/creation/reldate">&nbsp;</td>
-   <td nowrap tal:condition="request/show/activity"
+   <td class="date" tal:condition="request/show/activity"
        tal:content="i/activity/reldate">&nbsp;</td>
    <td tal:condition="request/show/topic"
        tal:content="python:i.topic.plain() or default">&nbsp;</td>

Roundup Issue Tracker: http://roundup-tracker.org/