[Comoblog-commit] comoblog/css comoblog.css.php,1.2,1.3
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-10-04 00:29:23
|
Update of /cvsroot/comoblog/comoblog/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3896/css Modified Files: comoblog.css.php Log Message: Bug: 1280325 - Background image not displaying. Rolling of Easymoblog patch provided by Wolfgang Luttner Index: comoblog.css.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/css/comoblog.css.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- comoblog.css.php 2 Sep 2005 02:35:30 -0000 1.2 +++ comoblog.css.php 4 Oct 2005 00:29:13 -0000 1.3 @@ -23,6 +23,8 @@ echo ' body { background: #'.CFG_BODY_BGCOLOR.'; + background-image:url("../img/comoblog/'.CFG_BG_IMG.'"); + background-repeat:'.CFG_BG_IMG_REPEAT.'; } #header { |