From: rsiddharth Date: Wed, 2 Oct 2013 17:14:06 +0000 (+0530) Subject: added custom styling for LP'14 header. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b7043824426873512f129e508afed146fdcc1d38;p=libreplanet-static.git added custom styling for LP'14 header. --- diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index e9e11090..35b19f1b 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -1,3 +1,28 @@ +.lp-banner { + background-color: #eeeeee; + border-bottom: 3px solid #eeeeee; + margin-bottom: 20px; +} + +.lp-head h1 { + margin-bottom: 0.001em; + margin-left: 10px; + font-size: 50px; +} +.lp-head h1 small { + font-size: 38px; + color: rgb(200,200,200) +} + +.lp-head p { + margin: 0 0 1px; + margin-left: 10px; +} + +.lp-signup { + margin-right: 10px; +} + .fsf-donate-button { margin-left: 24%; margin-top: 25px;