summaryrefslogtreecommitdiff
path: root/website/static
diff options
context:
space:
mode:
authorThomas Stephen Lee2015-10-27 12:06:56 +0530
committerThomas Stephen Lee2015-10-27 12:06:56 +0530
commit509bae77d1fd06ac7ed13192522cba27d96a09a2 (patch)
treed9648a9f6dd6e13e4fa0c817012e1399abf25c88 /website/static
parent1edd8abf802616a0b2b50ecc27f525aac7085bf5 (diff)
downloadSciPy2015-master.tar.gz
SciPy2015-master.tar.bz2
SciPy2015-master.zip
Make cfp fields optional and misc design changesHEADmaster
Diffstat (limited to 'website/static')
-rw-r--r--website/static/css/main.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/website/static/css/main.css b/website/static/css/main.css
index cbe1813..907b86d 100644
--- a/website/static/css/main.css
+++ b/website/static/css/main.css
@@ -613,4 +613,12 @@ body .header {
#about img {
margin-top: 10%;
+}
+
+.errorlist
+{
+font-size:14px;
+color:red;
+text-align:center;
+ list-style-type: none;
}