diff options
author | hardythe1 | 2015-06-12 15:51:53 +0530 |
---|---|---|
committer | hardythe1 | 2015-06-12 15:51:53 +0530 |
commit | 29372cea6b2154d5a263cdf150986deefcab17a0 (patch) | |
tree | e3b388b8174880c5a8f8ea184847d223b9679963 /website/static/css/freelancer.css | |
parent | c595c908937b8d10eabf3f01bf77e98861f88282 (diff) | |
download | SciPy2015-29372cea6b2154d5a263cdf150986deefcab17a0.tar.gz SciPy2015-29372cea6b2154d5a263cdf150986deefcab17a0.tar.bz2 SciPy2015-29372cea6b2154d5a263cdf150986deefcab17a0.zip |
add speaker & venue details
Diffstat (limited to 'website/static/css/freelancer.css')
-rw-r--r-- | website/static/css/freelancer.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/website/static/css/freelancer.css b/website/static/css/freelancer.css index 4750a6e..3662195 100644 --- a/website/static/css/freelancer.css +++ b/website/static/css/freelancer.css @@ -479,3 +479,21 @@ footer .footer-below { display: none; opacity: 0; } + +.map-iframe { + width: 90%; + height: 400px; +} + +.img-responsive-speakers, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { + display: block; + max-width: 100%; + height: auto; + border-radius: 20px; +} + +.calendar-icon { + width: 50px; + height: 50px; + float: left; +} |