comparison templates/classic/html/msg.item.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 21312a7564fd
children 3a4abf6d48c2
comparison
equal deleted inserted replaced
1824:24819ee5dfbc 1825:fad32dafc174
13 </td> 13 </td>
14 <td class="content" metal:fill-slot="content"> 14 <td class="content" metal:fill-slot="content">
15 <table class="form"> 15 <table class="form">
16 16
17 <tr> 17 <tr>
18 <th nowrap>Author</th> 18 <th>Author</th>
19 <td tal:content="context/author"></td> 19 <td tal:content="context/author"></td>
20 </tr> 20 </tr>
21 21
22 <tr> 22 <tr>
23 <th nowrap>Recipients</th> 23 <th>Recipients</th>
24 <td tal:content="context/recipients"></td> 24 <td tal:content="context/recipients"></td>
25 </tr> 25 </tr>
26 26
27 <tr> 27 <tr>
28 <th nowrap>Date</th> 28 <th>Date</th>
29 <td tal:content="context/date"></td> 29 <td tal:content="context/date"></td>
30 </tr> 30 </tr>
31 </table> 31 </table>
32 32
33 <table class="messages"> 33 <table class="messages">

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