view bandmap/static/css/bandmap.css @ 1059:9f4eb8f055ef

More tweaking for small screens.
author Brian Neal <bgneal@gmail.com>
date Thu, 17 Mar 2016 21:16:03 -0500
parents 497c720f9d0d
children
line wrap: on
line source
#map-canvas {
   width: 720px;
   height: 540px;
   border: 1px solid black;
   margin: 0 auto;
}
#map-info {
   margin-top: 2em;
}
div.band-balloon {
   width: 150px;
   height: 75px;
}