From cc015fc1159fb4e65e875db3737b2e3ff25b135d Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 8 Oct 2013 20:58:22 +0530 Subject: [PATCH] added a whitish background to the sign-up box. --- 2014/assets/css/custom.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 51a10879..28518fbd 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -39,6 +39,11 @@ body { .lp-signup { margin-right: 10px; + margin-left: 10px; + padding-left: 5px; + padding-right: 5px; + padding-top: 5px; + background-color: rgba(250, 250, 250, 0.9); } .lp-banner .container { @@ -107,7 +112,7 @@ body { color: #555555; text-shadow: 0px 1px 0px #ffffff; vertical-align: middle; - background-color: rgba(237, 237, 237, 0.4); + background-color: rgba(250, 250, 250, 0.7); border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: none; -- 2.25.1