Mercurial > prosody-modules
diff mod_muc_log_http/muc_log_http/themes/default/year_title.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/year_title.html Mon Jan 04 14:10:32 2010 +0000 +++ b/mod_muc_log_http/muc_log_http/themes/default/year_title.html Mon Jan 04 14:20:48 2010 +0000 @@ -1,1 +1,1 @@ -<center><font style="font: bold 16px Verdana;"><a name="###YEAR###">###YEAR###</a></font></center> \ No newline at end of file +<center><span class="year_title"><a name="###YEAR###">###YEAR###</a></span></center>