view bandmap/static/css/bandmap.css @ 827:5103edd3acc4

Bandmap: initial version complete. Javascript queries server for band data. View created to handle query. Test created for view. Link added to map in sidebar. Template tweaks.
author Brian Neal <bgneal@gmail.com>
date Sat, 27 Sep 2014 19:41:41 -0500
parents 9a0df7bd2409
children 497c720f9d0d
line wrap: on
line source
#map-canvas {
   width: 720px;
   height: 540px;
   border: 1px solid black;
   margin: 0 auto;
}
#map-info {
   margin-top: 2em;
}