From 1209ea86b5277fa35d1c0fe911bc7a105eaff7c4 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 7 Oct 2013 20:39:09 +0530 Subject: [PATCH] corrected the path to the noise file. --- 2014/assets/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 6d5e307b..dab123d4 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -9,7 +9,7 @@ body { box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.7); margin-bottom: 20px; text-shadow: 0px 1px 0px #ffffff; - background-image: url(/2014/assets/img/g-noise.png); + background-image: url(/2014/assets/img/l-noise.png); } .lp-head h1 { @@ -259,7 +259,7 @@ body { background-color: rgba(218, 218, 218, 0.1); margin-top: 1.5em; text-shadow: 0px 1px 0px #ffffff; - background-image: url(/2014/assets/img/g-noise.png); + background-image: url(/2014/assets/img/l-noise.png); } #footer .container p { -- 2.25.1