reworked googlemap
[myslice.git] / plugins / googlemap / static / css / googlemap.css
1 div.geo {
2   height: 500px;
3 /* these don't play out too well - somehow the bottom is off
4   padding: 6px;
5   border-width: 1px;
6   border-style: solid;
7   border-color: #ccaaaa;
8 */
9 }
10
11 /* the content of the info windows */
12 p.geo {
13     text-align: center;
14     font-weight: bold;
15 }
16
17 ul.geo {
18     list-style-type: none;
19     text-align: left;
20 }
21
22 li.geo {
23     font-style: italic;
24 }
25 span.geo {
26     padding-left: 20px;
27 }