From c0284896740bf759179292fd909217c36c7e9818 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Thu, 29 Sep 2011 12:29:25 +0200 Subject: [PATCH] Fixed install css stylesheet (removed nonexistent background img) --- install/stylesheet.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/stylesheet.css b/install/stylesheet.css index d318052..218183d 100644 --- a/install/stylesheet.css +++ b/install/stylesheet.css @@ -5,8 +5,6 @@ body,td,th,input,textarea { } body { background-color: #557799; - background-image: url(../admin/interface/background.png); - background-repeat: repeat-x; margin: 0px; } form { -- 2.30.2