annotate bandmap/static/css/bandmap.css @ 831:0f9c014c8adc

Bandmap: don't need to send URL to javascript client. Also tweaking note as I am noticing it isn't getting rendered correctly on all bands for some reason.
author Brian Neal <bgneal@gmail.com>
date Sun, 28 Sep 2014 20:42:57 -0500
parents 5103edd3acc4
children 497c720f9d0d
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 }