From bf314fde6b489a33b94b51ec97436270eff631de Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Mon, 20 Feb 2012 13:36:41 +0100 Subject: [PATCH] Remove an useless css background image. Fix #209 --- pelican/themes/notmyidea/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/themes/notmyidea/static/css/main.css b/pelican/themes/notmyidea/static/css/main.css index d416aaff..b3677771 100644 --- a/pelican/themes/notmyidea/static/css/main.css +++ b/pelican/themes/notmyidea/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;