From a4ce53ca9bf12bbe292754218b2d9a5bdfd0f38c Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Fri, 29 May 2015 09:17:31 -0700 Subject: notmyidea-cms: Remove CSS link to missing image Fixes #296. Refs #302. --- notmyidea-cms-fr/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmyidea-cms-fr') diff --git a/notmyidea-cms-fr/static/css/main.css b/notmyidea-cms-fr/static/css/main.css index ab76379..e5f01c7 100644 --- a/notmyidea-cms-fr/static/css/main.css +++ b/notmyidea-cms-fr/static/css/main.css @@ -15,7 +15,7 @@ /***** Global *****/ /* Body */ body { - background: #F5F4EF url('../images/bg.png'); + background: #F5F4EF; color: #000305; font-size: 87.5%; /* Base font size: 14px */ font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; -- cgit v1.1