summaryrefslogtreecommitdiff
path: root/static/website/css/main.css
diff options
context:
space:
mode:
authorJayaram R Pai2014-09-18 22:09:34 +0530
committerJayaram R Pai2014-09-18 22:09:34 +0530
commit0dda9a24508a0a607c0032d49e605ba6c499e85e (patch)
tree33acb890a7587e88d8f2ec3a1ab56ababe160d49 /static/website/css/main.css
parentd21934bbb7a3daf38c90fde5c72b6d8602bf1863 (diff)
downloadscipy2014-0dda9a24508a0a607c0032d49e605ba6c499e85e.tar.gz
scipy2014-0dda9a24508a0a607c0032d49e605ba6c499e85e.tar.bz2
scipy2014-0dda9a24508a0a607c0032d49e605ba6c499e85e.zip
completed basic home page
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r--static/website/css/main.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index dfce5e2..103a816 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -186,3 +186,33 @@ body {
/* fix first h2*/
margin-top: 0;
}
+#speakers .thumbnail {
+ height: 265px;
+}
+#speakers hr {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+#speakers .extras {
+ text-align: center;
+}
+#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: 5px;
+ -moz-border-radius: 5px;
+ -o-border-radius: 5px;
+ border-radius: 5px;
+}
+#sponsors img {
+ margin-top: 10px;
+}
+#twitter-widget-0 {
+ height: 265px;
+}