comparison 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
comparison
equal deleted inserted replaced
826:d7e4c08b2e8b 827:5103edd3acc4
2 width: 720px; 2 width: 720px;
3 height: 540px; 3 height: 540px;
4 border: 1px solid black; 4 border: 1px solid black;
5 margin: 0 auto; 5 margin: 0 auto;
6 } 6 }
7 #map-info {
8 margin-top: 2em;
9 }