diff bandmap/static/css/bandmap.css @ 820:9a0df7bd2409

Bandmap application work in progress. Model defined. Map is displaying. Initial display of add form.
author Brian Neal <bgneal@gmail.com>
date Sun, 21 Sep 2014 18:20:29 -0500
parents
children 5103edd3acc4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bandmap/static/css/bandmap.css	Sun Sep 21 18:20:29 2014 -0500
@@ -0,0 +1,6 @@
+#map-canvas {
+   width: 720px;
+   height: 540px;
+   border: 1px solid black;
+   margin: 0 auto;
+}