summaryrefslogtreecommitdiff
path: root/website/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'website/static/css')
-rw-r--r--website/static/css/main.css18
1 files changed, 16 insertions, 2 deletions
diff --git a/website/static/css/main.css b/website/static/css/main.css
index 356245f..9b0c4fd 100644
--- a/website/static/css/main.css
+++ b/website/static/css/main.css
@@ -57,7 +57,7 @@
font-size: .9em;
}
#previous-conference{
- height: 200px;
+ height: 155px;
border:2px solid #86c543;
text-align: center;
}
@@ -66,8 +66,22 @@
text-align: center;
}
#previous-conference td{
- padding: 19px 0;
+ padding: 11.75px;
}
+#imp-dates{
+ margin-bottom: 5px;
+ height: 140px;
+ border:2px solid #86c543;
+ text-align: center;
+}
+#imp-dates th{
+ width: 1000px;
+ text-align: center;
+}
+#imp-dates td{
+ padding: 9px;
+}
+
#footer-wrapper{
padding: 25px 0 25px 0;
background: #111111;