diff mod_muc_log_http/muc_log_http/themes/default/month_header.html @ 115:5e657a305c88

mod_muc_log_http: Replace remaining <font> tags with CSS equivalents
author Matthew Wild <mwild1@gmail.com>
date Mon, 04 Jan 2010 14:20:48 +0000
parents cef943f0a551
children
line wrap: on
line diff
--- a/mod_muc_log_http/muc_log_http/themes/default/month_header.html	Mon Jan 04 14:10:32 2010 +0000
+++ b/mod_muc_log_http/muc_log_http/themes/default/month_header.html	Mon Jan 04 14:20:48 2010 +0000
@@ -1,5 +1,5 @@
 <table rules="groups" cellpadding="5">
-<thead><tr><td colspan="7"><center><H2><font size="2" face="Verdana">###TITLE###</font></H2></center></td></tr></thead>
+<thead><tr><td colspan="7"><center><H2><span class="month_title">###TITLE###</span></H2></center></td></tr></thead>
 <tbody style="border: solid black 1px;">
 <tr>
 ###WEEKDAYS###</tr>