[vhffs-dev] [1907] fixed ugly mailing list index ( clear fixed width and auto marging which ended up with a thin tower in the middle of the screen ) |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [1907] fixed ugly mailing list index ( clear fixed width and auto marging which ended up with a thin tower in the middle of the screen )
- From: subversion@xxxxxxxxxxxxx
- Date: Sun, 30 Oct 2011 17:16:05 +0100
Revision: 1907
Author: gradator
Date: 2011-10-30 17:16:04 +0100 (Sun, 30 Oct 2011)
Log Message:
-----------
fixed ugly mailing list index (clear fixed width and auto marging which ended up with a thin tower in the middle of the screen)
Modified Paths:
--------------
trunk/vhffs-robots/misc/mhonarc.indexmain.tt
Modified: trunk/vhffs-robots/misc/mhonarc.indexmain.tt
===================================================================
--- trunk/vhffs-robots/misc/mhonarc.indexmain.tt 2011-09-07 22:20:33 UTC (rev 1906)
+++ trunk/vhffs-robots/misc/mhonarc.indexmain.tt 2011-10-30 16:16:04 UTC (rev 1907)
@@ -17,9 +17,6 @@
border: 1px solid #000000;
width: variable;
border-collapse: collapse;
- width: 400px;
- margin-right: auto;
- margin-left: auto;
}
td {
border: 1px dotted #6495ed;
@@ -55,12 +52,12 @@
</thead>
<tbody>
[% FOREACH md IN monthly_data %]
- <tr class="[% loop.index() % 2 ? 'even' : 'odd' %]">
- <td>[% md.year %]-[% md.month %]</td>
+ <tr class="[% loop.index() % 2 ? 'even' : 'odd' %]">
+ <td>[% md.year %]-[% md.month %]</td>
<td><a href="[% md.year %]/[% md.month %]/threads.html">[ Thread ]</a> or <a href="[% md.year %]/[% md.month %]/maillist.html">[ Date ]</a></td>
<td class="alignright">[% md.number %]</td>
<td class="alignright">[% md.size %]</td>
- </tr>
+ </tr>
[% END %]
</tbody>
</table>