annotate bandmap/static/css/bandmap.css @ 907:344f7914d421

Add scheme=https to oembed request. YouTube added this so you could get HTML that used https to embed the video. It seems that Vimeo also supports it.
author Brian Neal <bgneal@gmail.com>
date Sun, 15 Mar 2015 21:48:33 -0500
parents 497c720f9d0d
children
rev   line source
bgneal@820 1 #map-canvas {
bgneal@820 2 width: 720px;
bgneal@820 3 height: 540px;
bgneal@820 4 border: 1px solid black;
bgneal@820 5 margin: 0 auto;
bgneal@820 6 }
bgneal@827 7 #map-info {
bgneal@827 8 margin-top: 2em;
bgneal@827 9 }
bgneal@833 10 div.band-balloon {
bgneal@833 11 width: 150px;
bgneal@833 12 height: 75px;
bgneal@833 13 }