+Mon, 10 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
+ * Use dynamic links from tree images
+ * Bugfix: force spool rows height
+
Sun, 09 Jul 2006 Florent Bruneau <florent.bruneau@m4x.org>
* Can use a user-defined Array instead of $_GET
* Copyright: See COPYING files that comes with this distribution
********************************************************************************/
-div.banana_scuts { text-align: left; padding: 0.5em 0em; }
+div.banana_scuts {
+ text-align: left;
+ padding: 0.5em 0em;
+}
/** GROUP LIST **/
/** THREAD VIEW **/
-table.banana_thread td { white-space: nowrap; height: 100%; vertical-align: middle; }
+table.banana_thread td {
+ white-space: nowrap;
+ height: 21;
+ vertical-align: middle;
+ padding-top: 0;
+ margin-top: 0;
+ padding-bottom: 0;
+ margin-bottom: 0;
+}
table.banana_thread tr.new { font-weight: bold; }
table.banana_thread td.from { text-align: left; }
table.banana_thread div.tree { float: left; padding-right: 0.3em; }
-table.banana_thread span.cur { font-style: italic; font-size: 90%; }
+table.banana_thread span.cur { font-style: italic; }
/** MESSAGE VIEW **/