diff options
author | hardythe1 | 2015-07-03 15:08:27 +0530 |
---|---|---|
committer | hardythe1 | 2015-07-03 15:08:27 +0530 |
commit | 7ae16822ef314260bdbd4bc99b9b693ede50b4fb (patch) | |
tree | 5623aadac34d08a22aa941901fb56953019c8243 /website/static/css | |
parent | 601c3671a04064a292aa839981282c86f00b9cc8 (diff) | |
download | SciPy2015-7ae16822ef314260bdbd4bc99b9b693ede50b4fb.tar.gz SciPy2015-7ae16822ef314260bdbd4bc99b9b693ede50b4fb.tar.bz2 SciPy2015-7ae16822ef314260bdbd4bc99b9b693ede50b4fb.zip |
change for CFP
Diffstat (limited to 'website/static/css')
-rw-r--r-- | website/static/css/main.css | 10 |
1 files 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;
|