From 3be9b2272f3a81b5f93250566fbae3944902dd16 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 7 Oct 2013 20:52:52 +0530 Subject: [PATCH] removed the texture and grey bg from the footer. --- 2014/assets/css/custom.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index dab123d4..e143d8b0 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -115,6 +115,13 @@ body { box-shadow: none; } +.help-block { + display: inline; + margin-top: 0; + margin-bottom: 0; + color: #737373; +} + .btn-default { color: #ffffff; background-color: rgba(145, 145, 145, 0.5); @@ -256,10 +263,8 @@ body { height: auto; border-top: 2px solid #dadada; box-shadow: 0px 1px 9px rgba(255, 255, 255, 0.7); - background-color: rgba(218, 218, 218, 0.1); + background-color: rgb(255, 255, 255); margin-top: 1.5em; - text-shadow: 0px 1px 0px #ffffff; - background-image: url(/2014/assets/img/l-noise.png); } #footer .container p { -- 2.25.1