From: rsiddharth Date: Tue, 8 Oct 2013 15:28:22 +0000 (+0530) Subject: added a whitish background to the sign-up box. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cc015fc1159fb4e65e875db3737b2e3ff25b135d;p=libreplanet-static.git added a whitish background to the sign-up box. --- 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;