Gentoo Archives: gentoo-commits

From: "Daniel Drake (dsd)" <dsd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] planet r382 - templates
Date: Sun, 01 Jun 2008 10:23:24
Message-Id: E1K2kic-0004zl-ML@stork.gentoo.org
1 Author: dsd
2 Date: 2008-06-01 10:23:18 +0000 (Sun, 01 Jun 2008)
3 New Revision: 382
4
5 Modified:
6 templates/index.html.tmpl
7 Log:
8 fix wrapping thanks to Xavier Neys
9
10 Modified: templates/index.html.tmpl
11 ===================================================================
12 --- templates/index.html.tmpl 2008-05-27 20:56:56 UTC (rev 381)
13 +++ templates/index.html.tmpl 2008-06-01 10:23:18 UTC (rev 382)
14 @@ -105,6 +105,7 @@
15 </div>
16 </TMPL_IF>
17
18 +<table width="100%" style="table-layout:fixed"><tr><td>
19 <div class="entrycontent"><p>
20 <TMPL_IF channel_face>
21 <img class="face" src="/images/<TMPL_VAR channel_face ESCAPE="HTML">" alt="<TMPL_VAR channel_name>" align="right">
22 @@ -119,6 +120,7 @@
23 </p>
24 </TMPL_IF>
25 </div>
26 +</td></tr></table>
27
28 </TMPL_LOOP>
29
30
31 --
32 gentoo-commits@l.g.o mailing list