From: Janusz Dobrowolski Date: Thu, 29 Sep 2011 10:29:25 +0000 (+0200) Subject: Fixed install css stylesheet (removed nonexistent background img) X-Git-Tag: 2.3-final~561 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=2fcf2a9b8ca62e488f91a043795284b270b664b7;p=fa-stable.git Fixed install css stylesheet (removed nonexistent background img) --- diff --git a/install/stylesheet.css b/install/stylesheet.css index d318052e..218183d4 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 {