From ee40daab6cea012d82dba62d1e4ec1ca6e578334 Mon Sep 17 00:00:00 2001 From: Menno Dekker Date: Thu, 24 Mar 2016 10:10:30 +0100 Subject: [PATCH] Update adminstyle.css Removed background image since it is not published to assets resulting in 404 errors. It serves no real visual purpose, so removing the line is easier than getting the image published. --- styles/blobblueish/adminstyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/blobblueish/adminstyle.css b/styles/blobblueish/adminstyle.css index bd1a14e4d9d..894b0dc0f4f 100644 --- a/styles/blobblueish/adminstyle.css +++ b/styles/blobblueish/adminstyle.css @@ -99,7 +99,7 @@ legend { background: #C4C4C4; border-top: 2px solid #C9EF50; border-bottom: 2px solid #6a8b03; - background-image: url(bkgmaintitle.gif); + /*background-image: url(bkgmaintitle.gif);*/ background-repeat: repeat-x; width:100%; }