From: Janusz Dobrowolski Date: Thu, 29 Sep 2011 10:29:25 +0000 (+0200) Subject: Fixed install css stylesheet (removed nonexistent background img) X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=c0284896740bf759179292fd909217c36c7e9818;p=textcart.git Fixed install css stylesheet (removed nonexistent background img) --- 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 {