From 7ae16822ef314260bdbd4bc99b9b693ede50b4fb Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 3 Jul 2015 15:08:27 +0530 Subject: change for CFP --- website/static/css/main.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/website/static/css/main.css b/website/static/css/main.css index af087af..15b9c19 100644 --- a/website/static/css/main.css +++ b/website/static/css/main.css @@ -49,9 +49,6 @@ img { * Allow only vertical resizing of textareas. */ -textarea { - resize: vertical; -} /* ========================================================================== General styles ========================================================================== */ @@ -320,9 +317,16 @@ a:before, a:after { padding: 60px 0; text-align: center; } + #contact .form { padding: 30px 0; } + +.proposal-form { + width: 20px; + height: 10px; +} + #contact .fa { color: #ffbf00; margin-bottom: 10px; -- cgit