diff 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 diff
--- a/bandmap/static/css/bandmap.css	Sat Sep 27 15:14:47 2014 -0500
+++ b/bandmap/static/css/bandmap.css	Sat Sep 27 19:41:41 2014 -0500
@@ -4,3 +4,6 @@
    border: 1px solid black;
    margin: 0 auto;
 }
+#map-info {
+   margin-top: 2em;
+}