1/**
2 * DokuWiki Plugin Googlemaps3
3 *
4 * @license		GPL 3 (https://www.gnu.org/licenses/gpl-3.0.html)
5 * @author		Bernard Condrau <bernard@condrau.com>
6 * @version		2021-05-12, for Google Maps v3 API and DokuWiki Hogfather
7 * @see			https://www.dokuwiki.org/plugin:googlemaps3
8 * @see			https://www.dokuwiki.org/plugin:googlemaps
9 *
10 * Complete rewrite of Christopher Smith's Google Maps Plugin from 2008 with additional functionality
11 * style.css	plugin css file
12 */
13.googlemaps3 {
14	width: 100%;
15	height: 500px;
16}
17.googlemaps3.markerinfo {
18	width: 200px;
19	height: auto;
20}
21