Mercurial > p > roundup > code
diff templates/classic/html/keyword.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 | 4e4afbe3cd30 |
line wrap: on
line diff
--- a/templates/classic/html/keyword.item.html Thu Oct 02 16:00:45 2003 +0000 +++ b/templates/classic/html/keyword.item.html Fri Oct 03 16:57:28 2003 +0000 @@ -36,7 +36,7 @@ <table class="form"> <tr> - <th nowrap>Keyword</th> + <th>Keyword</th> <td tal:content="structure context/name/field">name</td> </tr>
