mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Bugtracker #4531 - CSS fix
This commit is contained in:
parent
f65d3913aa
commit
e9f9259253
@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/log/stats.php,v $
|
||||
| $Revision: 1.8 $
|
||||
| $Date: 2007-12-18 20:25:18 $
|
||||
| $Revision: 1.9 $
|
||||
| $Date: 2008-10-07 19:08:50 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@ -25,7 +25,7 @@ require_once("../../class2.php");
|
||||
$bar = (file_exists(THEME."images/bar.png") ? THEME."images/bar.png" : e_IMAGE."generic/bar.png");
|
||||
$eplug_css[] = "<style type='text/css'>
|
||||
<!--
|
||||
.b { background-image: url(".$bar."); border: 1px solid #999; height: 10px; font: 0px }
|
||||
.b { background-image: url(".$bar."); border: 1px solid #999; height: 10px; font-size: 0px }
|
||||
-->
|
||||
</style>";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user