From b7043824426873512f129e508afed146fdcc1d38 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Wed, 2 Oct 2013 22:44:06 +0530 Subject: [PATCH] added custom styling for LP'14 header. --- 2014/assets/css/custom.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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; -- 2.25.1