Skip to content

Commit

Permalink
Update adminstyle.css
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mennodekker committed Mar 24, 2016
1 parent 3d58850 commit ee40daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/blobblueish/adminstyle.css
Expand Up @@ -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%;
}
Expand Down

0 comments on commit ee40daa

Please sign in to comment.