summaryrefslogtreecommitdiff
path: root/static/website/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/css')
-rw-r--r--static/website/css/main.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index 0840e59..57aec8f 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -196,6 +196,20 @@ body {
#speakers .extras .bio {
border-right: 1px solid #eeeeee;
}
+#sponsors {
+ padding: 10px 15px 20px;
+ margin: 10px 0 10px 0;
+ text-align: center;
+ background: #fafafa;
+ border: 1px solid #cccccc;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ -o-border-radius: 3px;
+ border-radius: 3px;
+}
+#sponsors img {
+ margin-top: 10px;
+}
#invited-speakers .media img {
width: 150px;
}