Revision: 566
Author: kerphi
Date: 2006-06-13 02:34:05 -0700 (Tue, 13 Jun 2006)
ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=566&view=rev
Log Message:
-----------
Bug fix: on Firefox 1.5, the tab display was wrong
Modified Paths:
--------------
trunk/themes/default/templates/style.css.tpl.php
Modified: trunk/themes/default/templates/style.css.tpl.php
===================================================================
--- trunk/themes/default/templates/style.css.tpl.php 2006-06-12 15:48:04 UTC (rev 565)
+++ trunk/themes/default/templates/style.css.tpl.php 2006-06-13 09:34:05 UTC (rev 566)
@@ -14,6 +14,7 @@
background-image: url(<?php echo $c->getFileUrlFromTheme('images/shade.gif'); ?>);
background-position: right;
background-repeat: repeat-y;
+ font-family: Verdana, Sans-Serif; /* without this rule, the tabs are not correctly display on FF */
}
#<?php echo $prefix; ?>minmax {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|