From c3aa41f55fcea47aad3f3c7197952bf5df4eb5c6 Mon Sep 17 00:00:00 2001 From: e107steved Date: Sun, 25 Jan 2009 12:32:35 +0000 Subject: [PATCH] Bugtracker #4664 - non-existent file referenced --- install_.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install_.php b/install_.php index 585184756..48052a635 100644 --- a/install_.php +++ b/install_.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/install_.php,v $ -| $Revision: 1.16 $ -| $Date: 2009-01-04 16:39:14 $ +| $Revision: 1.17 $ +| $Date: 2009-01-25 12:32:35 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -1145,7 +1145,7 @@ h1 { color : #23598C; } body{ - background : #123454 url(images/01_bg.gif) top repeat-x; + background-color : #123454; color : #4C4C4C; font-family : Trebuchet MS, \"Lucida Sans Unicode\", Arial, Lucida Sans, Tahoma, Sans-Serif; font-size : 13px;