diff options
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r-- | static/website/css/main.css | 30 |
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; +} |